Commit a5af1a8 1 parent 815e688 commit a5af1a8 Copy full SHA for a5af1a8
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 38
38
"expandvars>=0.6.5" ,
39
39
"avro-gen3==0.7.16" ,
40
40
# "avro-gen3 @ git+https://github.com/acryldata/avro_gen@master#egg=avro-gen3",
41
- "avro>=1.11.3,<1.12" ,
41
+ # avro has historically made breaking changes, so we have a cautious upper bound.
42
+ "avro>=1.11.3,<1.13" ,
42
43
"python-dateutil>=2.8.0" ,
43
44
"tabulate" ,
44
45
"progressbar2" ,
76
77
# now provide prebuilt wheels for most platforms, including M1 Macs and
77
78
# Linux aarch64 (e.g. Docker's linux/arm64). Installing confluent_kafka
78
79
# from source remains a pain.
79
- "confluent_kafka[schemaregistry]>=1.9.0" ,
80
+ "confluent_kafka[schemaregistry,avro ]>=1.9.0" ,
80
81
# We currently require both Avro libraries. The codegen uses avro-python3 (above)
81
82
# schema parsers at runtime for generating and reading JSON into Python objects.
82
83
# At the same time, we use Kafka's AvroSerializer, which internally relies on
You can’t perform that action at this time.
0 commit comments