What's Changed
New Features
- Added support for Python `3.11` and `3.12`.
Dependency Updates
- Removed `libscrc` library.
- Updated `httpx` version to `0.26.0`.
Bug Fixes
- [Fixed](https://github.com/tonkeeper/pytonapi/commit/17d1192247af43f1a76be5306b013ea51f06ad38) an issue in the `v2/blockchain/accounts/{account_id}/methods/{method_name}` method.
Refactoring
- Minor code refactoring for improved maintainability.
This release introduces new Python version support, updates dependencies, addresses a specific issue, and includes minor refactoring for better code organization.