Closed fhenneke closed 2 months ago
I assume this is related to the failed lint:
https://github.com/cowprotocol/solver-rewards/actions/runs/10403076278/job/28808814628
I am too lazy to make a fork for this but all you have to do is change this line
to this
from eth_typing import URI
OH I already have a fork
There has been a release of eth_typing recently which seems to be breaking this repo. The dependency should either be pinned to a previous version or the code should be updated to newer versions of all packages.