Releases: cuenca-mx/clabe-python
1.2.17.dev3
version
2.1.2
2.1.1
2.0.1
2.0.0
1.3.0
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. Be careful when mixing v1 and v2 validators - full Pydantic v2 clabe.types.Clabe coming in clabe-python 2.0.
What's Changed
New Contributors
Full Changelog: 1.2.17...1.3.0
1.2.17
Highlights
Ahead of our migration to Pydantic v2, we are introducing clabe.add_bank and clabe.remove_bank to manage banks dynamically without requiring PRs. This version is compatible with Pydantic >1.4, <2.0.0. clabe-python versions below 2.0.0 will no longer be supported or accept PRs.
What's Changed
- Update GitHub Actions, PyPI Configuration and Add Codecov Token by @gmorales96 in #168
- Add configure_additional_bank Functionality and Bump Version to 1.2.17 by @gmorales96 in #169
- Add python version actions by @pachCode in #172
New Contributors
- @gmorales96 made their first contribution in #168
Full Changelog: 1.2.16...1.2.17
2.0.0.dev0
Update Pydantic v2
[Dev Release] Feature: Support for Adding New Banks
This is a development release introducing initial support for adding new banks.
1.2.16.dev1
Testing new action versions