This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 98a1ccba509f46d3a96e9fb5be4303a9bc4e4224
Author: tvalentyn <tvalen...@users.noreply.github.com>
AuthorDate: Tue Jan 18 13:40:00 2022 -0800

    [BEAM-10897] Update the fastavro lower bound due to an issue on Windows
---
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 54fefa8..57147bf 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -138,7 +138,7 @@ REQUIRED_PACKAGES = [
     # See: https://github.com/uqfoundation/dill/issues/341.
     'dill>=0.3.1.1,<0.3.2',
     'cloudpickle>=2.0.0,<3',
-    'fastavro>=0.21.4,<2',
+    'fastavro>=0.23.6,<2',
     'grpcio>=1.29.0,<2',
     'hdfs>=2.1.0,<3.0.0',
     'httplib2>=0.8,<0.20.0',

Reply via email to