Skip to content

Commit

Permalink
MINOR: Kafka dependency conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
ulixius9 committed Jan 8, 2025
1 parent 5ccc0c5 commit 91f4566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"kafka": {
VERSIONS["avro"],
"confluent_kafka>=2.1.1",
"confluent_kafka>=2.1.1,<=2.6.1",
"fastavro>=1.2.0",
# Due to https://github.com/grpc/grpc/issues/30843#issuecomment-1303816925
# use >= v1.47.2 https://github.com/grpc/grpc/blob/v1.47.2/tools/distrib/python/grpcio_tools/grpc_version.py#L17
Expand Down

0 comments on commit 91f4566

Please sign in to comment.