Skip to content

Commit 308c197

Browse files
authored
Downgrade confluent-kafka to 2.4.0 and bump version to 3.2.1 (#619)
1 parent 4c9f108 commit 308c197

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requirements:
1515
- python >=3.8,<3.13
1616
run:
1717
- python >=3.8,<3.13
18-
- python-confluent-kafka >=2.6,<2.7
18+
- python-confluent-kafka >=2.4,<2.5
1919
- requests >=2.32
2020
- typing_extensions >=4.8
2121
- orjson >=3.9,<4

quixstreams/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
__all__ = ["Application", "message_context", "MessageContext", "State"]
77

8-
__version__ = "3.2.0"
8+
__version__ = "3.2.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
confluent-kafka>=2.6,<2.7
1+
confluent-kafka>=2.4,<2.5
22
requests>=2.32
33
rocksdict>=0.3,<0.4
44
typing_extensions>=4.8

0 commit comments

Comments
 (0)