diff --git a/pyproject.toml b/pyproject.toml index d983b3b2..2274c08c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ # Pinning due to 3.4 not being available upstream "xxhash == 3.4.*", # Pinning due to new 4.18 dependencies breaking pyinstaller implementation - "jsonschema == 4.17.*", + "jsonschema >= 4.17,< 4.23", "pywin32 == 306; sys_platform == 'win32'", "QtPy == 2.4.*", ]