From 1457c69ec0a226865aeb834deb74f4a3c23856ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 23:05:19 +0000 Subject: [PATCH] chore: Update mcp requirement from <2,>=1.0 to >=1.0,<3 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...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.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 f18b93e..72a9d1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ dev = [ # feat-013 v0.2: live MCP integration test needs the SDK in the # venv. The package itself keeps `mcp` as an optional extra # (`agentforge-mcp[mcp]`); see packages/agentforge-mcp/pyproject.toml. - "mcp>=1.0,<2", + "mcp>=1.0,<3", ] # ----------------------------------------------------------------------