Skip to content

Commit 96bc921

Browse files
authored
Bump Apache Avro to 1.9.2[.1] (@RyanSkraba, #779)
1 parent a5d82a1 commit 96bc921

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
@@ -14,8 +14,8 @@
1414
AVRO_REQUIRES = [
1515
'fastavro',
1616
'requests',
17-
'avro;python_version<"3.0"',
18-
'avro-python3==1.9.1;python_version>"3.0"'
17+
'avro==1.9.2;python_version<"3.0"',
18+
'avro-python3==1.9.2.1;python_version>"3.0"'
1919
]
2020

2121
TEST_REQUIRES = [

0 commit comments

Comments
 (0)