chore: Limit the version of fastapi (#2211)

This commit is contained in:
Fangyin Cheng 2024-12-17 16:19:49 +08:00 committed by GitHub
parent dc3431645b
commit 433550b71f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
]