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