From 5df26a57a3c9da4575c5df5665e066435177dd9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 20:45:10 +0000 Subject: [PATCH] chore(deps): Update mcp requirement from <2,>=1.28 to >=1.28,<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.28.0...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfe5e2d..635d606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ # shells out to its CLI; bundle metadata loads via its IR. "openadapt-flow>=1.18.1,<2", # Official Model Context Protocol SDK (stdio server transport). - "mcp>=1.28,<2", + "mcp>=1.28,<3", # Structured concurrency runtime the mcp SDK already uses; we call # anyio.run / to_thread directly. "anyio>=4.0",