pydantic / bump-pydantic

Convert Pydantic from V1 to V2 ♻
MIT License
303 stars 24 forks source link

Do not duplicate classmethod when replacing validators #160

Open camillol opened 5 months ago

camillol commented 5 months ago

If a validator is already decorated with classmethod we should not duplicate the decorator.

Kludex commented 2 months ago

I need a rebase. I can't push on your branch.