Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Pin gRPC to avoid 1.6.x (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Sep 18, 2017
1 parent baa1c13 commit 7c018cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'dill >= 0.2.5, < 0.3dev',
'future >= 0.16.0, < 0.17dev',
'googleapis-common-protos >= 1.5.2, < 2.0dev',
'grpcio >=1.0.2, < 2.0dev',
'grpcio >=1.0.2, < 1.6dev',
'google-auth >= 1.0.0, <2.0dev',
'ply == 3.8',
'protobuf >= 3.0.0, < 4.0dev',
Expand All @@ -51,7 +51,7 @@

setup(
name='google-gax',
version='0.15.14',
version='0.15.15',
description='Google API Extensions',
long_description=long_description,
author='Google API Authors',
Expand Down

0 comments on commit 7c018cf

Please sign in to comment.