From 764110be1aac00f739ff12c34ccd17d535a98439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 04:17:10 +0000 Subject: [PATCH] deps(python)(deps-dev): update mcp requirement in /python 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.23.0...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 0291c918..4d47f713 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -56,7 +56,7 @@ dev = [ # spiffe's ASN.1 dependency must stay above the three network-DoS fixes in # pyasn1 0.6.4 (CVE-2026-59884, CVE-2026-59885, CVE-2026-59886). "pyasn1>=0.6.4,<0.7", - "mcp>=1.23.0,<2", + "mcp>=1.23.0,<3", "python-multipart>=0.0.26,<1", ] langgraph = [