Cap jsonschema 3.2.0 as the minimal version

Previous versions of jsonschema (<3.2.0) doesn't support python 3.8 [1].
Python 3.8 is part of the victoria supported runtimes [2] so we now force
to use jsonschema version 3.2.0 to avoid issues, remove ambiguity and ensure
that everything works with python 3 in general.

[1] https://github.com/Julian/jsonschema/pull/627
[2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria

Change-Id: I4168b4798c8bd7dc4d28a4bf3e6c57b3c76012df
This commit is contained in:
Hervé Beraud 2020-05-26 22:11:24 +02:00
parent eac64428c6
commit 28a63e61e6
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ flake8==2.5.5
hacking==0.12.0
httplib2==0.9.1
iso8601==0.1.11
jsonschema==2.6.0
jsonschema==3.2.0
keystoneauth1==3.4.0
linecache2==1.0.0
mccabe==0.2.1

View File

@ -9,7 +9,7 @@ oslo.utils>=3.33.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
httplib2>=0.9.1 # MIT
iso8601>=0.1.11 # MIT
jsonschema>=2.6.0 # MIT
jsonschema>=3.2.0 # MIT
requests>=2.14.2 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
PyYAML>=3.12 # MIT