diff --git a/sdks/python/setup.py b/sdks/python/setup.py index d32a7509e18d..06691cb5f218 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -136,7 +136,7 @@ def get_version(): REQUIRED_PACKAGES = [ 'avro>=1.8.1,<2.0.0; python_version < "3.0"', - 'avro-python3>=1.8.1,<2.0.0; python_version >= "3.0"', + 'avro-python3>=1.8.1,!=1.9.2,<2.0.0; python_version >= "3.0"', 'crcmod>=1.7,<2.0', # Dill doesn't have forwards-compatibility guarantees within minor version. # Pickles created with a new version of dill may not unpickle using older