Skip to content

Commit af3777f

Browse files
committed
Update to latest shacl2code
Updates to the latest version of shacl2code. This changes the way some objects are initialized in the Python bindings, see: https://github.com/JPEWdev/shacl2code/releases/tag/v0.0.21 Also remove shacl2code as an explicit dev dependency. It is unnecessary since it is a build dependency.
1 parent 0b59dc8 commit af3777f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ classifiers = [
2222

2323
[project.optional-dependencies]
2424
dev = [
25-
"shacl2code == 0.0.20",
2625
"pytest >= 7.4",
2726
]
2827

@@ -35,7 +34,7 @@ Issues = "https://github.com/spdx/spdx-python-model/issues"
3534
requires = [
3635
"hatchling",
3736
"hatch-build-scripts",
38-
"shacl2code == 0.0.20",
37+
"shacl2code == 0.0.21",
3938
]
4039
build-backend = "hatchling.build"
4140

0 commit comments

Comments
 (0)