From ebaf40a86c67d90b9d00630157e4d0359c50d32f Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sat, 19 Jul 2025 12:42:27 +0200 Subject: [PATCH] feat: use only nonGPL dependencies Signed-off-by: Jan Kowalleck --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ef28e07..d9505a66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ packageurl-python = ">=0.11, <2" py-serializable = "^2.0.0" sortedcontainers = "^2.4.0" license-expression = "^30" -jsonschema = { version = "^4.18", extras=['format'], optional=true } +jsonschema = { version = "^4.25", extras=['format-nongpl'], optional=true } referencing = { version = ">=0.28.4", optional=true } # in sync with the transitive dependency of `jsonschema` lxml = { version=">=4,<7", optional=true } typing_extensions = { version="^4.6", python = "<3.13"} # for `@deprecated` - which was added in v4.5 but this version appesrs to be broken...