Skip to content

Commit fade945

Browse files
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](python/mypy@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] <support@github.com>
1 parent 980bc91 commit fade945

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dev = [
9090
"commitizen>=4.4.0,<5.0.0",
9191
"hatch>=1.0.0,<2.0.0",
9292
"moto>=5.1.0,<6.0.0",
93-
"mypy>=1.15.0,<2.0.0",
93+
"mypy>=1.15.0,<3.0.0",
9494
"pre-commit>=3.2.0,<4.7.0",
9595
"pytest>=9.0.0,<10.0.0",
9696
"pytest-cov>=7.0.0,<8.0.0",
@@ -119,7 +119,7 @@ source = "vcs" # Use git tags for versioning
119119
installer = "uv"
120120
features = ["all"]
121121
dependencies = [
122-
"mypy>=1.15.0,<2.0.0",
122+
"mypy>=1.15.0,<3.0.0",
123123
"ruff>=0.13.0,<0.15.0",
124124
# Include required package dependencies for mypy
125125
"strands-agents @ {root:uri}",

0 commit comments

Comments
 (0)