mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-06 06:46:41 +00:00
fix(ingest): kafka - revert deps back to < 1.9.0 (#5476)
This commit is contained in:
parent
cb05159474
commit
b010efa6cf
@ -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",
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user