From 7454d945459e00b3c8b4155231d7d08801c7c988 Mon Sep 17 00:00:00 2001 From: "Ed (ODSC)" Date: Fri, 13 Dec 2024 15:53:51 +0000 Subject: [PATCH] setup.py: Update libcove2 version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1117f74..edb84d5 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ python_requires=">=3.8", install_requires=[ "python-dateutil", - "libcove2 @ git+https://github.com/OpenDataServices/lib-cove-2.git@handle_new_jsonschema", + "libcove2>=0.2.0", "packaging", # Jsonschema 4.10 breaks the message # 'missingPersonType' is a dependency of 'missingPersonReason'