From aa7e0a6c9511e4e33b6dba8d5956578a5b721030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 10:13:42 +0000 Subject: [PATCH] deps(dev): update mcp requirement from >=1.0 to >=1.27.1 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.0.0...v1.27.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.27.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dea7ee1..8829610 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,9 @@ license = ["revenueholdings-license>=0.1.0"] dev = [ "pytest>=7.0", "pytest-cov>=4.0", - "mcp>=1.0", + "mcp>=1.27.1", ] -mcp = ["mcp>=1.0"] +mcp = ["mcp>=1.27.1"] [project.scripts] schemaforge = "schemaforge.cli:main"