Skip to content

Commit de6173a

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: I743226241a94797c4c790cd09b03c3f7c2927457
1 parent 7cdda5c commit de6173a

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
@@ -25,7 +25,7 @@ iso8601==0.1.11
2525
jmespath==0.9.0
2626
jsonpatch==1.16
2727
jsonpointer==1.13
28-
jsonschema==2.6.0
28+
jsonschema==3.2.0
2929
keystoneauth1==3.4.0
3030
linecache2==1.0.0
3131
mccabe==0.2.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
55
appdirs>=1.3.0 # MIT License
66
cliff!=2.9.0,>=2.8.0 # Apache-2.0
77
dogpile.cache>=0.6.2 # BSD
8-
jsonschema>=2.6.0 # MIT
8+
jsonschema>=3.2.0 # MIT
99
keystoneauth1>=3.4.0 # Apache-2.0
1010
openstacksdk>=0.18.0 # Apache-2.0
1111
osc-lib>=1.10.0 # Apache-2.0

0 commit comments

Comments
 (0)