Highlights
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](https://docs.pydantic.dev/latest/migration/#defining-custom-types). 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 https://github.com/cuenca-mx/clabe-python/pull/167
New Contributors
* mgorven made their first contribution in https://github.com/cuenca-mx/clabe-python/pull/167.
**Full Changelog**: https://github.com/cuenca-mx/clabe-python/compare/1.2.17...1.3.0