Skip to content

Commit 2413087

Browse files
chore(deps): update uvicorn requirement
Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.34.0...0.35.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ad0ac0 commit 2413087

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
@@ -10,7 +10,7 @@ dependencies = [
1010
"pandas>=2.2.3,<3",
1111
"prometheus-client>=0.21.1,<0.23",
1212
"pydantic>=2.4.2,<3",
13-
"uvicorn>=0.34.0,<0.35",
13+
"uvicorn>=0.34.0,<0.36",
1414
"protobuf>=4.24.4,<7",
1515
"requests>=2.31.0,<3",
1616
"cryptography>=44.0.2,<46",

0 commit comments

Comments
 (0)