You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/10/31 19:25:11 UTC

(beam) branch users/damccorm/gcsDep created (now 5216c1779dd)

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

damccorm pushed a change to branch users/damccorm/gcsDep
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 5216c1779dd Add gcs dep

This branch includes the following new commits:

     new 5216c1779dd Add gcs dep

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(beam) 01/01: Add gcs dep

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/gcsDep
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 5216c1779ddc5f38d75d78fd37f957c9a1beb1ef
Author: Danny McCormick <da...@google.com>
AuthorDate: Tue Oct 31 15:25:04 2023 -0400

    Add gcs dep
---
 sdks/python/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 01354868774..1caec40e497 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -351,6 +351,7 @@ if __name__ == '__main__':
               'google-cloud-datastore>=2.0.0,<3',
               'google-cloud-pubsub>=2.1.0,<3',
               'google-cloud-pubsublite>=1.2.0,<2',
+              'google-cloud-storage>=2.10.0,<3',
               # GCP packages required by tests
               'google-cloud-bigquery>=2.0.0,<4',
               'google-cloud-bigquery-storage>=2.6.3,<3',