Skip to content

Commit 0912ea4

Browse files
Update uvicorn requirement from <1.0,>=0.32 to >=0.44.0,<1.0 in /backend
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.44.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.44.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8fa0bd4 commit 0912ea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"opencv-python-headless>=4.10,<5.0",
1616
"pydantic-settings>=2.6,<3.0",
1717
"python-multipart>=0.0.12,<1.0",
18-
"uvicorn[standard]>=0.32,<1.0",
18+
"uvicorn[standard]>=0.44.0,<1.0",
1919
]
2020

2121
[project.optional-dependencies]

0 commit comments

Comments
 (0)