Skip to content

Commit

Permalink
Disallow confluent-kafka-python 2.1.1
Browse files Browse the repository at this point in the history
Version 2.1.1 of confluent-kafka-python still suffers from a
segfault bug. See confluentinc/confluent-kafka-python#1547.
  • Loading branch information
lpsinger committed May 4, 2023
1 parent 970b8fe commit 963f141
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",
"confluent-kafka >= 1.6.1, != 2.1.0, != 2.1.1",
"requests",
"typing-extensions; python_version<='3.7'"
]
Expand Down

0 comments on commit 963f141

Please sign in to comment.