From c84db1db4b284980dd2e913b410405623a1a7bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 11:11:04 +0000 Subject: [PATCH] ci: update mypy requirement from <2.0.0,>=1.15.0 to >=1.15.0,<3.0.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.15.0...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 95df34ab..7a4ca6b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ test = [ dev = [ "hatch>=1.0.0,<2.0.0", - "mypy>=1.15.0,<2.0.0", + "mypy>=1.15.0,<3.0.0", "pre-commit>=3.2.0,<4.6.0", "ruff>=0.13.0,<0.15.0", ] @@ -105,7 +105,7 @@ prepare = [ installer = "uv" features = ["otel", "langfuse", "langchain", "opensearch"] dependencies = [ - "mypy>=1.15.0,<2.0.0", + "mypy>=1.15.0,<3.0.0", "ruff>=0.13.0,<0.15.0", # Include required pacakge dependencies for mypy "strands-agents-evals @ {root:uri}", @@ -172,7 +172,7 @@ dependencies = [ ] extra-dependencies = [ "hatch>=1.0.0,<2.0.0", - "mypy>=1.15.0,<2.0.0", + "mypy>=1.15.0,<3.0.0", "pre-commit>=3.2.0,<4.6.0", "ruff>=0.13.0,<0.15.0", ]