You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TolokaClient.get_app_items() throws an error for toloka-kit==1.2.2 and tenacity==8.4.3. [setup.py] restricts tenacity to just >=7.0.0 which is too mild. Previously tenacity==8.4.1 didn't cause such an error.
Observed behavior
TolokaClient.get_app_items()
throws an error fortoloka-kit==1.2.2
andtenacity==8.4.3
. [setup.py] restricts tenacity to just>=7.0.0
which is too mild. Previouslytenacity==8.4.1
didn't cause such an error.Added minimal example to reproduce.
Expected behavior
No response
Python Version
3.9
Toloka-Kit Version
1.2.2
Other Packages Versions
tenacity==8.4.3
Example code
Relevant log output
The text was updated successfully, but these errors were encountered: