Skip to content

Commit 76fcceb

Browse files
chore(deps): update uvicorn requirement in /api-server (#6)
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.32.0...0.51.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.51.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 1113a17 commit 76fcceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api-server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fastapi>=0.115.0
2-
uvicorn[standard]>=0.32.0
2+
uvicorn[standard]>=0.51.0
33
httpx>=0.27.0
44
pydantic>=2.0.0

0 commit comments

Comments
 (0)