Skip to content

Commit 889a9bf

Browse files
authored
⬆️ Upgrade FastAPI (#1349)
1 parent 44ff573 commit 889a9bf

File tree

2 files changed

+130
-11
lines changed

2 files changed

+130
-11
lines changed

backend/poetry.lock

+129-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ authors = ["Admin <admin@example.com>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.10"
9-
uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
10-
fastapi = "^0.109.1"
9+
fastapi = {extras = ["standard"], version = "^0.114.2"}
1110
python-multipart = "^0.0.7"
1211
email-validator = "^2.1.0.post1"
1312
passlib = {extras = ["bcrypt"], version = "^1.7.4"}

0 commit comments

Comments
 (0)