From 1512c1ac6cdb9f797985efd35a60c63978fc302a Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Tue, 27 Jan 2026 19:27:11 +0000 Subject: [PATCH] Update shacl2code version to 0.0.25 Signed-off-by: Arthit Suriyawongkul --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0a5f4d..60df960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ Issues = "https://github.com/spdx/spdx-python-model/issues" requires = [ "hatchling", "hatch-build-scripts", - "shacl2code == 0.0.24", + "shacl2code == 0.0.25", ] build-backend = "hatchling.build"