1 parent ea4f33b commit 0000636Copy full SHA for 0000636
1 file changed
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
requires-python = ">=3.8"
22
dependencies = [
23
"robotframework >= 3.2.1",
24
- "confluent-kafka == 2.12.0",
+ "confluent-kafka == 2.12.2",
25
"requests >= 2.25.1",
26
]
27
@@ -36,6 +36,7 @@ avro = [
36
json = [
37
"jsonschema >= 3.2.0",
38
"pyrsistent >= 0.20.0",
39
+ "orjson >= 3.10",
40
41
protobuf = [
42
"protobuf >= 4.22.0",
@@ -45,8 +46,8 @@ schemaregistry = [
45
46
"httpx>=0.26",
47
"cachetools >= 5.5.0",
48
"attrs >= 24.3.0",
49
+ "certifi",
50
"authlib >= 1.0.0",
- "orjson >= 3.10",
51
52
all = [
53
"robotframework-confluentkafkalibrary[avro]",
0 commit comments