Skip to content

Commit dd7121a

Browse files
authored
Update avro dependency (confluentinc#1212)
1 parent 48a84f3 commit dd7121a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

+1-1
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.11.1,<2',
3131
] + SCHEMA_REGISTRY_REQUIRES
3232

3333
JSON_REQUIRES = ['pyrsistent==0.16.1;python_version<"3.0"',
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fastavro>=0.23.0
22
requests
3-
avro==1.10.0
3+
avro>=1.11.1,<2

tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ pytest-timeout
55
requests-mock
66
trivup>=0.8.3
77
fastavro
8-
avro==1.10.0
8+
avro>=1.11.1,<2
99
jsonschema
1010
protobuf

0 commit comments

Comments
 (0)