diff --git a/setup.py b/setup.py index cbe573526..f34a61f39 100755 --- a/setup.py +++ b/setup.py @@ -14,8 +14,8 @@ AVRO_REQUIRES = [ 'fastavro', 'requests', - 'avro;python_version<"3.0"', - 'avro-python3==1.9.1;python_version>"3.0"' + 'avro==1.9.2;python_version<"3.0"', + 'avro-python3==1.9.2.1;python_version>"3.0"' ] TEST_REQUIRES = [