[ 
https://issues.apache.org/jira/browse/BEAM-4215?focusedWorklogId=167078&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-167078
 ]

ASF GitHub Bot logged work on BEAM-4215:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Nov/18 21:02
            Start Date: 16/Nov/18 21:02
    Worklog Time Spent: 10m 
      Work Description: aaltay closed pull request #7046: [BEAM-4215] Fix 
possible internal dependency conflicts
URL: https://github.com/apache/beam/pull/7046
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 7ebecd32664..a4aec5199c9 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -117,7 +117,7 @@ def get_version():
     'hdfs>=2.1.0,<3.0.0',
     'httplib2>=0.8,<=0.11.3',
     'mock>=1.0.1,<3.0.0',
-    'oauth2client>=2.0.1,<5',
+    'oauth2client>=2.0.1,<4',
     # grpcio 1.8.1 and above requires protobuf 3.5.0.post1.
     'protobuf>=3.5.0.post1,<4',
     'pydot>=1.2.0,<1.3',
@@ -140,7 +140,7 @@ def get_version():
     # 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',
     # GCP packages required by tests
     'google-cloud-bigquery>=1.6.0,<1.7.0',


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 167078)
    Time Spent: 50m  (was: 40m)

> Update Python SDK dependencies for next release
> -----------------------------------------------
>
>                 Key: BEAM-4215
>                 URL: https://issues.apache.org/jira/browse/BEAM-4215
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core
>    Affects Versions: 2.5.0
>            Reporter: Valentyn Tymofieiev
>            Assignee: Ahmet Altay
>            Priority: Major
>             Fix For: 2.9.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to