- Added LSIM integration
- Added PostaGuvercini integration (kazimovzaman2)
- Added _UNSET logic to distinguish between unset and
None
values - Migrated from poetry to uv
- Switched Makefile to python duty library
- Now dry-run response is
TypedDict
instead ofdict
- Fixed GET requests sending data in body instead of query params
- Replaced all possible mock requests with live ones
- Fixed outdated Kapital documentation for test cards (AlifaghaSalmanov)
- Added dry-run functionality per request
- Fixed API url generation for async requests
- Added KapitalBank integration (kazimovzaman2)
- Added dry-run functionality per request class
- Dropped support for Python 3.8
- Changed the whole structure and released a new version with better handling of requests and responses.
- Increased test coverage
- Added more and detailed documentations
- Replaced
StrEnum
withstr, Enum
to be python <3.11 friendly.
- Updated version for PyPI
- Added EPoint intergration
- Added EPoint documentation