From c69e9aa1b9259cbe6869e5988d5b7381749e3b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:14:41 +0000 Subject: [PATCH] chore(deps): update mcp requirement 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.28.1...v2.0.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demos/mcp/config-api/mcp-config-api-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/mcp/config-api/mcp-config-api-server/requirements.txt b/demos/mcp/config-api/mcp-config-api-server/requirements.txt index 055ad01b086..5ec2513a950 100644 --- a/demos/mcp/config-api/mcp-config-api-server/requirements.txt +++ b/demos/mcp/config-api/mcp-config-api-server/requirements.txt @@ -1,3 +1,3 @@ -mcp>=1.28.1 +mcp>=2.0.0 ollama>=0.5.12 python-dotenv>=1.2.2