From 8ba02f50376e133a98889092cd529f97943a89b5 Mon Sep 17 00:00:00 2001 From: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:42:24 +0530 Subject: [PATCH] MINOR: Kafka dependency conflict resolution (#19278) (cherry picked from commit 8fdaea805f1148950b7315d80d6294783f7ff96d) --- ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/setup.py b/ingestion/setup.py index 7e8b015d657..51a48a55666 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -76,7 +76,7 @@ COMMONS = { }, "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