From 80965e507cdcf0c7e0ff0b33911b4dbf0eb249b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 00:44:34 +0000 Subject: [PATCH] Update mcp requirement from >=1.27.1 to >=1.27.2 in /examples/mcp_server Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. - [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.27.1...v1.27.2) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.27.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/mcp_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mcp_server/requirements.txt b/examples/mcp_server/requirements.txt index 1be64bb..9918016 100644 --- a/examples/mcp_server/requirements.txt +++ b/examples/mcp_server/requirements.txt @@ -1,4 +1,4 @@ -mcp[cli]>=1.27.1 +mcp[cli]>=1.27.2 psycopg[binary]>=3.3.4 psycopg-pool>=3.3.1 pydantic>=2.13.4