Skip to content

Commit cfedd37

Browse files
Update dependency uvicorn to ^0.36.0
1 parent 8119d0a commit cfedd37

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
@@ -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.36.0"}
2323
# Logging
2424
loguru = "^0.7.2"
2525
anyio = "^4.10.0"

0 commit comments

Comments
 (0)