Skip to content

Commit 40f6415

Browse files
Update dependency uvicorn to ^0.35.0
1 parent caab818 commit 40f6415

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

poetry.lock

Lines changed: 13 additions & 6 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
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = ">=3.12,<4.0"
1010
fastapi = "^0.115.0"
1111
sqlalchemy = {extras = ["mypy"], version = "^2.0.39"}
12-
uvicorn = "^0.32.0"
12+
uvicorn = "^0.35.0"
1313
pydantic = "^2.10.6"
1414
psycopg2-binary = "^2.9.10"
1515
httpx = "^0.27.0"

0 commit comments

Comments
 (0)