From 06c67668ea5b6649af20d68bb3daf1263a73302a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 20:10:55 +0000 Subject: [PATCH] Bump mcp from 1.6.0 to 1.10.0 Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.6.0 to 1.10.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.6.0...v1.10.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.10.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 a11b18a..c51854f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "langchain>=0.3.21", "langchain-anthropic>=0.3.3", "langchain-google-genai>=2.0.10", - "mcp==1.6.0", + "mcp==1.10.0", "python-dotenv>=1.1.0", "playwright>=1.41.0", "flask>=3.1.0", diff --git a/requirements.txt b/requirements.txt index 3919a86..be0d959 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ langchain-openai==0.3.1 langchain-text-splitters==0.3.7 langsmith==0.3.22 markdownify==0.14.1 -mcp==1.6.0 +mcp==1.10.0 monotonic==1.6 ollama==0.4.7 openai==1.70.0