Skip to content

Commit

Permalink
Start specifying RDFLib version ceilings
Browse files Browse the repository at this point in the history
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 <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed May 23, 2023
1 parent 0cfe6d1 commit 9b6a422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9b6a422

Please sign in to comment.