Allow to use version 1 of python-jsonpath in CI scripts

JSONPath is now a RFC instead of a draft so the major release was bumped

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
pull/1786/head
Kévin Commaille 1 month ago
parent 6b6fa6a154
commit 02cbcef4fd
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416

@ -4,7 +4,7 @@
# we need at least version 4.18.0 for support of referencing library.
jsonschema >= 4.18.0
python-jsonpath == 0.9.0
python-jsonpath >= 1.0.0
attrs >= 23.1.0
PyYAML >= 3.12
requests >= 2.18.4

Loading…
Cancel
Save