Skip to content

Commit 52f5c7d

Browse files
committed
Require confluent-kafka >= 2.2.0
This version improves reliability of refreshing the authentication of long-lived sessions. See confluentinc/librdkafka#4301.
1 parent 082cae5 commit 52f5c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
dependencies = [
2323
"authlib",
2424
"certifi",
25-
"confluent-kafka >= 1.6.1, != 2.1.0, != 2.1.1",
25+
"confluent-kafka >= 2.2.0",
2626
"requests",
2727
"typing-extensions; python_version<='3.7'"
2828
]

0 commit comments

Comments
 (0)