packaging: relax version constraint on jsonschema (#86422)

This commit is contained in:
Benjamin Dauvergne 2024-02-01 12:43:44 +01:00
parent 8f21df1dc7
commit 3ca8e98485
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ setup(
'lxml',
'python-dateutil',
'Pillow',
'jsonschema < 3.1',
'jsonschema',
'zeep >= 3.2',
'pycryptodomex',
'unidecode',