Skip to content

Commit

Permalink
Downgrade confluent-kafka to 2.4.0
Browse files Browse the repository at this point in the history
2.5.3 has issues with consumer
See confluentinc/confluent-kafka-python#1799
  • Loading branch information
daniil-quix committed Sep 25, 2024
1 parent 96a57ac commit 3dbcc73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requirements:
- python >=3.8,<3.13
run:
- python >=3.8,<3.13
- python-confluent-kafka >=2.2,<2.6
- python-confluent-kafka >=2.2,<2.5
- requests >=2.32
- typing_extensions >=4.8
- orjson >=3.9,<4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
confluent-kafka>=2.2,<2.6
confluent-kafka>=2.2,<2.5
requests>=2.32
rocksdict>=0.3, <0.4
typing_extensions>=4.8
Expand Down

0 comments on commit 3dbcc73

Please sign in to comment.