Skip to content

Commit 8301bfe

Browse files
Update uvicorn requirement from <1,>=0.29 to >=0.45.0,<1
Updates the requirements on [uvicorn](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.29.0...0.45.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.45.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 04206fd commit 8301bfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fastapi>=0.110,<1
2-
uvicorn[standard]>=0.29,<1
2+
uvicorn[standard]>=0.45.0,<1
33
httpx>=0.27,<1
44
pydantic>=2,<3
55
pydantic-settings>=2,<3

0 commit comments

Comments
 (0)