From 3d6663ddf4a6e72f2d5f12d5f53a46a847acb24a Mon Sep 17 00:00:00 2001 From: Peter John Bushnell Date: Fri, 3 May 2024 17:14:59 +0100 Subject: [PATCH] Pin eth_typing to v4.0.0 (#2910) --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index b24eb47873..8f4f9f89b4 100755 --- a/make.sh +++ b/make.sh @@ -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