Skip to content

Commit 3abe778

Browse files
Pin mypy related dependencies
Signed-off-by: Daniel Zullo <[email protected]>
1 parent a636054 commit 3abe778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ pytest = [
7777
"async-solipsism",
7878
]
7979
mypy = [
80-
"mypy",
81-
"pandas-stubs",
82-
"grpc-stubs",
80+
"mypy >= 1.0.1, < 2",
81+
"pandas-stubs == 1.5.3.230304",
82+
"grpc-stubs == 1.24.12", # This dependency introduces breaking changes in patch releases
8383
# For checking the noxfile, docs/ script, and tests
8484
"frequenz-sdk[docs-gen,nox,pytest]",
8585
]

0 commit comments

Comments
 (0)