Skip to content

Commit 8fdaea8

Browse files
authored
MINOR: Kafka dependency conflict resolution (open-metadata#19278)
1 parent e432af9 commit 8fdaea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ingestion/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"kafka": {
8080
VERSIONS["avro"],
81-
"confluent_kafka>=2.1.1",
81+
"confluent_kafka>=2.1.1,<=2.6.1",
8282
"fastavro>=1.2.0",
8383
# Due to https://github.com/grpc/grpc/issues/30843#issuecomment-1303816925
8484
# use >= v1.47.2 https://github.com/grpc/grpc/blob/v1.47.2/tools/distrib/python/grpcio_tools/grpc_version.py#L17

0 commit comments

Comments
 (0)