Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
# Remove old nox
python3 -m pip uninstall --yes --quiet nox-automation

# Match the docker version to the one used by the test runner for CPR
export DOCKER_API_VERSION=1.39

# Install nox
python3 -m pip install --upgrade --quiet uv nox
python3 -m nox --version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

prediction_extra_require = [
"docker >= 5.0.3",
"fastapi >= 0.71.0, <=0.114.0",
"fastapi >= 0.71.0, <=0.124.4",
"httpx >=0.23.0, <=0.28.1", # Optional dependency of fastapi
"starlette >= 0.17.1",
"uvicorn[standard] >= 0.16.0",
Expand Down
Loading