Repository: beam
Updated Branches:
  refs/heads/master b2428ea60 -> afd710674


Upgrade dill to 0.2.6 and pin it

Upgrade dill to the latest version and pin it. There were potential
compatibility issues between 0.2.5 and 0.2.6, and keeping this as a
range requirement is risky going forward.


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

Branch: refs/heads/master
Commit: 018b6ffbf85fca3fb3cd4f37bef4931dad3925a0
Parents: b2428ea
Author: Ahmet Altay <al...@google.com>
Authored: Thu Feb 23 14:00:54 2017 -0800
Committer: Ahmet Altay <al...@google.com>
Committed: Wed Mar 1 14:20:23 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/beam/blob/018b6ffb/sdks/python/setup.py
----------------------------------------------------------------------
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 6856e00..022d69d 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -86,7 +86,7 @@ else:
 REQUIRED_PACKAGES = [
     'avro>=1.7.7,<2.0.0',
     'crcmod>=1.7,<2.0',
-    'dill>=0.2.5,<0.3',
+    'dill==0.2.6',
     'httplib2>=0.8,<0.10',
     'mock>=1.0.1,<3.0.0',
     'oauth2client>=2.0.1,<4.0.0',

Reply via email to