From c4439de1fe699759d6dea7168d28bcc70c09ac9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:13:16 +0000 Subject: [PATCH] deps(llm-maker): update mcp requirement Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `mcp` to 1.28.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.28.0...v1.28.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.28.1 dependency-type: direct:production dependency-group: llm-maker-deps ... Signed-off-by: dependabot[bot] --- ai-projects/llm-maker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-projects/llm-maker/requirements.txt b/ai-projects/llm-maker/requirements.txt index 1188f550b..050d697f7 100644 --- a/ai-projects/llm-maker/requirements.txt +++ b/ai-projects/llm-maker/requirements.txt @@ -11,7 +11,7 @@ astroid>=4.1.2 RestrictedPython>=8.3 # MCP Server (Model Context Protocol) -mcp>=1.28.0 +mcp>=1.28.1 # Utilities pyyaml>=6.0.3