From 7247fc40c768454f890562d67047aee887768bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:10:06 +0000 Subject: [PATCH] chore(deps-dev): update mcp requirement Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `mcp` to 2.0.0 - [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.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:development dependency-group: weekly-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a0912cd..c5a2cc86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ stripe = [ server = ["pydantic>=2.0"] redis = ["redis>=5.0"] sqlite = ["aiosqlite>=0.20"] -mcp = ["mcp>=1.1,<2"] +mcp = ["mcp>=1.1,<3"] dev = [ "pytest>=8.0", "pytest-asyncio>=0.24",