From d58cdbbf76b9a96584e7e54b3f87d45e83c1d2fe Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 13 Nov 2023 08:56:33 -0500 Subject: [PATCH] Set RDFLib ceiling to <8.0.0 References: * https://github.com/casework/CASE-Utilities-Python/issues/120 Signed-off-by: Alex Nelson --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fefcc22..eaa7b47 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ include_package_data = true install_requires = pandas pyshacl >= 0.24.0 - rdflib + rdflib < 8 requests tabulate packages = find: