We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3371022 + 7972056 commit 04ae75cCopy full SHA for 04ae75c
2 files changed
changelog.md
@@ -5,6 +5,7 @@ Internal
5
--------
6
* Improve robustness for flaky tests when publishing.
7
* Improve type annotations for latest mypy/type stubs.
8
+* Set mypy version more strictly.
9
10
11
1.41.2 (2025/11/24)
pyproject.toml
@@ -44,7 +44,7 @@ all = [
44
dev = [
45
"behave>=1.2.6",
46
"coverage>=7.2.7",
47
- "mypy>=1.16.1",
+ "mypy~=1.18.1",
48
"pexpect>=4.9.0",
49
"pytest>=7.4.4",
50
"pytest-cov>=4.1.0",
0 commit comments