googleapis / gax-python

Google API Extensions for Python
http://gax-python.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
25 stars 13 forks source link

Pin gRPC to avoid 1.6.x #199

Closed lukesneeringer closed 7 years ago

lukesneeringer commented 7 years ago

This commit pins gRPC in google-gax to avoid the 1.6.x releases, which broke a bunch of multiprocessing cases.

Fixes GoogleCloudPlatform/google-cloud-python#3946 Fixes GoogleCloudPlatform/google-cloud-python#3988 Fixes GoogleCloudPlatform/google-cloud-python#3925

lukesneeringer commented 7 years ago

It also bumps the gax version itself for obvious reasons.