Skip to content

Commit e1f7af9

Browse files
committed
Pin grpc-stubs to a version that supports grpc.aio
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 08084f0 commit e1f7af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"time-machine",
2222
"async-solipsism",
2323
]
24-
MYPY_DEPS = ["mypy==0.991", "pandas-stubs", "grpc-stubs"]
24+
MYPY_DEPS = ["mypy==0.991", "pandas-stubs", "grpc-stubs==1.24.12"]
2525

2626

2727
def _source_file_paths(session: nox.Session) -> List[str]:

0 commit comments

Comments
 (0)