Skip to content

Commit

Permalink
chore: Bump upper bound on fastapi
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 563592784
  • Loading branch information
matthew29tang authored and copybara-github committed Sep 8, 2023
1 parent 7193fc8 commit 4256361
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@

prediction_extra_require = [
"docker >= 5.0.3",
# TODO: remove the upper bound after a new version is released.
# See https://github.com/tiangolo/fastapi/pull/4488.
"fastapi >= 0.71.0, <0.76.0",
"fastapi >= 0.71.0, <0.103.1",
"httpx >=0.23.0, <0.25.0", # Optional dependency of fastapi
"starlette >= 0.17.1",
"uvicorn[standard] >= 0.16.0",
]
Expand Down

0 comments on commit 4256361

Please sign in to comment.