From 768f58560365dccf69e6575c4599e22fb59935b3 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 5 Feb 2024 07:23:23 -0800 Subject: [PATCH] packaging: reduce jsonschema revision The VTEP switch support patch merged with a constraint of jsonschema version 4.19 or above. Except Debian only currently has 4.10, Centos 9 Stream only has 4.16, and at present launchpad and the ubuntu mirror list is non-functional. So in the interest of of packagers, we'll lower the version. Note: I was able to successfully execute the unit tests with jsonschema 4.0.0 installed in the py3 virtualenv. Change-Id: Ic3667a7663b7bd5dfad4665321d9c82cc08cc885 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5ea1134465..503bd226c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ keystonemiddleware>=9.5.0 # Apache-2.0 oslo.messaging>=14.1.0 # Apache-2.0 tenacity>=6.3.1 # Apache-2.0 oslo.versionedobjects>=1.31.2 # Apache-2.0 -jsonschema>=4.19.0 # MIT +jsonschema>=4.0.0 # MIT psutil>=3.2.2 # BSD futurist>=1.2.0 # Apache-2.0 tooz>=2.7.0 # Apache-2.0