⬆️ upgrade dependencies

This commit is contained in:
yanyongyu
2021-10-21 00:37:02 +08:00
parent 32e3c17552
commit d10f557212
15 changed files with 757 additions and 630 deletions

View File

@ -26,10 +26,10 @@ python = "^3.7.3"
loguru = "^0.5.1"
pygtrie = "^2.4.1"
tomlkit = "^0.7.0"
fastapi = "^0.68.0"
fastapi = "^0.70.0"
websockets = ">=9.1"
Quart = { version = "^0.15.0", optional = true }
httpx = { version = ">=0.18.0, <1.0.0", extras = ["http2"] }
httpx = { version = ">=0.20.0, <1.0.0", extras = ["http2"] }
pydantic = { version = "~1.8.0", extras = ["dotenv"] }
uvicorn = { version = "^0.15.0", extras = ["standard"] }
aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true }