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
…612)

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

* add missing test dependency pytz

Co-authored-by: Anthonios Partheniou <[email protected]>
  • Loading branch information
busunkim96 and parthea authored Apr 5, 2022
1 parent c1e0b25 commit c1c4a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# google-api-core[grpc] 1.17.0 up to 1.19.1 causes problems with stream
# recovery, thus those versions should not be used.
# https://github.com/googleapis/python-pubsub/issues/74
"google-api-core[grpc] >= 1.14.0, != 1.17.*, != 1.18.*, != 1.19.*",
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
'enum34; python_version < "3.4"',
]
Expand Down

0 comments on commit c1c4a45

Please sign in to comment.