tvalentyn commented on a change in pull request #12927:
URL: https://github.com/apache/beam/pull/12927#discussion_r496100904
##########
File path: sdks/python/setup.py
##########
@@ -141,7 +141,7 @@ def get_version():
# 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',
- 'fastavro>=0.21.4,<0.24',
+ 'fastavro>=1.0.0,<2',
Review comment:
Do we need to increase the lower bound (is the change not compatible
with earlier fastavro releases)?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]