ApeWorX / evmchains

Provides general metadata on EVM-compatible chains organized by Ape-style ecosystem and network.
Apache License 2.0
2 stars 8 forks source link

chore: loosen pydantic version constraints #7

Closed antazoey closed 7 months ago

antazoey commented 7 months ago

Right now, pydantic is set to pydantic~=2.5.3 which means 2.6 range are deemed in-compatible. This PR adjusts the contract to >=2.5.3,<3 which allows Pydantic 2.6 range to work, which is needed for Ape to be able to use newer Pydantic versions, else it is stuck in 2.5 range.