Skip to content

Commit

Permalink
Bump GAX dependency to 0.15.14. (#3752)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Aug 8, 2017
1 parent 38ad18a commit c8afe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

REQUIREMENTS = [
'google-cloud-core >= 0.26.0, < 0.27dev',
'google-gax >= 0.15.13, < 0.16dev',
'google-gax >= 0.15.14, < 0.16dev',
'googleapis-common-protos[grpc] >= 1.5.2, < 2.0dev',
]
EXTRAS_REQUIRE = {
Expand Down

0 comments on commit c8afe8f

Please sign in to comment.