mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Pin version of jsonschema
The method to resolve references changed in 4.18 and a regression was introduced in 4.18.1 Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
9edfeca940
commit
a909dc535f
|
|
@ -2,7 +2,7 @@
|
||||||
# current at the time of writing
|
# current at the time of writing
|
||||||
|
|
||||||
# we need at least version 4.0.0 for support of JSON Schema Draft 2020-12.
|
# we need at least version 4.0.0 for support of JSON Schema Draft 2020-12.
|
||||||
jsonschema >= 4.0.0
|
jsonschema == 4.17.3
|
||||||
|
|
||||||
PyYAML >= 3.12
|
PyYAML >= 3.12
|
||||||
requests >= 2.18.4
|
requests >= 2.18.4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue