Skip to content

Commit 973d168

Browse files
deps: update uvicorn requirement from >=0.49.0 to >=0.51.0 (#25)
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.49.0...0.51.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.50.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 b4fbd25 commit 973d168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fastapi>=0.139.0
2-
uvicorn[standard]>=0.49.0
2+
uvicorn[standard]>=0.51.0
33
pydantic>=2.13.4

0 commit comments

Comments
 (0)