Skip to content

Commit e7ef9ee

Browse files
Update dependency uvicorn to >=0.38.0,<0.39.0 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28aa6e4 commit e7ef9ee

File tree

2 files changed

+327
-7
lines changed

2 files changed

+327
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.11"
1010
dependencies = [
1111
"fastapi>=0.116.1,<0.117.0",
12-
"uvicorn>=0.35.0,<0.36.0",
12+
"uvicorn>=0.38.0,<0.39.0",
1313
"pydantic-settings>=2.10.1,<3.0.0",
1414
"pytz>=2025.2,<2026.0",
1515
"apscheduler>=3.11.0,<4.0.0",

0 commit comments

Comments
 (0)