mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-04 14:44:02 +00:00
fix(build): pin confluent kafka dependency (#5224)
This commit is contained in:
parent
82ca92f8f9
commit
8c8f1b987a
@ -68,7 +68,7 @@ kafka_common = {
|
|||||||
# At the same time, we use Kafka's AvroSerializer, which internally relies on
|
# 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
|
# fastavro for serialization. We do not use confluent_kafka[avro], since it
|
||||||
# is incompatible with its own dep on avro-python3.
|
# 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",
|
"fastavro>=1.2.0",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user