diff --git a/Pipfile b/Pipfile index df14a3b354..4d1acbd7a1 100644 --- a/Pipfile +++ b/Pipfile @@ -53,6 +53,7 @@ toml = "==0.10.2" eth-utils = "==2.2.0" eth-abi = "==4.0.0" pycryptodome = "==3.18.0" +jsonschema = "<=4.19.0,>=4.16.0" [requires] python_version = "3.10" diff --git a/setup.py b/setup.py index 0a9dd43726..a53a8efcde 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,7 @@ def get_all_extras() -> Dict: "werkzeug==2.0.3", "docker==6.1.2", "hexbytes", + "jsonschema<=4.19.0,>=4.16.0", ] base_deps.extend(all_extras["cli"]) diff --git a/tox.ini b/tox.ini index b865e54871..5544fdcb97 100644 --- a/tox.ini +++ b/tox.ini @@ -74,6 +74,7 @@ deps = pytest==7.2.1 click==8.0.2 valory-docker-compose==1.29.3 + jsonschema<=4.19.0,>=4.16.0 [deps-base] deps ={[deps-packages]deps}