We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v5+
eth-account 0.5.9 was released. It has a fix for a DOS-able regex pattern. See ethereum/eth-account#178
Change the requirement in setup.py to be eth-account>=0.5.9,<0.6.0, and make sure web3.py can still be installed in a fresh env.
eth-account>=0.5.9,<0.6.0
The text was updated successfully, but these errors were encountered:
oops... still needs v6 PR 👀 -- re-opening
v6
Sorry, something went wrong.
closed by #2607 and #2623
kclowes
No branches or pull requests
v5+
What was wrong?
eth-account 0.5.9 was released. It has a fix for a DOS-able regex pattern. See ethereum/eth-account#178
How can it be fixed?
Change the requirement in setup.py to be
eth-account>=0.5.9,<0.6.0
, and make sure web3.py can still be installed in a fresh env.The text was updated successfully, but these errors were encountered: