From abda3adaac39cba0f7b2f5d338e30a801ffe6c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 22:24:39 +0000 Subject: [PATCH] chore(deps): update mcp requirement from >=1.28.0 to >=2.2.0 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.2.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mcp_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_server/requirements.txt b/mcp_server/requirements.txt index 098a353..11f553e 100644 --- a/mcp_server/requirements.txt +++ b/mcp_server/requirements.txt @@ -2,5 +2,5 @@ # # Kept in a dedicated venv (mcp_server/.venv), separate from Tropelex's own # system-Python server — see README.md in this directory for why. -mcp>=1.28.0 +mcp>=2.2.0 httpx>=0.27.0