Skip to content

Commit fcc7bcc

Browse files
chore(deps): update uvicorn requirement from ^0.35.0 to >=0.35,<0.38
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.35.0...0.37.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.37.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent beea997 commit fcc7bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ textual = ">=3,<7"
3939
pytest = "^8.3.5"
4040
pydantic = "^2.11.2"
4141
scikit-image = "^0.25.2"
42-
uvicorn = "^0.35.0"
42+
uvicorn = ">=0.35,<0.38"
4343
jsonpath-ng = "^1.7.0"
4444

4545
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)