From f4b7a5154b0153a8153ba5837a67aeb657af7245 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 15 Apr 2019 11:24:36 -0500 Subject: [PATCH] Uncap jsonschema Global-requirements removed the cap for jsonschema as we prepare to raise upper-constraints to allow the newer versions. This now causes requirement-check job failures since the jsonschema line in requirements.txt does not match the line in global-requirements. Change-Id: I070d2327400708f389f13d5d4cd06b3dc5903f8e Signed-off-by: Sean McGinnis --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ea5378f13ab..c5d28445e85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT greenlet>=0.4.10 # MIT httplib2>=0.9.1 # MIT iso8601>=0.1.11 # MIT -jsonschema<3.0.0,>=2.6.0 # MIT +jsonschema>=2.6.0 # MIT ipaddress>=1.0.17;python_version<'3.3' # PSF keystoneauth1>=3.7.0 # Apache-2.0 keystonemiddleware>=4.21.0 # Apache-2.0