fix(build): pin confluent kafka dependency (#5224)

This commit is contained in:
Aseem Bansal 2022-06-22 13:53:30 +05:30 committed by GitHub
parent 82ca92f8f9
commit 8c8f1b987a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ kafka_common = {
# At the same time, we use Kafka's AvroSerializer, which internally relies on
# fastavro for serialization. We do not use confluent_kafka[avro], since it
# is incompatible with its own dep on avro-python3.
"confluent_kafka>=1.5.0",
"confluent_kafka>=1.5.0,<1.9.0",
"fastavro>=1.2.0",
}