uncapped eth-account to remove setuptools dependency.
working toward fully removed dependence on setuptools in ape, tracking PR here: https://github.com/ApeWorX/ape/pull/2003
How I did it
searching uv pip install error logs, I found old versions of eth-account use pkg_resources which implies a setuptools dependency
What I did
uncapped eth-account to remove setuptools dependency. working toward fully removed dependence on setuptools in ape, tracking PR here: https://github.com/ApeWorX/ape/pull/2003
How I did it
searching
uv pip install
error logs, I found old versions of eth-account use pkg_resources which implies a setuptools dependencyHow to verify it
uv pip install
the version of ape in https://github.com/ApeWorX/ape/pull/2003Checklist