Pin version of jsonschema

The method to resolve references changed in 4.18 and a regression
was introduced in 4.18.1

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2023-07-12 16:11:47 +02:00
parent 9edfeca940
commit a909dc535f
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -2,7 +2,7 @@
# current at the time of writing
# we need at least version 4.0.0 for support of JSON Schema Draft 2020-12.
jsonschema >= 4.0.0
jsonschema == 4.17.3
PyYAML >= 3.12
requests >= 2.18.4