From 50b7eb3b38fe7421e417b23cafb9e6a45dbb44ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 17:55:51 +0000 Subject: [PATCH] chore(deps): update uvicorn requirement from >=0.30.0 to >=0.46.0 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](https://github.com/Kludex/uvicorn/compare/0.30.0...0.46.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.46.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14cf293..ec3ed49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ Issues = "https://github.com/im-sham/Forge/issues" [project.optional-dependencies] anthropic = ["anthropic>=0.39.0"] openai = ["openai>=1.0.0"] -mcp = ["mcp>=1.0.0", "uvicorn>=0.30.0"] +mcp = ["mcp>=1.0.0", "uvicorn>=0.46.0"] dev = [ "pytest>=7.4.0", "ruff>=0.1.0",