You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "AnandInguva (via GitHub)" <gi...@apache.org> on 2023/02/22 16:55:15 UTC

[GitHub] [beam] AnandInguva commented on a diff in pull request #24599: Update GCP dependencies in Beam Python SDK

AnandInguva commented on code in PR #24599:
URL: https://github.com/apache/beam/pull/24599#discussion_r1114652393


##########
sdks/python/setup.py:
##########
@@ -300,25 +296,25 @@ def get_portability_package_data():
             # https://github.com/googleapis/google-cloud-python/issues/10566
             'google-auth>=1.18.0,<3',
             'google-auth-httplib2>=0.1.0,<0.2.0',
-            'google-cloud-datastore>=1.8.0,<2',
+            'google-cloud-datastore>=1.8.0,<3',
             'google-cloud-pubsub>=2.1.0,<3',
             'google-cloud-pubsublite>=1.2.0,<2',
             # GCP packages required by tests
             'google-cloud-bigquery>=1.6.0,<4',
-            'google-cloud-bigquery-storage>=2.6.3,<2.17',
+            'google-cloud-bigquery-storage>=2.6.3,<3',
             'google-cloud-core>=0.28.1,<3',
-            'google-cloud-bigtable>=0.31.1,<2',
+            'google-cloud-bigtable>=0.31.1,<3',

Review Comment:
   Okay. I haven't gone through all GCP deps yet because they didn't fail the code when we update dependencies. But it would be good to have latest bounds for GCP dependencies since many of them have had some breaking changes in the past.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org