Skip to content

Commit 6d09dee

Browse files
authored
fix(deps): require google-api-core>=1.32.0,>=2.8.0 (#1512)
1 parent e500ff3 commit 6d09dee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
platforms="Posix; MacOS X; Windows",
104104
include_package_data=True,
105105
install_requires=(
106-
"google-api-core[grpc] >= 2.8.0, <3.0.0dev",
106+
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
107107
"proto-plus >= 1.15.0, <2.0.0dev",
108108
"protobuf >= 3.19.0, <4.0.0dev",
109109
"packaging >= 14.3, <22.0.0dev",

testing/constraints-3.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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==2.8.0
8+
google-api-core==1.32.0
99
libcst==0.2.5
1010
proto-plus==1.15.0
1111
protobuf==3.19.0

0 commit comments

Comments
 (0)