Fixes 19217: Add ability to use confluent-kafka version greater than 2.1.1 (#19218)

* Add ability to use confluent-kafka version greater than 2.1.1

* fix: spotless
This commit is contained in:
Maciej Bryński 2025-01-06 18:01:22 +01:00 committed by Matias Puerta
parent cf3b0e25d4
commit 7be37c138a
No known key found for this signature in database
GPG Key ID: CE11AC2089FD6305

View File

@ -76,7 +76,7 @@ COMMONS = {
},
"kafka": {
VERSIONS["avro"],
"confluent_kafka==2.1.1",
"confluent_kafka>=2.1.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