Skip to content

Commit 29d6b32

Browse files
committed
Add type stub dependencies for grpc and protobuf
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent c895202 commit 29d6b32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ dev-mkdocs = [
7373
]
7474
dev-mypy = [
7575
"mypy == 1.11.2",
76+
"grpc-stubs == 1.53.0.5",
7677
"types-Markdown == 3.7.0.20240822",
78+
"types-protobuf == 5.28.3.20241030",
7779
# For checking the noxfile, docs/ script, and tests
7880
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
7981
]

0 commit comments

Comments
 (0)