From 70a73e7b4d02205b909abdb9dd7af71a484d59ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:55:57 +0000 Subject: [PATCH] Bump mcp from 1.10.1 to 1.23.0 Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.10.1 to 1.23.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.10.1...v1.23.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-mcp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-mcp.txt b/requirements-mcp.txt index 77a20b64f7..fb427aafcb 100644 --- a/requirements-mcp.txt +++ b/requirements-mcp.txt @@ -1,2 +1,2 @@ -mcp==1.10.1 +mcp==1.23.0 pydantic>=2.11