We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34865ad commit 02a1330Copy full SHA for 02a1330
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
requires-python = ">=3.8"
22
dependencies = [
23
"robotframework >= 3.2.1",
24
- "confluent-kafka == 2.10.0",
+ "confluent-kafka == 2.11.0",
25
"requests >= 2.25.1",
26
]
27
src/ConfluentKafkaLibrary/version.py
@@ -1 +1 @@
1
-VERSION = '2.10.0.post2'
+VERSION = '2.11.0.post1'
0 commit comments