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
There is a new version of https://pypi.org/project/decorator/ (5.0) and it is not compatible with current version of the retry library.
You have to add decorator==4.4.2 to make it work...
Can we restrict the decorator dependency to <5.0.0?
The text was updated successfully, but these errors were encountered:
There is a new version of https://pypi.org/project/decorator/ (5.0) and it is not compatible with current version of the retry library.
You have to add
decorator==4.4.2
to make it work...Can we restrict the
decorator
dependency to <5.0.0?The text was updated successfully, but these errors were encountered: