You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2018/11/17 02:13:07 UTC

[beam] 01/01: Merge pull request #7051 from markflyhigh/py-move-off-apitools-1

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

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 8fac1fd8d8023faac731837bb34994286805f8d5
Merge: 207aac9 1c12e91
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Fri Nov 16 18:13:00 2018 -0800

    Merge pull request #7051 from markflyhigh/py-move-off-apitools-1
    
    [BEAM-4850] Remove some dependencies of apitools

 .../runners/dataflow/internal/apiclient.py         | 30 +++++++++++++---------
 sdks/python/setup.py                               |  1 +
 2 files changed, 19 insertions(+), 12 deletions(-)

diff --cc sdks/python/setup.py
index a4aec51,d053588..b0b9ab8
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@@ -140,8 -140,9 +140,9 @@@ GCP_REQUIREMENTS = 
      # google-apitools 0.5.23 and above has important Python 3 supports.
      'google-apitools>=0.5.23,<=0.5.24',
      'proto-google-cloud-datastore-v1>=0.90.0,<=0.90.4',
 -    'googledatastore==7.0.1; python_version < "3.0"',
 +    'googledatastore>=7.0.1,<7.1; python_version < "3.0"',
      'google-cloud-pubsub==0.35.4',
+     'google-cloud-storage==1.13.0',
      # GCP packages required by tests
      'google-cloud-bigquery>=1.6.0,<1.7.0',
  ]