confluent-kafka-python icon indicating copy to clipboard operation
confluent-kafka-python copied to clipboard

Allow for future compatible versions of `avro` as a dependency

Open rvinzent opened this issue 2 years ago • 0 comments

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() and confluent_kafka.libversion()): 1.9.2

Only relevant to python packaging requirements

rvinzent avatar Oct 03 '22 20:10 rvinzent