diff --git a/pyproject.toml b/pyproject.toml index 28b60019cc..c6d3443ba2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,8 +46,7 @@ dependencies = [ "requests>=2.10", "humanize>=4.2", "tabulate>=0.8.10", - # TODO: remove the limit when https://github.com/python-jsonschema/jsonschema/issues/1119 is resolved - "jsonschema<4.18", + "jsonschema>=4.20", "simpleeval>=0.9.11", "stringcase>=1.2", "typer>=0.12",