diff --git a/pyproject.toml b/pyproject.toml index c3e1a2e14..2594edc5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "xxhash ~= 3.2", "dataclasses-json ~= 0.5", # Pinning due to new 4.18 dependencies breaking pyinstaller implementation - "jsonschema == 4.17.*", + "jsonschema == 4.19.*", ] [project.scripts]