Skip to content

Commit 4256361

Browse files
matthew29tangcopybara-github
authored andcommitted
chore: Bump upper bound on fastapi
PiperOrigin-RevId: 563592784
1 parent 7193fc8 commit 4256361

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@
7373

7474
prediction_extra_require = [
7575
"docker >= 5.0.3",
76-
# TODO: remove the upper bound after a new version is released.
77-
# See https://github.com/tiangolo/fastapi/pull/4488.
78-
"fastapi >= 0.71.0, <0.76.0",
76+
"fastapi >= 0.71.0, <0.103.1",
77+
"httpx >=0.23.0, <0.25.0", # Optional dependency of fastapi
7978
"starlette >= 0.17.1",
8079
"uvicorn[standard] >= 0.16.0",
8180
]

0 commit comments

Comments
 (0)