confluent-kafka-python
confluent-kafka-python copied to clipboard
Allow for future compatible versions of `avro` as a dependency
Description
confluent_kafka should allow for future compatible versions of avro as dependencies. setup.py specifies avro==1.10.0, but several releases of avro have come out since then. It's currently impossible to use any of the new versions of avro and this package at the same time.
suggestion: update to avro>=1.10.0,<2
How to reproduce
Try to install latest confluent_kafka and latest avro in the same project.
Checklist
Please provide the following information:
- [x] confluent-kafka-python and librdkafka version (
confluent_kafka.version()andconfluent_kafka.libversion()):1.9.2
Only relevant to python packaging requirements