Skip to content

Commit cbc24de

Browse files
committed
Pin grpcio at 0.13.1.
0.14.0 causes google.pubsub.v1 to barf (see: https://github.com/googleapis/googleapis/issues/17).
1 parent 609f323 commit cbc24de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020

2121
GRPC_EXTRAS = [
22-
'grpcio >= 0.13.1',
22+
'grpcio == 0.13.1',
2323
'gax-google-pubsub-v1',
2424
]
2525

0 commit comments

Comments
 (0)