safe-eth-py
safe-eth-py copied to clipboard
Migrate web3 dependency from version 6 to version 7
What is needed?
Since there is a new major version of Web3 we have to migrate from version 6 to version 7. This implies also migrating HexBytes to the new stable version as it is a dependency for the new version of Web3.
Related issues
- https://github.com/safe-global/safe-eth-py/pull/856
- https://github.com/safe-global/safe-eth-py/pull/1315