From 8ba3439412da60332b3d7e8dc86b864c17c682f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 21:56:12 +0000 Subject: [PATCH] Bump mcp from 1.7.1 to 1.9.0 Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.7.1 to 1.9.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.7.1...v1.9.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.9.0 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 10c1fde..ed06b29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mcp==1.7.1 +mcp==1.9.0 fastapi==0.115.12 uvicorn==0.34.2 python-dotenv==1.1.0