Skip to content

Commit 6e1e5db

Browse files
build(deps): update uvicorn[standard] requirement (#105)
Updates the requirements on [uvicorn[standard]](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.30.0...0.47.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dff4ed3 commit 6e1e5db

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
# FileResponse). FastAPI <0.120 caps starlette below 0.49, so we also
1414
# bump the FastAPI floor to 0.120.
1515
"starlette>=1.0.0,<1.1",
16-
"uvicorn[standard]>=0.30,<0.40",
16+
"uvicorn[standard]>=0.30,<0.48",
1717
"pydantic>=2.7,<3",
1818
"typer>=0.12,<0.20",
1919
"urllib3>=2.7.0", # CVE-2026-44431, CVE-2026-44432

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)