diff --git a/pyproject.toml b/pyproject.toml index fccfc99a4..2be97776c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "typing_extensions ~= 4.5", "xxhash ~= 3.2", # Pinning due to new 4.18 dependencies breaking pyinstaller implementation - "jsonschema == 4.17.*", + "jsonschema == 4.19.*", ] [project.scripts]