You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/04/21 10:27:34 UTC

[GitHub] [beam] kvdb commented on a change in pull request #11444: chore: loosen fastavro version restriction for Python 3.8 support

kvdb commented on a change in pull request #11444:
URL: https://github.com/apache/beam/pull/11444#discussion_r412065166



##########
File path: sdks/python/setup.py
##########
@@ -147,7 +147,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.22',
+    'fastavro>=0.21.4,<0.23',

Review comment:
       Feel free to take over the MR or provide an alternative. I haven't got enough knowledge of beam nor fastavro to fix the test that failed.




----------------------------------------------------------------
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:
users@infra.apache.org