Skip to content

Commit b6beceb

Browse files
committed
Pin apache avro to 1.9.1 to fix doc builds (#778)
1 parent a7c87bd commit b6beceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'fastavro',
1515
'requests',
1616
'avro;python_version<"3.0"',
17-
'avro-python3;python_version>"3.0"'
17+
'avro-python3==1.9.1;python_version>"3.0"'
1818
]
1919

2020
TEST_REQUIRES = [

0 commit comments

Comments
 (0)