Skip to content

Commit

Permalink
Update confluent-kafka version to skip recent buggy releases
Browse files Browse the repository at this point in the history
confluent-kafka 2.1.0 and 2.1.1 segfault when connecting to GCN.
See confluentinc/confluent-kafka-python#1547.
  • Loading branch information
lpsinger committed May 5, 2023
1 parent 9e9fb4e commit 6f8bd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# requirements
install_requires = [
"authlib", # FIXME: drop after next release of confluent-kafka with OIDC support
"confluent-kafka",
"confluent-kafka >= 1.6.1, != 2.1.0, != 2.1.1",
"dataclasses ; python_version < '3.7'",
"importlib-metadata ; python_version < '3.8'",
"requests", # FIXME: drop after next release of confluent-kafka with OIDC support
Expand Down

0 comments on commit 6f8bd1b

Please sign in to comment.