From 2fb35b449d874f1ffed8c8f045331a2af2504f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 07:18:31 +0000 Subject: [PATCH] chore(deps-dev): update mcp requirement from <2,>=1.6 to >=1.6,<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.8.0...v2.2.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 87886d6..b7bb9b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,11 +39,11 @@ crawl4ai = ["Crawl4AI>=0.7.3"] # `hyperresearch/mcp/server.py` builds every tool on. Without the bound a # fresh `pip install hyperresearch[mcp]` resolves 2.x and `hyperresearch mcp` # dies on import, reporting the extra as missing when it is in fact installed. -mcp = ["mcp>=1.6,<2"] +mcp = ["mcp>=1.6,<3"] # The Parallel provider needs the Streamable HTTP client introduced in mcp 1.8. # Keep this separate so installing the Hyperresearch MCP server does not force # an unrelated SDK upgrade. -parallel = ["mcp>=1.8,<2"] +parallel = ["mcp>=1.8,<3"] exa = ["exa-py>=2.0.0"] tavily = ["tavily-python>=0.3"] watch = ["watchdog>=4.0"] @@ -54,7 +54,7 @@ dev = [ "ruff>=0.3", "mypy>=1.8", "exa-py>=2.0.0", - "mcp>=1.6,<2", + "mcp>=1.6,<3", "types-PyYAML>=6.0.12", "watchdog>=4.0", ]