From 14bd26ccb3472405017c2c3dbae144d9ae3275db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:46:09 +0000 Subject: [PATCH] chore(deps): update mcp requirement in /ari-skill-paper-re 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] --- ari-skill-paper-re/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ari-skill-paper-re/pyproject.toml b/ari-skill-paper-re/pyproject.toml index 5576964c..90b93835 100644 --- a/ari-skill-paper-re/pyproject.toml +++ b/ari-skill-paper-re/pyproject.toml @@ -3,7 +3,7 @@ name = "ari-skill-paper-re" version = "0.8.0" requires-python = ">=3.13" dependencies = [ - "mcp>=1.28.1", + "mcp>=2.0.0", # PaperBench upstream dependencies. The vendored packages # (paperbench / nanoeval / preparedness_turn_completer) are loaded # via sys.path injection from ``vendor/paperbench/`` at module import