From b013e670d23e753aff42a9342b1d2e6cdfe15511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:35:20 +0000 Subject: [PATCH] Bump mcp[client,server] from 1.18.0 to 1.19.0 Bumps [mcp[client,server]](https://github.com/modelcontextprotocol/python-sdk) from 1.18.0 to 1.19.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.18.0...v1.19.0) --- updated-dependencies: - dependency-name: mcp[client,server] dependency-version: 1.19.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 c5f0ca7..7e91bd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mcp[client,server]==1.18.0 +mcp[client,server]==1.19.0 fastapi==0.120.0 uvicorn==0.38.0 python-dotenv==1.1.1