Skip to content

Commit

Permalink
Bump Apache Avro to 1.9.2[.1] (@RyanSkraba, #779)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSkraba authored and rnpridgeon committed Feb 21, 2020
1 parent b6beceb commit fefd89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -13,8 +13,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 = [
Expand Down

0 comments on commit fefd89f

Please sign in to comment.