From 9a3ab2d8d70ae616d35996601011e196a1bc0619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:07:50 +0000 Subject: [PATCH] Bump mcp[client,server] from 1.9.4 to 1.10.1 Bumps [mcp[client,server]](https://github.com/modelcontextprotocol/python-sdk) from 1.9.4 to 1.10.1. - [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.9.4...v1.10.1) --- updated-dependencies: - dependency-name: mcp[client,server] dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c668c3..6a30bbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mcp[client,server]==1.9.4 +mcp[client,server]==1.10.1 fastapi==0.115.12 uvicorn==0.34.3 python-dotenv==1.1.0