From 428974fbbbb03aeae17573bcc49762ae9655ef8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:19:28 +0000 Subject: [PATCH] Build(deps): Update mcp requirement from <3,>=2.0.0 to >=2.1.1,<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/v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9f3969..f1ece9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Official MCP Python SDK (pulls in starlette + uvicorn used by server.py). # The upper bound is deliberate: 2.x renamed the server class and changed the # transport defaults, so a major bump is never a drop-in. Review before widening. -mcp>=2.0.0,<3 +mcp>=2.1.1,<3 # HTTP client used to call the Parcel REST endpoints. `httpx2` is the client the # MCP SDK now ships, so using it keeps a single HTTP stack in the image. It # verifies TLS against the system trust store (via truststore) rather than a