Skip to content

Commit

Permalink
fixing FastAPI incompatibility (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeid93 authored Jan 9, 2023
1 parent 1cefdf1 commit 8240e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _load_description() -> str:
packages=find_packages(exclude=["tests", "tests.*"]),
install_requires=[
"click",
"fastapi",
"fastapi<=0.88.0",
"python-dotenv",
"grpcio",
"importlib-metadata;python_version<'3.8'",
Expand Down

0 comments on commit 8240e3f

Please sign in to comment.