banteg / multicall.py

aggregate results of multiple smart contract calls into one
MIT License
246 stars 106 forks source link

Update Web3 dependency #94

Closed MiletoCarmelo closed 5 months ago

MiletoCarmelo commented 9 months ago

Using poetry add web3@6.13.0 and multicall@0.8.0 conflicts happened:

Because multicall (0.8.0) depends on web3 (>=5.27,<5.29.dev0 || >5.31.0,<5.31.1 || >5.31.1,<5.31.2 || >5.31.2,<6.0) and << poetry_package >> depends on web3 (6.13.0), multicall is forbidden. So, because << poetry_package >> depends on multicall (0.8.0), version solving failed.

Is it possible to make an update of the package for web3 dep ?

MiletoCarmelo commented 9 months ago

sorry, same as #79