- Added full type hints and autocomplete for the async client (
EPointAsyncRequest) via sync/async overloads. - Fixed response/callback parsing crashing on unknown bank response codes (
Code[...]KeyError); unknown codes now fall back to the raw code. - Migrated payload handlers to the class-attribute style.
- Requires
integrify-core>=1.2.0.
- Added support to both old and new version of integrify-core.
- Refactored old library to new style.