Skip to content

Commit 04ae75c

Browse files
authored
Merge pull request #1407 from dbcli/RW/set-mypy-version
Set mypy version more strictly: v1.18.1
2 parents 3371022 + 7972056 commit 04ae75c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Internal
55
--------
66
* Improve robustness for flaky tests when publishing.
77
* Improve type annotations for latest mypy/type stubs.
8+
* Set mypy version more strictly.
89

910

1011
1.41.2 (2025/11/24)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ all = [
4444
dev = [
4545
"behave>=1.2.6",
4646
"coverage>=7.2.7",
47-
"mypy>=1.16.1",
47+
"mypy~=1.18.1",
4848
"pexpect>=4.9.0",
4949
"pytest>=7.4.4",
5050
"pytest-cov>=4.1.0",

0 commit comments

Comments
 (0)