- Minimum `Python` version increased to `3.7`;
- `AppObject`, `AppSigningBox`, `AppEncryptionBox`, `AppDebotBrowser` interfaces implementation.
Can be found in `tonclient.objects`.
Now you can create child class from any of `AppObject` classes, implement required methods,
create instance of resulting class and pass it's `dispatcher` method instead of raw `callback`
for SDK methods which require `AppObject` as callback.
<br/>
More info and usage examples can be found in `test/[test_crypto|test_async|test_debot]`