From 99c7f7980c25203d25b8ff6a063be8987a2e2246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 06:27:35 +0000 Subject: [PATCH] fix(deps): update mcp requirement from <2.0.0,>=1.0.0 to >=1.0.0,<3.0.0 Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5755b4c4..e273fef2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "rich>=13.9.0,<14.0.0", "shellingham>=1.5.0,<2.0.0", "python-multipart>=0.0.12,<1.0.0", - "mcp>=1.0.0,<2.0.0", + "mcp>=1.0.0,<3.0.0", "prometheus-client>=0.21.0,<1.0.0", "litellm>=1.0.0,<2.0.0", "tenacity>=8.0.0,<9.0.0",