Skip to content

Commit

Permalink
fix: pin jsonschema<=4.19.0,>=4.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Sep 21, 2023
1 parent 847808f commit c6bfebe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c6bfebe

Please sign in to comment.