Skip to content

Commit fefd89f

Browse files
RyanSkrabarnpridgeon
authored andcommitted
Bump Apache Avro to 1.9.2[.1] (@RyanSkraba, #779)
1 parent b6beceb commit fefd89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
AVRO_REQUIRES = [
1414
'fastavro',
1515
'requests',
16-
'avro;python_version<"3.0"',
17-
'avro-python3==1.9.1;python_version>"3.0"'
16+
'avro==1.9.2;python_version<"3.0"',
17+
'avro-python3==1.9.2.1;python_version>"3.0"'
1818
]
1919

2020
TEST_REQUIRES = [

0 commit comments

Comments
 (0)