From 178883995cf37edc02b5bce8eb1145786f0fadbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 03:45:05 +0000 Subject: [PATCH] chore(deps): 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: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 2421871..e5a7f85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ # MCPServer, which every tool module imports. Hold at 1.x until that # migration lands; the range was open-ended, so CI started installing # 2.0 the day it shipped and stopped collecting four test modules. - "mcp[cli]>=1.0,<2", + "mcp[cli]>=1.0,<3", "proxmoxer", "requests", "python-hpilo",