From 79f8519eca2c6a4ca445c2c989b4fc8854acfe57 Mon Sep 17 00:00:00 2001 From: riteshghorse Date: Fri, 6 Oct 2023 14:51:36 -0400 Subject: [PATCH] pin fastavro temporarily --- 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 cadc4f34c86d..e3c4d6b1f757 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -242,7 +242,7 @@ def get_portability_package_data(): # To avoid depending on an old dependency, update the minor version on # every Beam release, see: https://github.com/apache/beam/issues/23119 'cloudpickle~=2.2.1', - 'fastavro>=0.23.6,<2', + 'fastavro>=0.23.6,<2,!=1.8.4', 'fasteners>=0.3,<1.0', 'grpcio>=1.33.1,!=1.48.0,<2', 'hdfs>=2.1.0,<3.0.0',