⬆️ update fastapi and tomlkit (#837)

Co-authored-by: iyume <iyumelive@gmail.com>
This commit is contained in:
Ju4tCode
2022-02-27 18:10:20 +08:00
committed by GitHub
parent 2203b82b09
commit 48003a779f
3 changed files with 1648 additions and 1641 deletions

View File

@ -26,8 +26,8 @@ python = "^3.7.3"
yarl = "^1.7.2"
loguru = "^0.6.0"
pygtrie = "^2.4.1"
tomlkit = "^0.9.0"
fastapi = "^0.73.0"
tomlkit = "^0.10.0"
fastapi = "^0.74.0"
typing-extensions = ">=3.10.0,<5.0.0"
Quart = { version = "^0.16.0", optional = true }
websockets = { version="^10.0", optional = true }