From 4cabfa74146958609847d5b59617a4f329fe919b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:30:23 +0000 Subject: [PATCH] Update mcp requirement from <=1.7.1,>=1.2.0 to >=1.2.0,<=1.20.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.2.0...v1.20.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.20.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 007e1fa..1831ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "httpx-sse>=0.4.0", "lmos-openai-types", "loguru>=0.7.3", - "mcp>=1.2.0,<=1.7.1", + "mcp>=1.2.0,<=1.20.0", "mcpx[docker]>=0.1.1", "opentelemetry-api>=1.33.1", "opentelemetry-exporter-otlp>=1.33.1",