Skip to content

Commit 573ed47

Browse files
fix(deps): update dependency fastapi to ^0.122.0
1 parent 022629f commit 573ed47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 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.121.0"
11+
fastapi = "^0.122.0"
1212
uvicorn = "^0.38.0"
1313
sqlalchemy = "^2.0.31"
1414
alembic = "^1.13.2"

0 commit comments

Comments
 (0)