From faa533fce2321a9004957dc5e71bd1baf59e07bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:54:10 +0000 Subject: [PATCH] build(deps-dev): update mcp requirement from >=1.0 to >=1.28.1 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.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 74f75b5..6ec755f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [] [project.optional-dependencies] # Pull in the MCP runtime when installing for the MCP server use case: # pip install -e ".[mcp]" -mcp = ["mcp >= 1.0"] +mcp = ["mcp >= 1.28.1"] # Test-time dependencies. test = ["pytest >= 7"]