Skip to content

Commit a2f87b9

Browse files
authored
fix: require google-cloud-core >= 1.4.4 (#1015)
1 parent 498dba2 commit a2f87b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

3838
dependencies = [
3939
"google-api-core[grpc] >= 1.34.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
40-
"google-cloud-core >= 1.4.1, < 3.0dev",
40+
"google-cloud-core >= 1.4.4, < 3.0dev",
4141
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
4242
"proto-plus >= 1.22.0, <2.0.0dev",
4343
"sqlparse >= 0.4.4",

testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
66
# Then this file should have google-cloud-foo==1.14.0
77
google-api-core==1.34.0
8-
google-cloud-core==1.4.1
8+
google-cloud-core==1.4.4
99
grpc-google-iam-v1==0.12.4
1010
libcst==0.2.5
1111
proto-plus==1.22.0

0 commit comments

Comments
 (0)