2024.05.0
Fixed
- Loading JSON data into a Pydantic model with an IBAN or BIC-field (Model.model_validate_json()) was previously broken and has been fixed now.
Added
Changed
- Updated bank registries #197 @Natim
- Remove the dependency to
iso3166
since its functionality is already covered bypycountry
(suggested by @sergei-maertens)