1 parent 67991cc commit 2e4075bCopy full SHA for 2e4075b
1 file changed
setup.py
@@ -14,7 +14,7 @@
14
LEGACYAVRO_REQUIRES = ['fastavro >= 1.3.2', 'avro-python3 >= 1.10.1']
15
JSON_REQUIRES = ['jsonschema >= 3.2.0']
16
PROTO_REQUIRES = ['protobuf >= 4.22.0']
17
-SCHEMA_REGISTRY_REQUIRES = ['httpx>=0.26', 'cachetools >= 5.5.0', 'attr >= 0.3.2']
+SCHEMA_REGISTRY_REQUIRES = ['httpx>=0.26', 'cachetools >= 5.5.0', 'attrs >= 24.3.0']
18
ALL = AVRO_REQUIRES + LEGACYAVRO_REQUIRES + JSON_REQUIRES + PROTO_REQUIRES + SCHEMA_REGISTRY_REQUIRES
19
setup(name = 'robotframework-confluentkafkalibrary',
20
version = VERSION,
0 commit comments