0xPlaygrounds / subgrounds

An intuitive Python library for interfacing with subgraphs and GraphQL
http://docs.playgrounds.network
Apache License 2.0
49 stars 8 forks source link

build: pandas 2 dep upgrade #44

Closed scottincrypto closed 11 months ago

scottincrypto commented 11 months ago

Version bump for pandas to 2.x - partial solution to issue #35

Tests passed with pandas==2.1.1 and pandas==2.0.3

No code modifications were needed for tests to pass

0xMochan commented 11 months ago

Thanks for this! I also recently learned Pydantic v2 ships with v1 which means we could migrate to v2 w/o rewriting every model. that would help packages that rely on subgrounds who also want to leverage pydantic v2.

scottincrypto commented 11 months ago

No problems. I'll have a go at Pydantic next.