fix(ingest): kafka - revert deps back to < 1.9.0 (#5476)

This commit is contained in:
Shirshanka Das 2022-07-24 15:04:24 -07:00 committed by GitHub
parent cb05159474
commit b010efa6cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,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",
}