cowprotocol / solver-rewards

Data Aggregation for Solver Reimbursement & Rewards Distributor
Other
8 stars 5 forks source link

New release of eth_typing breaking things #384

Closed fhenneke closed 2 months ago

fhenneke commented 2 months ago

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.

bh2smith commented 2 months ago

I assume this is related to the failed lint:

https://github.com/cowprotocol/solver-rewards/actions/runs/10403076278/job/28808814628

bh2smith commented 2 months ago

I am too lazy to make a fork for this but all you have to do is change this line

https://github.com/cowprotocol/solver-rewards/blob/9c1a602e150fd9061086f79f4315cf1bc3bbf8b2/src/fetch/transfer_file.py#L12

to this

from eth_typing import URI
bh2smith commented 2 months ago

OH I already have a fork