From 3d64473c97c8e38f15bb895ed03a58c8fe3b5854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:59:51 +0000 Subject: [PATCH] Bump mcp from 1.12.4 to 1.23.0 in /llm-evaluation Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.12.4 to 1.23.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.12.4...v1.23.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- llm-evaluation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm-evaluation/requirements.txt b/llm-evaluation/requirements.txt index 277f2a0..9f22c0a 100644 --- a/llm-evaluation/requirements.txt +++ b/llm-evaluation/requirements.txt @@ -1,6 +1,6 @@ aiolimiter==1.2.1 langchain-openai==0.3.30 -mcp==1.12.4 +mcp==1.23.0 polars==1.32.2 ragas==0.3.1 structlog==25.4.0