From 9b6a4220b66ad54ed919a41fdac20789fbfbf20e Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 23 May 2023 08:47:58 -0400 Subject: [PATCH] Start specifying RDFLib version ceilings This sets `case-utils` and downstream Python tooling to take care in reviewing new RDFLib releases for breaking changes. RDFLib Issue 2402 and Discussion 2395 outline an upcoming development period for RDFLib that may see more frequent SEMVER-major version releases. References: * https://github.com/RDFLib/rdflib/pull/2402 Signed-off-by: Alex Nelson --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e5ffda7..7420867 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ include_package_data = true install_requires = pandas pyshacl - rdflib >= 6.2.0 + rdflib >= 6.2.0, < 7.0.0 requests tabulate packages = find: