spruceid / siwe-py

A Python implementation of Sign-In with Ethereum
https://login.xyz
Apache License 2.0
66 stars 28 forks source link

deps: update to pydantic 2.0 using built in back-compat #41

Closed sambarnes closed 1 year ago

sambarnes commented 1 year ago

closes #39

pydantic includes a ref to v1 for back-compat, so this felt straight forward enough

https://docs.pydantic.dev/2.0/migration/#continue-using-pydantic-v1-features

tests look green locally, but lmk if ya have any fundamental concerns with the approach! 🙇

sbihel commented 1 year ago

Thank you