From 7e0b1a8887bba54abb04498ba9ed0917ef3f0684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 07:33:11 +0000 Subject: [PATCH] Build(deps-dev): Update mcp requirement from <2,>=1.14 to >=1.28.1,<2 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.14.0...v1.28.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.1 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 6eef7dd4..645acab0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ mcp = [ # (readOnlyHint / openWorldHint) via `FastMCP.tool(..., annotations=...)`, # which earlier 1.x releases either lack (ToolAnnotations import fails) or # do not accept on the tool decorator (registration fails). - "mcp>=1.14,<2", + "mcp>=1.28.1,<2", ] dev = [ "build>=1.5.0,<2",