Skip to content

Commit 0a3d93a

Browse files
Update uvicorn[standard] requirement from >=0.32.0 to >=0.48.0
Updates the requirements on [uvicorn[standard]](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.48.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.48.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9974556 commit 0a3d93a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"scikit-learn>=1.7.2",
4747
"tiktoken>=0.5.0",
4848
"tomli>=2.0.0; python_version < '3.11'",
49-
"uvicorn[standard]>=0.32.0",
49+
"uvicorn[standard]>=0.48.0",
5050
]
5151

5252
[build-system]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)