MINOR: Kafka dependency conflict resolution (#19278)

(cherry picked from commit 8fdaea805f1148950b7315d80d6294783f7ff96d)
This commit is contained in:
Mayur Singal 2025-01-08 14:42:24 +05:30 committed by OpenMetadata Release Bot
parent 4eb6d7a848
commit 8ba02f5037

View File

@ -76,7 +76,7 @@ COMMONS = {
}, },
"kafka": { "kafka": {
VERSIONS["avro"], VERSIONS["avro"],
"confluent_kafka>=2.1.1", "confluent_kafka>=2.1.1,<=2.6.1",
"fastavro>=1.2.0", "fastavro>=1.2.0",
# Due to https://github.com/grpc/grpc/issues/30843#issuecomment-1303816925 # 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 # use >= v1.47.2 https://github.com/grpc/grpc/blob/v1.47.2/tools/distrib/python/grpcio_tools/grpc_version.py#L17