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.
lxml
>=4,<6
1 parent 9bcc223 commit 7d12b9aCopy full SHA for 7d12b9a
pyproject.toml
@@ -72,7 +72,7 @@ py-serializable = "^0.16"
72
sortedcontainers = "^2.4.0"
73
license-expression = "^30"
74
jsonschema = { version = "^4.18", extras=['format'], optional=true }
75
-lxml = { version="^4", optional=true }
+lxml = { version=">=4,<6", optional=true }
76
77
[tool.poetry.extras]
78
validation = ["jsonschema", "lxml"]
0 commit comments