Skip to content

2023.10.0

Compare
Choose a tag to compare
@mdomke mdomke released this 01 Nov 10:06
· 147 commits to main since this release
2023.10.0
7674b41

Added

  • The Pydantic v2 protocol is now supported, so that the IBAN and BIC classes can be directly used as type annotations in Pydantic models

Changed

  • The IBAN and BIC classes are now subclasses of str so that all string related methods and functionalities (e.g. slicing) are directly available.