Skip to content

Commit 9b6a422

Browse files
committed
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: * RDFLib/rdflib#2402 Signed-off-by: Alex Nelson <[email protected]>
1 parent 0cfe6d1 commit 9b6a422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include_package_data = true
2121
install_requires =
2222
pandas
2323
pyshacl
24-
rdflib >= 6.2.0
24+
rdflib >= 6.2.0, < 7.0.0
2525
requests
2626
tabulate
2727
packages = find:

0 commit comments

Comments
 (0)