You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now supports Pydantic >=1.10, including v2! While you can use the library with both v1 and v2 environments, note that clabe.types.Clabe custom type still uses v1 __get_validators__, see notes. Be careful when mixing v1 and v2 validators - full Pydantic v2 clabe.types.Clabe coming in clabe-python 2.0.
What's Changed
Allow clabe to be used in Pydantic V2 codebases by @mgorven in #167