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 f73fe5f commit 308dfacCopy full SHA for 308dfac
pyproject.toml
@@ -58,7 +58,7 @@ include = [
58
python = "^3.9.0"
59
jsonschema = "^4.19.1"
60
rfc3339-validator = "*" # requred by jsonschema for date-time checker
61
-jsonschema-specifications = "^2024.10.1"
+jsonschema-specifications = ">=2024.10.1"
62
63
[tool.poetry.extras]
64
docs = ["sphinx", "sphinx-immaterial"]
0 commit comments