Skip to content

Commit ed726fd

Browse files
committed
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] python-jsonschema/jsonschema#627 [2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria Change-Id: I511faa17b27eac827922957e4b36108da0dcd0c8
1 parent 523d66e commit ed726fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lower-constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Jinja2==2.10
4646
jmespath==0.9.3
4747
jsonpatch==1.21
4848
jsonpointer==2.0
49-
jsonschema==2.6.0
49+
jsonschema==3.2.0
5050
keystoneauth1==3.4.0
5151
keystonemiddleware==4.17.0
5252
kombu==4.1.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python-neutronclient>=6.7.0 # Apache-2.0
2424
python-glanceclient>=2.8.0 # Apache-2.0
2525
python-troveclient>=2.2.0 # Apache-2.0
2626
iso8601>=0.1.11 # MIT
27-
jsonschema>=2.6.0 # MIT
27+
jsonschema>=3.2.0 # MIT
2828
Jinja2>=2.10 # BSD License (3 clause)
2929
pexpect!=3.3,>=3.1 # ISC License
3030
oslo.config>=5.2.0 # Apache-2.0

0 commit comments

Comments
 (0)