From a909dc535f84708adda9bb3476dee5f0c0504dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 12 Jul 2023 16:11:47 +0200 Subject: [PATCH] Pin version of jsonschema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The method to resolve references changed in 4.18 and a regression was introduced in 4.18.1 Signed-off-by: Kévin Commaille --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 18635a7f..0349d87f 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -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