Skip to content

Commit 69a23a5

Browse files
committed
Add missing stubs for grpc and protobuf types
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 09da334 commit 69a23a5

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 == 4.21.0.7",
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)