Skip to content

Commit 04705f4

Browse files
fix(deps): update dependency fastapi to ^0.120.0
1 parent accde59 commit 04705f4

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

poetry.lock

Lines changed: 17 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{include = "fastapi_ecom"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.12"
11-
fastapi = "^0.118.0"
11+
fastapi = "^0.120.0"
1212
uvicorn = "^0.37.0"
1313
sqlalchemy = "^2.0.31"
1414
alembic = "^1.13.2"

0 commit comments

Comments
 (0)