We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cd1a0 commit 0f82724Copy full SHA for 0f82724
2 files changed
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
requires-python = ">=3.8"
22
dependencies = [
23
"robotframework >= 3.2.1",
24
- "confluent-kafka == 2.11.1",
+ "confluent-kafka == 2.12.0",
25
"requests >= 2.25.1",
26
]
27
src/ConfluentKafkaLibrary/version.py
@@ -1 +1 @@
1
-VERSION = '2.11.1.post1'
+VERSION = '2.12.0.post1'
0 commit comments