Skip to content

2024.05.0

Compare
Choose a tag to compare
@mdomke mdomke released this 07 May 13:55
· 39 commits to main since this release
2024.05.0
99a1dcc

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 by pycountry (suggested by @sergei-maertens)