⬆️ Upgrade FastAPI (#1349)

This commit is contained in:
Sebastián Ramírez
2024-09-20 14:52:45 +02:00
committed by GitHub
parent 44ff5730b7
commit 889a9bf5bf
2 changed files with 130 additions and 11 deletions

View File

@@ -6,8 +6,7 @@ authors = ["Admin <admin@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
fastapi = "^0.109.1"
fastapi = {extras = ["standard"], version = "^0.114.2"}
python-multipart = "^0.0.7"
email-validator = "^2.1.0.post1"
passlib = {extras = ["bcrypt"], version = "^1.7.4"}