Skip to content

Commit 04bb556

Browse files
Update dependency uvicorn to v0.32.1
1 parent a2d79e5 commit 04bb556

File tree

2 files changed

+52
-45
lines changed

2 files changed

+52
-45
lines changed

poetry.lock

Lines changed: 51 additions & 44 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
@@ -17,7 +17,7 @@ python = "^3.12"
1717
# used for UploadFile
1818
python-multipart = "0.0.10"
1919
requests = "2.32.3"
20-
uvicorn = {version = "0.30.6", extras = ["standard"]}
20+
uvicorn = {version = "0.32.1", extras = ["standard"]}
2121

2222
[tool.poetry.group.dev.dependencies]
2323
black = "24.10.0"

0 commit comments

Comments
 (0)