⬆️ upgrade fastapi

This commit is contained in:
yanyongyu
2021-06-11 01:48:52 +08:00
parent ca31ec5fe3
commit cf45572211
2 changed files with 159 additions and 167 deletions

View File

@ -27,7 +27,7 @@ python = "^3.7.3"
loguru = "^0.5.1"
pygtrie = "^2.4.1"
tomlkit = "^0.7.0"
fastapi = "^0.63.0"
fastapi = "^0.65.2"
Quart = { version = "^0.14.1", optional = true }
pydantic = { extras = ["dotenv"], version = "~1.8.0" }
uvicorn = { version = "^0.13.0", extras = ["standard"] }