ethereum / eth-account

Account abstraction library for web3.py
http://eth-account.readthedocs.io/
MIT License
258 stars 155 forks source link

bugfix: revert pydantic dependency introduction #272

Closed fselmo closed 5 months ago

fselmo commented 5 months ago

What was wrong?

Related to Issue #270

How was it fixed?


Note: By removing pydantic, we don't validate the input's type in the data models but this should be consistent with the rest of the library up to 0.11.0. That's one additional benefit we get from the pydantic implementation in 0.12.x.

Todo:

Cute Animal Picture

Screenshot 2024-04-08 at 13 32 52
fselmo commented 5 months ago

bugfix and removal newsfragments to explain the patch as a removal of pydantic dependency for 0.11.x?

kclowes commented 5 months ago

bugfix and removal newsfragments to explain the patch as a removal of pydantic dependency for 0.11.x?

I think bugfix might suffice, but I'll leave it up to your good judgement :)