Skip to content

Commit db8e99a

Browse files
deps(python): update uvicorn[standard] requirement
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.34.0...0.44.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.44.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b18c56 commit db8e99a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = [
1717
dependencies = [
1818
# Core Framework
1919
"fastapi>=0.115.0",
20-
"uvicorn[standard]>=0.34.0",
20+
"uvicorn[standard]>=0.44.0",
2121
# MCP Server
2222
"mcp>=1.0.0",
2323
"fastmcp>=2.0.0",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)