Skip to content

Commit

Permalink
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#1157)
Browse files Browse the repository at this point in the history
fix(deps): require proto-plus>=1.15.0
  • Loading branch information
parthea authored Mar 3, 2022
1 parent 26daa66 commit 0c15790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
"google-api-core[grpc] >= 1.29.0, <3.0.0dev",
"proto-plus >= 1.10.0",
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"proto-plus >= 1.15.0",
# NOTE: Maintainers, please do not require google-cloud-core>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
Expand Down
4 changes: 2 additions & 2 deletions testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
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
geopandas==0.9.0
google-api-core==1.29.0
google-api-core==1.31.5
google-cloud-bigquery-storage==2.0.0
google-cloud-core==1.4.1
google-resumable-media==0.6.0
Expand All @@ -16,7 +16,7 @@ opentelemetry-api==1.1.0
opentelemetry-instrumentation==0.20b0
opentelemetry-sdk==1.1.0
pandas==0.24.2
proto-plus==1.10.0
proto-plus==1.15.0
protobuf==3.12.0
pyarrow==3.0.0
python-dateutil==2.7.2
Expand Down

0 comments on commit 0c15790

Please sign in to comment.