From 535581ff35a03091786c28ad3d82d798e19a4d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 13:23:31 +0000 Subject: [PATCH] chore(deps): update mcp requirement in the mcp group across 1 directory Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `mcp` to 1.27.1 - [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.27.0...v1.27.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.27.1 dependency-type: direct:production dependency-group: mcp ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bde7237..0e3a100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", ] dependencies = [ - "mcp>=1.27.0,<2", + "mcp>=1.27.1,<2", ] [project.scripts]