aaltay commented on a change in pull request #11444: chore: loosen fastavro 
version restriction for Python 3.8 support
URL: https://github.com/apache/beam/pull/11444#discussion_r410440757
 
 

 ##########
 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:
   Should we up this to <0.24 ?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to