⬆️ upgrade dependencies

This commit is contained in:
yanyongyu
2022-01-04 14:36:32 +08:00
parent 7053f0ee72
commit bbbb5bbecd
4 changed files with 80 additions and 66 deletions

View File

@ -31,7 +31,7 @@ fastapi = "^0.70.0"
typing-extensions = ">=3.10.0,<5.0.0"
Quart = { version = "^0.16.0", optional = true }
websockets = { version=">=9.1", optional = true }
pydantic = { version = "~1.8.0", extras = ["dotenv"] }
pydantic = { version = "~1.9.0", extras = ["dotenv"] }
uvicorn = { version = "^0.15.0", extras = ["standard"] }
aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true }
httpx = { version = ">=0.20.0, <1.0.0", extras = ["http2"], optional = true }