Skip to content

Commit dfbd68a

Browse files
authored
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#1050)
fix(deps): require proto-plus>=1.15.0
1 parent 7f72aab commit dfbd68a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
9696
# Until this issue is closed
9797
# https://github.com/googleapis/google-cloud-python/issues/10566
98-
"google-api-core[grpc] >= 1.26.0, <3.0.0dev",
99-
"proto-plus >= 1.10.1",
98+
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
99+
"proto-plus >= 1.15.0",
100100
"packaging >= 14.3",
101101
"google-cloud-storage >= 1.32.0, < 3.0.0dev",
102102
"google-cloud-bigquery >= 1.15.0, < 3.0.0dev",

testing/constraints-3.6.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#
66
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
77
# Then this file should have foo==1.14.0
8-
google-api-core==1.26.0
8+
google-api-core==1.31.5
99
libcst==0.2.5
10-
proto-plus==1.10.1
10+
proto-plus==1.15.0
1111
mock==4.0.2
1212
google-cloud-storage==1.32.0
1313
google-auth==1.25.0 # TODO: Remove when google-api-core >= 1.26.0 is required

0 commit comments

Comments
 (0)