Skip to content

Commit 5b910d7

Browse files
authored
Update to 2.11.1 (#65)
1 parent 94f5b89 commit 5b910d7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
requires-python = ">=3.8"
2222
dependencies = [
2323
"robotframework >= 3.2.1",
24-
"confluent-kafka == 2.11.0",
24+
"confluent-kafka == 2.11.1",
2525
"requests >= 2.25.1",
2626
]
2727

@@ -46,6 +46,7 @@ schemaregistry = [
4646
"cachetools >= 5.5.0",
4747
"attrs >= 24.3.0",
4848
"authlib >= 1.0.0",
49+
"orjson >= 3.10",
4950
]
5051
all = [
5152
"robotframework-confluentkafkalibrary[avro]",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.11.0.post1'
1+
VERSION = '2.11.1.post1'

0 commit comments

Comments
 (0)