Skip to content

Commit

Permalink
chore: Limit the version of fastapi
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Dec 17, 2024
1 parent dc34316 commit 88bf622
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 @@ -430,7 +430,7 @@ def core_requires():
# For DB-GPT python client SDK
setup_spec.extras["client"] = setup_spec.extras["core"] + [
"httpx",
"fastapi>=0.100.0",
"fastapi>=0.100.0,<0.113.0",
# For retry, chromadb need tenacity<=8.3.0
"tenacity<=8.3.0",
]
Expand Down

0 comments on commit 88bf622

Please sign in to comment.