From c327387c05e105f550b45762d4540d6ebf89a5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:25:51 +0000 Subject: [PATCH] deps: update mypy requirement from >=1.8 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.8.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 52c5f10..b591ecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ [project.optional-dependencies] serve = ["uvicorn>=0.49.0"] llm = ["anthropic>=0.40"] -dev = ["pytest>=9.1.0", "pytest-cov>=5.0", "hypothesis>=6.0", "httpx>=0.28.1", "ruff>=0.5", "mypy>=1.8", "types-jsonschema>=4.26.0.20260518"] +dev = ["pytest>=9.1.0", "pytest-cov>=5.0", "hypothesis>=6.0", "httpx>=0.28.1", "ruff>=0.5", "mypy>=2.1.0", "types-jsonschema>=4.26.0.20260518"] [project.scripts] finalizer100 = "tools.finalizer100:main"