From 558d24d93205588f1ce51e2f50673a3a8095b63f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:29:49 +0000 Subject: [PATCH] deps: update mcp requirement from >=1.0 to >=1.27.0 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.0.0...v1.27.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.27.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 373d7fe..bcc329d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ redis = [ "redis>=5.0", ] mcp = [ - "mcp>=1.0", + "mcp>=1.27.0", ] http = [ "aiohttp>=3.9",