Skip to content

Commit 61a7074

Browse files
committed
Bump avro dependency to 0.10.0
1 parent 7b4f194 commit 61a7074

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fastavro>=0.23.0
22
requests
3-
avro==1.9.2;python_version<='3.0'
4-
avro-python3==1.9.2.1;python_version>='3.0'
3+
avro==1.10.0;python_version<='3.0'
4+
avro-python3==1.10.0;python_version>='3.0'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
SCHEMA_REGISTRY_REQUIRES = ['requests']
2727

2828
AVRO_REQUIRES = ['fastavro>=0.23.0',
29-
'avro==1.9.2;python_version<"3.0"',
30-
'avro-python3==1.9.2.1;python_version>"3.0"'
29+
'avro==1.10.0;python_version<"3.0"',
30+
'avro-python3==1.10.0;python_version>"3.0"'
3131
] + SCHEMA_REGISTRY_REQUIRES
3232

3333
JSON_REQUIRES = ['jsonschema'] + SCHEMA_REGISTRY_REQUIRES

0 commit comments

Comments
 (0)