Skip to content

Commit

Permalink
Merge pull request #67 from lpsinger/confluent-kafka-version
Browse files Browse the repository at this point in the history
Update confluent-kafka version to skip recent buggy releases
  • Loading branch information
cnweaver authored May 22, 2023
2 parents 9e9fb4e + 6f8bd1b commit 16dd943
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 16dd943

Please sign in to comment.