tvalentyn commented on a change in pull request #15308:
URL: https://github.com/apache/beam/pull/15308#discussion_r699561444
##########
File path: sdks/python/setup.py
##########
@@ -139,7 +139,7 @@ def get_version():
# version of dill. It is best to use the same version of dill on client and
# server, therefore list of allowed versions is very narrow.
# See: https://github.com/uqfoundation/dill/issues/341.
- 'dill>=0.3.1.1,<0.3.2',
+ 'dill>=0.3.1.1,<0.3.4',
Review comment:
so you'd have to write
`>=0.3.4,<0.3.5`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]