You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/07/28 22:27:53 UTC

[beam] branch release-2.41.0 updated: [release-2.41.0] Relax google-api-core dependency (#22514)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch release-2.41.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.41.0 by this push:
     new 898fc3fb6ce [release-2.41.0] Relax google-api-core dependency (#22514)
898fc3fb6ce is described below

commit 898fc3fb6cef1a38193ef55b7377b31c68c8bf00
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Thu Jul 28 17:27:48 2022 -0500

    [release-2.41.0] Relax google-api-core dependency (#22514)
---
 sdks/python/setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 881af854bd8..e77c9e2e893 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -266,9 +266,9 @@ if __name__ == '__main__':
           '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