Skip to content

Commit 39c0c13

Browse files
Update uvicorn[standard] requirement from ~=0.32.0 to ~=0.34.0
Updates the requirements on [uvicorn[standard]](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/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.32.0...0.34.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb726a8 commit 39c0c13

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
@@ -12,7 +12,7 @@ dependencies = [
1212
"pydantic-settings~=2.6.0",
1313
"pydantic>=2.7.0,<3.0.0",
1414
"tzdata~=2024.2",
15-
"uvicorn[standard]~=0.32.0",
15+
"uvicorn[standard]~=0.34.0",
1616
]
1717

1818
[dependency-groups]

0 commit comments

Comments
 (0)