Skip to content

Commit

Permalink
Pin grpcio at 0.13.1.
Browse files Browse the repository at this point in the history
0.14.0 causes google.pubsub.v1 to barf (see:
https://github.com/googleapis/googleapis/issues/17).
  • Loading branch information
tseaver committed May 11, 2016
1 parent 609f323 commit cbc24de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]

GRPC_EXTRAS = [
'grpcio >= 0.13.1',
'grpcio == 0.13.1',
'gax-google-pubsub-v1',
]

Expand Down

0 comments on commit cbc24de

Please sign in to comment.