| commit | 9b84ee978584b303a6a421d14be7ac7cee52bb40 | [log] [tgz] |
|---|---|---|
| author | Thomas Neidhart <tn@apache.org> | Wed Jun 11 21:00:11 2025 +0200 |
| committer | Thomas Neidhart <tn@apache.org> | Wed Jun 11 21:00:11 2025 +0200 |
| tree | 81fa0aaced3cf974d1c8edc09cbcab2db4ca5c6b | |
| parent | 596b4680d28164b1498bb56556e5973b6d6daad2 [diff] |
do not use latest mypy version
diff --git a/pyproject.toml b/pyproject.toml index c980091..facce29 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -19,7 +19,7 @@ pytest-asyncio = ">=0.24" [tool.poetry.group.dev.dependencies] -mypy = "^1.15.0" +mypy = "~=1.15.0" # do not use 0.16.0 for now as it contains a bug we encounter pre-commit = ">=2.20.0" ruff = ">=0.9.4" types-requests = ">=2.32.0.20250306"