Skip to content

Commit 5b2dc97

Browse files
lukesneeringerlandrito
authored andcommitted
Bump GAX dependency to 0.15.14. (googleapis#3752)
1 parent 897eed2 commit 5b2dc97

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

language/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
REQUIREMENTS = [
5454
'google-cloud-core >= 0.26.0, < 0.27dev',
55-
'google-gax >= 0.15.13, < 0.16dev',
55+
'google-gax >= 0.15.14, < 0.16dev',
5656
'googleapis-common-protos[grpc] >= 1.5.2, < 2.0dev',
5757
]
5858
EXTRAS_REQUIRE = {

speech/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
REQUIREMENTS = [
5555
'google-cloud-core >= 0.26.0, < 0.27dev',
56-
'google-gax >= 0.15.13, < 0.16dev',
56+
'google-gax >= 0.15.14, < 0.16dev',
5757
'googleapis-common-protos[grpc] >= 1.5.2, < 2.0dev',
5858
]
5959

videointelligence/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
packages=find_packages(exclude=('tests*',)),
4444
install_requires=(
4545
'googleapis-common-protos >= 1.5.2, < 2.0dev',
46-
'google-gax >= 0.15.12, < 0.16dev',
46+
'google-gax >= 0.15.14, < 0.16dev',
4747
'six >= 1.10.0',
4848
),
4949
url='https://github.com/GoogleCloudPlatform/google-cloud-python',

vision/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
REQUIREMENTS = [
2828
'google-cloud-core >= 0.26.0, < 0.27dev',
29-
'google-gax >= 0.15.13, < 0.16dev',
29+
'google-gax >= 0.15.14, < 0.16dev',
3030
'googleapis-common-protos[grpc] >= 1.5.2, < 2.0dev',
3131
]
3232
EXTRAS_REQUIRE = {

0 commit comments

Comments
 (0)