We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
referencing>=0.28.4"
1 parent 95b560a commit 4d01e87Copy full SHA for 4d01e87
1 file changed
pyproject.toml
@@ -73,12 +73,13 @@ py-serializable = "^2.0.0"
73
sortedcontainers = "^2.4.0"
74
license-expression = "^30"
75
jsonschema = { version = "^4.18", extras=['format'], optional=true }
76
+referencing = { version = ">=0.28.4", optional=true } # in sync with the transitive dependency of `jsonschema`
77
lxml = { version=">=4,<7", optional=true }
78
typing_extensions = { version="^4.6", python = "<3.13"} # for `@deprecated` - which was added in v4.5 but this version appesrs to be broken...
79
80
[tool.poetry.extras]
-validation = ["jsonschema", "lxml"]
81
-json-validation = ["jsonschema"]
+validation = ["jsonschema", "referencing", "lxml"]
82
+json-validation = ["jsonschema", "referencing"]
83
xml-validation = ["lxml"]
84
85
[tool.poetry.group.dev.dependencies]
0 commit comments