From fa42d674fab97c8cad1256e6d5f2978f14f5f979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 18:41:28 +0000 Subject: [PATCH] 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 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6115892..f2f4e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "seleniumbase>=4.30", "httpx>=0.25", - "mcp[cli]>=1.0,<2", + "mcp[cli]>=1.0,<3", "python-dotenv>=1.0", "fitparse>=1.2.0", ] diff --git a/requirements.txt b/requirements.txt index d651d2b..5b93272 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ seleniumbase>=4.30 httpx>=0.25 -mcp[cli]>=1.0,<2 +mcp[cli]>=1.0,<3 fitparse>=1.2.0