Skip to content

Commit

Permalink
Require confluent-kafka >= 2.2.0
Browse files Browse the repository at this point in the history
This version improves reliability of refreshing the authentication
of long-lived sessions.

See confluentinc/librdkafka#4301.
  • Loading branch information
lpsinger committed Aug 23, 2023
1 parent 082cae5 commit 52f5c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
dependencies = [
"authlib",
"certifi",
"confluent-kafka >= 1.6.1, != 2.1.0, != 2.1.1",
"confluent-kafka >= 2.2.0",
"requests",
"typing-extensions; python_version<='3.7'"
]
Expand Down

0 comments on commit 52f5c7d

Please sign in to comment.