Skip to content

Commit

Permalink
Upgrade confluent-kafka
Browse files Browse the repository at this point in the history
Signed-off-by: Kristen Armes <karmes@lyft.com>
  • Loading branch information
kristenarmes committed Jan 5, 2024
1 parent 0f1df82 commit ceea7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databuilder/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
with open(requirements_path, 'r') as requirements_file:
requirements_dev = requirements_file.readlines()

kafka = ['confluent-kafka==1.5.0']
kafka = ['confluent-kafka==2.3.0']

cassandra = ['cassandra-driver==3.20.1']

Expand Down

0 comments on commit ceea7db

Please sign in to comment.