2023.10.0
Added
- The Pydantic v2 protocol is now supported, so that the
IBAN
andBIC
classes can be directly used as type annotations in Pydantic models
Changed
- The
IBAN
andBIC
classes are now subclasses ofstr
so that all string related methods and functionalities (e.g. slicing) are directly available.