Repository: beam
Updated Branches:
  refs/heads/release-2.1.1 de56f6b28 -> 955e0122e


Exclude incompatible six release, part 2


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/955e0122
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/955e0122
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/955e0122

Branch: refs/heads/release-2.1.1
Commit: 955e0122e8acc6f8b0635a053c766088097237d0
Parents: de56f6b
Author: Charles Chen <c...@google.com>
Authored: Wed Sep 20 12:26:39 2017 -0700
Committer: Robert Bradshaw <rober...@gmail.com>
Committed: Wed Sep 20 15:39:34 2017 -0700

----------------------------------------------------------------------
 sdks/python/setup.py | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/955e0122/sdks/python/setup.py
----------------------------------------------------------------------
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 25ea5c7..de118ab 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -104,6 +104,9 @@ REQUIRED_PACKAGES = [
     'oauth2client>=2.0.1,<4.0.0',
     'protobuf>=3.2.0,<=3.3.0',
     'pyyaml>=3.12,<4.0.0',
+    # Six 1.11.0 incompatible with apitools.
+    # TODO(BEAM-2964): Remove the upper bound.
+    'six>=1.9,<1.11',
     ]
 
 REQUIRED_SETUP_PACKAGES = [

Reply via email to