We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a707a11 + 71bb726 commit de30361Copy full SHA for de30361
1 file changed
sdks/python/setup.py
@@ -105,7 +105,8 @@ def get_version():
105
'avro>=1.8.1,<2.0.0; python_version < "3.0"',
106
'avro-python3>=1.8.1,<2.0.0; python_version >= "3.0"',
107
'crcmod>=1.7,<2.0',
108
- 'dill>=0.2.9,<0.4.0',
+ # Dill doesn't guarantee comatibility between releases within minor version.
109
+ 'dill>=0.3.0,<0.3.1',
110
'fastavro>=0.21.4,<0.22',
111
'funcsigs>=1.0.2,<2; python_version < "3.0"',
112
'future>=0.16.0,<1.0.0',
0 commit comments