From 98d44501478e46387b45d49d6b798ec2f0ab0955 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 06:09:24 +0000 Subject: [PATCH] chore(deps): update dependency mcp to v2 --- pyproject.toml | 2 +- templates/python-mcp-empty/requirements.txt | 2 +- templates/python-mcp-proxy/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a2f4f98e0..910275222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "langchain-openai >= 1.0.0, < 2.0.0", "langgraph >= 1.0.0, < 2.0.0", "llama-index >= 0.14.0, < 1.0.0", - "mcp >= 1.25.0, < 2.0.0", + "mcp >=2.0.0, <2.1.0", "playwright >= 1.58.0, < 2.0.0", "polars >= 1.0.0, < 2.0.0", "pydantic >= 2.0.0, < 3.0.0", diff --git a/templates/python-mcp-empty/requirements.txt b/templates/python-mcp-empty/requirements.txt index 89956e113..d28d0b62b 100644 --- a/templates/python-mcp-empty/requirements.txt +++ b/templates/python-mcp-empty/requirements.txt @@ -4,5 +4,5 @@ apify >= 4.0.0, < 5.0.0 apify-client fastmcp >= 3.0.0, < 4.0.0 -mcp >= 1.25.0, < 2.0.0 +mcp >=2.0.0, <2.1.0 pyjwt >= 2.12.0 # Transitive dep of mcp; direct pin until mcp bumps its floor above vulnerable < 2.12.0 diff --git a/templates/python-mcp-proxy/requirements.txt b/templates/python-mcp-proxy/requirements.txt index b3db48514..f2a8ab200 100644 --- a/templates/python-mcp-proxy/requirements.txt +++ b/templates/python-mcp-proxy/requirements.txt @@ -6,7 +6,7 @@ apify-client arxiv-mcp-server >= 0.3.1, < 1.0.0 fastapi >= 0.135.0, < 1.0.0 httpx >= 0.28.0, < 1.0.0 -mcp >= 1.25.0, < 2.0.0 +mcp >=2.0.0, <2.1.0 pydantic >= 2.0.0, < 3.0.0 pyjwt >= 2.12.0 # Transitive dep of mcp; direct pin until mcp bumps its floor above vulnerable < 2.12.0 uv >= 0.11.15, < 1.0.0