Skip to content

Commit

Permalink
Merge pull request #1866 from bjwatson/use-google-gax-0_12_0
Browse files Browse the repository at this point in the history
Use google-gax 0.12.0, which depends on grpcio 0.14.0 or above
  • Loading branch information
tseaver authored Jun 17, 2016
2 parents 488b600 + 5379e82 commit 285aced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

GRPC_EXTRAS = [
'grpcio >= 0.14.0',
'google-gax >= 0.11.0',
'google-gax >= 0.12.0',
'gax-google-pubsub-v1',
]

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ covercmd =
[grpc]
deps =
grpcio >= 0.14.0
google-gax >= 0.11.0
google-gax >= 0.12.0
gax-google-pubsub-v1

[testenv:py27]
Expand Down

0 comments on commit 285aced

Please sign in to comment.