Skip to content

Commit

Permalink
Pin eth_typing to v4.0.0 (#2910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored May 3, 2024
1 parent d163c54 commit 3d6663d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ pkg_local_install_py_deps() {
python3 -m pip install black shellcheck-py codespell==2.2.4 flake8==6.0.0 vulture==2.7

# test deps
python3 -m pip install py-solc-x eth_account==0.11.2 web3
python3 -m pip install py-solc-x eth_typing==4.0.0 eth_account==0.11.2 web3
python3 -c 'from solcx import install_solc;install_solc("0.8.20")'

py_env_deactivate
Expand Down

0 comments on commit 3d6663d

Please sign in to comment.