Skip to content

Commit

Permalink
fix: require google-cloud-core 1.4.4 (#866)
Browse files Browse the repository at this point in the history
* fix: require google-cloud-core 1.4.4

* Update sample to address missing dependency on `six`

* Update sample to address missing dependency on `six`
  • Loading branch information
parthea committed Sep 20, 2023
1 parent 4105df7 commit 09f8a46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions samples/hello_happybase/requirements.txt
@@ -1 +1,2 @@
google-cloud-happybase==0.33.0
six==1.16.0 # See https://github.com/googleapis/google-cloud-python-happybase/issues/128
1 change: 1 addition & 0 deletions samples/quickstart_happybase/requirements.txt
@@ -1 +1,2 @@
google-cloud-happybase==0.33.0
six==1.16.0 # See https://github.com/googleapis/google-cloud-python-happybase/issues/128
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@
release_status = "Development Status :: 5 - Production/Stable"
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.0.0dev",
"google-cloud-core >= 1.4.4, <3.0.0dev",
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
"proto-plus >= 1.22.0, <2.0.0dev",
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.7.txt
Expand Up @@ -6,7 +6,7 @@
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have 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
proto-plus==1.22.0
libcst==0.2.5
Expand Down

0 comments on commit 09f8a46

Please sign in to comment.