From 44879f60b4d447cc8fd3a79f4bb5bd37d99a8b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 18:23:59 +0000 Subject: [PATCH] build(deps): update mcp requirement from >=1.0.0 to >=2.0.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9029d1d..a2242d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # python3 -m venv .venv && .venv/bin/pip install -r requirements.txt google-genai>=1.0.0 python-dotenv>=1.2.2 -mcp[cli]>=1.0.0 +mcp[cli]>=2.0.0 openai>=2.48.0 pillow>=10.0.0 pyyaml>=6.0.3