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

altay pushed a commit to branch aaltay-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 367f85de3bf45ed04142c0ae8414dc11a2cb5d3f
Author: Ahmet Altay <aal...@gmail.com>
AuthorDate: Fri Aug 23 10:53:24 2019 -0700

    Release upper bound for dill
    
    Dill now has a 0.3.0 version. Could not find any release notes to tell 
whether there are any breaking changes or not. (Asked here: 
https://github.com/uqfoundation/dill/issues/223)
---
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 7447940..0ea6c80 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -105,7 +105,7 @@ REQUIRED_PACKAGES = [
     'avro>=1.8.1,<2.0.0; python_version < "3.0"',
     'avro-python3>=1.8.1,<2.0.0; python_version >= "3.0"',
     'crcmod>=1.7,<2.0',
-    'dill>=0.2.9,<0.2.10',
+    'dill>=0.2.9,<0.4.0',
     'fastavro>=0.21.4,<0.22',
     'future>=0.16.0,<1.0.0',
     'futures>=3.2.0,<4.0.0; python_version < "3.0"',

Reply via email to