You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When upgrading the dependecy on PMAT to 0.48.0, dependency issues arise:
Because no versions of open-aea-ledger-ethereum match >1.53.0,<1.54.0 || >1.54.0,<1.55.0 || >1.55.0,<2.0.0
and open-aea-ledger-ethereum (1.53.0) depends on eth-account (>=0.8.0,<0.9.0), open-aea-ledger-ethereum (>=1.53.0,<1.54.0 || >1.54.0,<1.55.0 || >1.55.0,<2.0.0) requires eth-account (>=0.8.0,<0.9.0).
mostly because of the eth-ape new dependency, which upgraded eth-account on PMAT, making it not compatible with mech-client.
Here we should investigate options to make the dependencies become compatible again, namely
Downgrade ape (not possible -> 6.15 tag would work w.r.t. eth-account, but pydantic < 2 breaks things)
When upgrading the dependecy on PMAT to 0.48.0, dependency issues arise:
mostly because of the
eth-ape
new dependency, which upgradedeth-account
on PMAT, making it not compatible withmech-client
.Here we should investigate options to make the dependencies become compatible again, namely
mech-client
repo with fewer dependenciesThe text was updated successfully, but these errors were encountered: