toloka-kit
toloka-kit copied to clipboard
Toloka-Kit is a Python library for working with Toloka API.
### Observed behavior **`TolokaClient.get_app_items()`** throws an error for `toloka-kit==1.2.2` and `tenacity==8.4.3`. [[setup.py]](https://github.com/Toloka/toloka-kit/blob/v1.2.2/setup.py#L72C33-L72C74) restricts tenacity to just `>=7.0.0` which is too mild. Previously `tenacity==8.4.1` didn't cause such an error. Added minimal...
### Observed behavior Raises exception ``` Traceback (most recent call last): File "/Users/alex/PycharmProjects/idface-toloka-dataflow/drafts/draft.py", line 44, in cli.get_project('xxx') File "/Users/alex/PycharmProjects/idface-toloka-dataflow/venv/lib/python3.10/site-packages/toloka/util/_managing_headers.py", line 73, in wrapped return run_in_current_context(func, *args, **kwargs) File "/Users/alex/PycharmProjects/idface-toloka-dataflow/venv/lib/python3.10/site-packages/toloka/util/_managing_headers.py", line...
### Problem description لا يوجد شيء لتصليحه ### Documentation links لا يوجد روابط ### Potential fix suggestion Not confirmed