From cbb50652e58e4828d03af62aa3e48b86a8ab2ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:37:39 +0000 Subject: [PATCH] Bump mcp from 1.26.0 to 1.27.0 in /python Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.26.0 to 1.27.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.26.0...v1.27.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.27.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 24af13b940..06391b8b59 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "pytest-retry==1.7.0", "mypy==1.20.0", "pyright==1.1.408", - "mcp[ws]==1.26.0", + "mcp[ws]==1.27.0", "opentelemetry-sdk==1.40.0", #tasks "poethepoet==0.42.1",