From 57b1da09610892df9225b5e606e3c38af1abaadf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 19:24:31 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from >=1.10 to >=2.1.0 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d9bdc3..e641bef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.11" dependencies = ["pyyaml>=6.0.3", "jsonschema>=4.0"] [project.optional-dependencies] -dev = ["pytest>=9.1.1", "hypothesis>=6.155.6", "mypy>=1.10", "mcp>=1.28.0"] +dev = ["pytest>=9.1.1", "hypothesis>=6.155.6", "mypy>=2.1.0", "mcp>=1.28.0"] mcp = ["mcp>=1.28.0"] # Install only the router + ontology layer (no conductor OS, no jsonschema): # pip install conductor[router-only]