From 722530d38c11efd34d21505a092d869ee3e11814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:56:30 +0000 Subject: [PATCH] chore(deps): update mcp requirement in the mcp group Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `mcp` 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.6.0...v1.27.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.27.0 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 45d1aab..6b67e9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", ] dependencies = [ - "mcp>=1.6,<2", + "mcp>=1.27.0,<2", ] [project.scripts]