Skip to content

Commit

Permalink
fix(deps): require google-api-core >= 1.31.5, >= 2.3.2 on v1 release (#…
Browse files Browse the repository at this point in the history
…534)

* chore(deps): allow google-api-core v2 on v1 release

* chore: also update google-cloud-core

* chore: run blacken

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
busunkim96 and parthea authored Apr 4, 2022
1 parent 40c0cd6 commit d098215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
# 'Development Status :: 5 - Production/Stable'
release_status = 'Development Status :: 5 - Production/Stable'
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
"google-cloud-core >= 1.4.1, < 2.0dev",
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"google-cloud-core >= 1.4.1, < 3.0dev",
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
]
extras = {
Expand Down

0 comments on commit d098215

Please sign in to comment.