Skip to content

Commit 9130403

Browse files
Update dependency uvicorn to ^0.40.0
1 parent 474b8c7 commit 9130403

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 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
@@ -19,7 +19,7 @@ pyrsistent = "^0.20.0"
1919
# Web and CLI entrypoints
2020
fastapi = "^0.116.1"
2121
typer = {extras = ["rich"], version = "^0.17.3"}
22-
uvicorn = {extras = ["standard"], version = "^0.35.0"}
22+
uvicorn = {extras = ["standard"], version = "^0.40.0"}
2323
# Logging
2424
loguru = "^0.7.2"
2525
anyio = "^4.10.0"

0 commit comments

Comments
 (0)