mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-11 21:22:28 +00:00
chore: Limit the version of fastapi (#2211)
This commit is contained in:
parent
dc3431645b
commit
433550b71f
2
setup.py
2
setup.py
@ -430,7 +430,7 @@ def core_requires():
|
|||||||
# For DB-GPT python client SDK
|
# For DB-GPT python client SDK
|
||||||
setup_spec.extras["client"] = setup_spec.extras["core"] + [
|
setup_spec.extras["client"] = setup_spec.extras["core"] + [
|
||||||
"httpx",
|
"httpx",
|
||||||
"fastapi>=0.100.0",
|
"fastapi>=0.100.0,<0.113.0",
|
||||||
# For retry, chromadb need tenacity<=8.3.0
|
# For retry, chromadb need tenacity<=8.3.0
|
||||||
"tenacity<=8.3.0",
|
"tenacity<=8.3.0",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user