Skip to content

Commit

Permalink
Bump FastAPI to 0.89.1 (keeping the ceiling) (#945)
Browse files Browse the repository at this point in the history
Fixes #935
  • Loading branch information
Adrian Gonzalez-Martin authored Jan 11, 2023
1 parent ae8e2d8 commit 34acb36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def _load_description() -> str:
packages=find_packages(exclude=["tests", "tests.*"]),
install_requires=[
"click",
"fastapi<=0.88.0",
# 0.89.0: https://github.com/tiangolo/fastapi/issues/5861
"fastapi<=0.89.1, !=0.89.0",
"python-dotenv",
"grpcio",
"importlib-metadata;python_version<'3.8'",
Expand Down

0 comments on commit 34acb36

Please sign in to comment.