Skip to content

Commit

Permalink
Relax the google-api-core dependency. (#22513)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored Jul 28, 2022
1 parent f4f1de3 commit 48b5349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ def get_portability_package_data():
'gcp': [
'cachetools>=3.1.0,<5',
'google-apitools>=0.5.31,<0.5.32',
# Transitive dep. Upper bound required for google-cloud-spanner v1.
# Transitive dep. Required for google-cloud-spanner v1.
# See: https://github.com/apache/beam/issues/22454
'google-api-core<2.8.2',
'google-api-core!=2.8.2,<3',
# NOTE: Maintainers, please do not require google-auth>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
Expand Down

0 comments on commit 48b5349

Please sign in to comment.