⬆️ Fix: 屏蔽 fastapi 0.89.0 (#1574)

This commit is contained in:
Ju4tCode
2023-01-09 14:24:30 +08:00
committed by GitHub
parent afd13ed65d
commit 8bdfdaef91
2 changed files with 62 additions and 62 deletions

View File

@ -32,7 +32,7 @@ pydantic = { version = "^1.10.0", extras = ["dotenv"] }
websockets = { version = "^10.0", optional = true }
Quart = { version = ">=0.18.0,<1.0.0", optional = true }
fastapi = { version = ">=0.87.0,<1.0.0", optional = true }
fastapi = { version = ">=0.87.0,!=0.89.0,<1.0.0", optional = true }
aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true }
httpx = { version = ">=0.20.0,<1.0.0", extras = ["http2"], optional = true }
uvicorn = { version = ">=0.20.0,<1.0.0", extras = ["standard"], optional = true }