Skip to content

Commit

Permalink
pyproject.toml: Update version for pyshacl
Browse files Browse the repository at this point in the history
Previously, we used version 0.26.0 of pyshacl.
This version however had a problem with typing,
namely the `py.typed` file was in the wrong
location (see [pyshacl#267]).

This has been fixed in this new release, therefore
we bump the version number in our dependency
declaration.

This also should fix our CI Pipeline.

[pyshacl#267]: RDFLib/pySHACL#267
  • Loading branch information
s-heppner committed Nov 6, 2024
1 parent 323835c commit e53b8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"hypothesis~=6.13",
"lxml-stubs~=0.5.1",
"rdflib~=7.0.0",
"pyshacl~=0.26.0"
"pyshacl~=0.27.0"
]

[project.optional-dependencies]
Expand Down

0 comments on commit e53b8a5

Please sign in to comment.