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 2017/11/02 23:38:19 UTC

[1/2] beam git commit: [BEAM-3135] Adding futures dependency to python SDK

Repository: beam
Updated Branches:
  refs/heads/master 492547835 -> fbcb0ba68


[BEAM-3135] Adding futures dependency to python SDK


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

Branch: refs/heads/master
Commit: f0b2b3c6c45c03db9565e34683378b259281776f
Parents: 4925478
Author: Ankur Goenka <go...@goenka.svl.corp.google.com>
Authored: Wed Nov 1 16:27:52 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Thu Nov 2 16:37:51 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/beam/blob/f0b2b3c6/sdks/python/setup.py
----------------------------------------------------------------------
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 16672cf..5852d15 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -108,6 +108,7 @@ REQUIRED_PACKAGES = [
     # TODO(BEAM-2964): Remove the upper bound.
     'six>=1.9,<1.11',
     'typing>=3.6.0,<3.7.0',
+    'futures>=3.1.1,<4.0.0',
     ]
 
 REQUIRED_SETUP_PACKAGES = [


[2/2] beam git commit: This closes #4070

Posted by al...@apache.org.
This closes #4070


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

Branch: refs/heads/master
Commit: fbcb0ba6826b1e2016acfce138884ab9dd398f86
Parents: 4925478 f0b2b3c
Author: Ahmet Altay <al...@google.com>
Authored: Thu Nov 2 16:38:07 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Thu Nov 2 16:38:07 2017 -0700

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