invl / retry

easy to use retry decorator in python
Other
709 stars 114 forks source link

Decorator dependency is not compatible #40

Open Fieldistor opened 3 years ago

Fieldistor commented 3 years ago

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?

albertyw commented 3 years ago

+1.

decorator v5 also requires python 3 to install (yes, I know we should update from python 2 to python 3)