Skip to content

Commit a166ea8

Browse files
Update dependency uvicorn to >=0.42.0,<0.43.0
1 parent ae9a492 commit a166ea8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requires-python = ">=3.12"
2222

2323
dependencies = [
2424
"fastapi>=0.115.0,<0.116.0",
25-
"uvicorn[standard]>=0.21.1,<0.22.0",
25+
"uvicorn[standard]>=0.42.0,<0.43.0",
2626
"sqlalchemy>=2.0.16,<3.0.0",
2727
"pg8000>=1.29.4,<2.0.0",
2828
"alembic>=1.10.3,<2.0.0",

backend/uv.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.

0 commit comments

Comments
 (0)