From 26176c75c1bb9d5e357cf2714c023ff675cfa17f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:20:54 +0000 Subject: [PATCH] chore(deps)(deps): update mcp requirement in the python-prod group Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `mcp` to 2.0.0 - [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.1...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:production dependency-group: python-prod ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index de46cec..cedfa73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Topic :: Software Development :: Code Generators", ] dependencies = [ - "mcp>=1.28.1,<2", + "mcp>=1.28.1,<3", "pydantic>=2.0.0", ] diff --git a/requirements.txt b/requirements.txt index 8ca953f..030ad9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -mcp>=1.28.1,<2 +mcp>=1.28.1,<3 pydantic>=2.0.0