From 612886eeb390dd750c76ac3188618f1dcd382d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 06:44:30 +0000 Subject: [PATCH] chore(deps): update mcp requirement from <2,>=1.13.0 to >=1.13.0,<3 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.13.0...v2.1.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-docs.txt | 2 +- requirements-integ-testing.txt | 2 +- requirements-testing.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48b668757..67f268d95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ gui = [ "PySide6-essentials >= 6.6,< 6.11", ] mcp = [ - "mcp >= 1.13.0, < 2", + "mcp >= 1.13.0, < 3", ] # AWS Console sign-in profiles (the `login_session` key in ~/.aws/config) are # resolved by botocore's LoginProvider, which needs awscrt to sign the DPoP diff --git a/requirements-docs.txt b/requirements-docs.txt index c40642ce8..30f9e70a3 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -6,4 +6,4 @@ mkdocs-click # griffe version will match whichever griffelib mkdocstrings uses griffe # MCP (Model Context Protocol) library for MCP CLI command -mcp >= 1.13.0, < 2; python_version >= '3.10' +mcp >= 1.13.0, < 3; python_version >= '3.10' diff --git a/requirements-integ-testing.txt b/requirements-integ-testing.txt index e73d8618e..a409bec58 100644 --- a/requirements-integ-testing.txt +++ b/requirements-integ-testing.txt @@ -1,4 +1,4 @@ deadline-cloud-test-fixtures # MCP (Model Context Protocol) library for MCP server integration tests -mcp >= 1.13.0, < 2 +mcp >= 1.13.0, < 3 pytest-asyncio == 1.* diff --git a/requirements-testing.txt b/requirements-testing.txt index ad26686b6..d42b75450 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -15,7 +15,7 @@ moto[server] == 5.* jsondiff == 2.* pyinstrument == 5.* # MCP (Model Context Protocol) library for MCP unit tests -mcp >= 1.13.0, < 2; python_version >= '3.10' +mcp >= 1.13.0, < 3; python_version >= '3.10' # OpenJD model library for job template parsing in mock backend openjd-model >= 0.11.3