Skip to content

Commit

Permalink
fix: require google-cloud-core >= 1.4.4 (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Oct 8, 2023
1 parent 498dba2 commit a2f87b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -37,7 +37,7 @@

dependencies = [
"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.*",
"google-cloud-core >= 1.4.1, < 3.0dev",
"google-cloud-core >= 1.4.4, < 3.0dev",
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
"proto-plus >= 1.22.0, <2.0.0dev",
"sqlparse >= 0.4.4",
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.7.txt
Expand Up @@ -5,7 +5,7 @@
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
# Then this file should have google-cloud-foo==1.14.0
google-api-core==1.34.0
google-cloud-core==1.4.1
google-cloud-core==1.4.4
grpc-google-iam-v1==0.12.4
libcst==0.2.5
proto-plus==1.22.0
Expand Down

0 comments on commit a2f87b9

Please sign in to comment.