Skip to content

Commit ebaf40a

Browse files
committed
feat: use only nonGPL dependencies
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent ea0a3d5 commit ebaf40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ packageurl-python = ">=0.11, <2"
7272
py-serializable = "^2.0.0"
7373
sortedcontainers = "^2.4.0"
7474
license-expression = "^30"
75-
jsonschema = { version = "^4.18", extras=['format'], optional=true }
75+
jsonschema = { version = "^4.25", extras=['format-nongpl'], optional=true }
7676
referencing = { version = ">=0.28.4", optional=true } # in sync with the transitive dependency of `jsonschema`
7777
lxml = { version=">=4,<7", optional=true }
7878
typing_extensions = { version="^4.6", python = "<3.13"} # for `@deprecated` - which was added in v4.5 but this version appesrs to be broken...

0 commit comments

Comments
 (0)