From 813c189567695a61b9bde86a1f3773005109a5af Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 2 Sep 2026 06:57:07 +0000 Subject: [PATCH] Relax shacl2code dependency version constraint shacl2code has released newer versions that are backward compatible with 1.1.0. Relax the version constraint to allow these newer versions. Signed-off-by: Wang Mingyu --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94b511c..119c2bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ issues = "https://github.com/spdx/spdx-python-model/issues" requires = [ "hatchling >= 1.27.0", "hatch-build-scripts >= 0.0.4", - "shacl2code == 1.1.0", + "shacl2code >= 1.1.0", ] build-backend = "hatchling.build"