We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f89f8 commit 25ee429Copy full SHA for 25ee429
.kokoro/build.sh
@@ -36,6 +36,9 @@ export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
36
# Remove old nox
37
python3 -m pip uninstall --yes --quiet nox-automation
38
39
+# Match the docker version to the one used by the test runner for CPR
40
+export DOCKER_API_VERSION=1.39
41
+
42
# Install nox
43
python3 -m pip install --upgrade --quiet uv nox
44
python3 -m nox --version
setup.py
@@ -80,7 +80,7 @@
80
81
prediction_extra_require = [
82
"docker >= 5.0.3",
83
- "fastapi >= 0.71.0, <=0.114.0",
+ "fastapi >= 0.71.0, <=0.124.4",
84
"httpx >=0.23.0, <=0.28.1", # Optional dependency of fastapi
85
"starlette >= 0.17.1",
86
"uvicorn[standard] >= 0.16.0",
0 commit comments