From 9b1d5165e2c708045b8e8a5b6009a23222203883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 14:51:28 +0000 Subject: [PATCH] chore(deps): update mcp requirement from <2,>=1.1.0 to >=1.1.0,<3 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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.2.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 941e08dd..fb1a8dda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "opentelemetry-instrumentation-sqlalchemy~=0.65b0", "opentelemetry-instrumentation-django~=0.65b0", "opentelemetry-instrumentation-flask~=0.65b0", - "mcp>=1.1.0,<2", + "mcp>=1.1.0,<3", "python-odata>=0.7.0", "cryptography>=48.0.1,<51", ]