Skip to content

Commit

Permalink
fix(ingest): kafka - revert deps back to < 1.9.0 (#5476)
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka authored Jul 24, 2022
1 parent cb05159 commit b010efa
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 @@ -69,7 +69,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 b010efa

Please sign in to comment.