* Bump the version of jsonschema OpenAPI 3.1 uses JSON Schema Draft 2020-12 so we need a version that supports it. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add changelog Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Fix PR number Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> --------- Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
9 lines
260 B
Text
9 lines
260 B
Text
# no doubt older versions would be fine for many of these but these were
|
|
# current at the time of writing
|
|
|
|
# we need at least version 4.0.0 for support of JSON Schema Draft 2020-12.
|
|
jsonschema >= 4.0.0
|
|
|
|
PyYAML >= 3.12
|
|
requests >= 2.18.4
|
|
towncrier == 21.9.0rc1
|