From f4fb559db391fec727423ff4a6edaf9b94cf43e1 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Mon, 25 Sep 2023 18:45:03 +0200 Subject: [PATCH] setup.py: Update jsonschema upper version limit We already work with jsonschema 4.10.x in the bookworm image. Signed-off-by: Jan Kiszka --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a995a81..afa2a582 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ install_requires=[ 'PyYAML>=3.0,<7', 'distro>=1.0.0,<2', - 'jsonschema>=2.5.0,<4', + 'jsonschema>=2.5.0,<5', 'kconfiglib>=14.1.0,<15', ],