⬆️ upgrade fastapi to 0.75 (#857)

This commit is contained in:
Ju4tCode
2022-03-09 11:59:35 +08:00
committed by GitHub
parent 492c0947c3
commit 9bb291e95b
2 changed files with 35 additions and 20 deletions

View File

@ -27,7 +27,7 @@ yarl = "^1.7.2"
loguru = "^0.6.0"
pygtrie = "^2.4.1"
tomlkit = "^0.10.0"
fastapi = "^0.74.0"
fastapi = "^0.75.0"
typing-extensions = ">=3.10.0,<5.0.0"
Quart = { version = "^0.16.0", optional = true }
websockets = { version="^10.0", optional = true }