Open sandybradley opened 2 years ago
Apparently web3.py has the dependency issue.
The conflict is caused by:
The user requested websockets==10.3
web3 5.31.0 depends on websockets<10 and >=9.1The conflict is caused by:
The user requested websockets==10.3
web3 5.31.0 depends on websockets<10 and >=9.1
Patched a working version here: https://github.com/sandybradley/brownie
Environment information
brownie
Version: 1.19.1solc
Version: 0.8.17What was wrong?
Using a websocket connection does not work on latest brownie.
Config
How can it be fixed?
Upgrade websockets dependency to 10.3