Skip to content

Commit 9c14ee6

Browse files
authored
feat: use only nonGPL dependencies (#854)
change optional dependency from `jsonschemap[format]>=4.18,<5` to `jsonschemap[format-nongpl]>=4.25,<5` - requires https://github.com/python-jsonschema/jsonschema/releases/tag/v4.25.0 - fixes #743 considered a non-breaking change, since all functionality and capabilities stay the same. Signed-off-by: Jan Kowalleck <[email protected]>
1 parent ea0a3d5 commit 9c14ee6

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)