From a2a45f543021aecb7251560e2e0c5d8c28b01bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 03:08:33 +0000 Subject: [PATCH] chore(deps,integrations): update mcp requirement in /integrations 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:development ... Signed-off-by: dependabot[bot] --- integrations/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/pyproject.toml b/integrations/pyproject.toml index b093d59..d25327d 100644 --- a/integrations/pyproject.toml +++ b/integrations/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ [project.optional-dependencies] mcp = [ # MCP 2 removes the low-level Server decorators used by this integration. - "mcp>=1.0,<2", + "mcp>=1.0,<3", ] [project.scripts]