Skip to content

Commit

Permalink
fix(build): pin confluent kafka dependency (#5224)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Jun 22, 2022
1 parent 82ca92f commit 8c8f1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_long_description():
# 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",
}

Expand Down

0 comments on commit 8c8f1b9

Please sign in to comment.