Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

Commit 53526fd

Browse files
veoxcburgdorf
authored andcommitted
setup: update web3 to v5
A clean-room install of `[.dev]` produces a `pip` error: ERROR: eth-tester 0.2.0b3 has requirement eth-abi<3.0.0,>=2.0.0b4, but you'll have eth-abi 1.3.0 which is incompatible. The older `eth-abi` is pulled in via `web3` v4. To resolve this, v5 is installed. SQUASHED: setup: update websockets to actual dependency number. `web3` pulls in `>=8.1.0,<9`, so do the same to stay on the safe side. `pip install -e .[dev]` would actually install v8.1.0 anyway.
1 parent c04c294 commit 53526fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"ipython>=7.8.0,<7.10.0", # attach fails with v7.10.{0,1}
4040
"plyvel==1.1.0",
4141
PYEVM_DEPENDENCY,
42-
"web3==4.4.1",
42+
"web3==5.4.0",
4343
"lahja>=0.15.2,<0.16",
4444
"termcolor>=1.1.0,<2.0.0",
4545
"uvloop==0.14.0;platform_system=='Linux' or platform_system=='Darwin' or platform_system=='FreeBSD'", # noqa: E501
46-
"websockets==5.0.1",
46+
"websockets>=8.1.0",
4747
"jsonschema==3.0.1",
4848
"mypy-extensions>=0.4.3,<0.5.0",
4949
"typing_extensions>=3.7.2,<4.0.0",

0 commit comments

Comments
 (0)