From c3373655936dd2936e9fa774ea4b24d277153d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 17:03:14 +0000 Subject: [PATCH] chore(deps)(deps): update mcp requirement 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