-------------------
Yanked due to issues found in retries functionality:
* Might raise maximum recursion depth exceptions
* Breaks `download_attachment`
Fixed in `toloka-kit==0.1.21`
Features:
* Retries should work not only while establishing connection to server but also when transfering data
* Added functional tests against production environment
* Fixed `TemplateBuilder` structure method issue with attributes annotated by `ListBaseComponent`
* TolokaClient method names are passed in request headers. This allows usage analytics for complex features such as `clone_project` or `get_assignments` that call subsequent TolokaClient methods.
* Now you can track 11 metric types from Toloka with minimal latency.
* AsyncTolokaClient introduced (experimental)
* Streaming state storage introduced (experimental)