Skip to content

Commit 0f8cc2f

Browse files
committed
Update avro dependency
1 parent 6387a09 commit 0f8cc2f

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
@@ -27,7 +27,7 @@
2727

2828
AVRO_REQUIRES = ['fastavro>=0.23.0,<1.0;python_version<"3.0"',
2929
'fastavro>=1.0;python_version>"3.0"',
30-
'avro==1.10.0'
30+
'avro==1.10.2',
3131
] + SCHEMA_REGISTRY_REQUIRES
3232

3333
JSON_REQUIRES = ['pyrsistent==0.16.1;python_version<"3.0"',

0 commit comments

Comments
 (0)