From 99494f508a51149f89afe7974588960b804f0ef2 Mon Sep 17 00:00:00 2001 From: s-heppner Date: Wed, 6 Nov 2024 09:09:13 +0100 Subject: [PATCH] pyproject.toml: Update version for pyshacl 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]: https://github.com/RDFLib/pySHACL/issues/267 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 436d6a4b..200c7113 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "hypothesis~=6.13", "lxml-stubs~=0.5.1", "rdflib~=7.0.0", - "pyshacl~=0.26.0" + "pyshacl~=0.29.0" ] [project.optional-dependencies]