Skip to content

Commit 0000636

Browse files
committed
Fix dependencies
1 parent ea4f33b commit 0000636

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
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.12.0",
24+
"confluent-kafka == 2.12.2",
2525
"requests >= 2.25.1",
2626
]
2727

@@ -36,6 +36,7 @@ avro = [
3636
json = [
3737
"jsonschema >= 3.2.0",
3838
"pyrsistent >= 0.20.0",
39+
"orjson >= 3.10",
3940
]
4041
protobuf = [
4142
"protobuf >= 4.22.0",
@@ -45,8 +46,8 @@ schemaregistry = [
4546
"httpx>=0.26",
4647
"cachetools >= 5.5.0",
4748
"attrs >= 24.3.0",
49+
"certifi",
4850
"authlib >= 1.0.0",
49-
"orjson >= 3.10",
5051
]
5152
all = [
5253
"robotframework-confluentkafkalibrary[avro]",

0 commit comments

Comments
 (0)