Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decorator dependency is not compatible #40

Open
Fieldistor opened this issue Apr 2, 2021 · 1 comment
Open

Decorator dependency is not compatible #40

Fieldistor opened this issue Apr 2, 2021 · 1 comment

Comments

@Fieldistor
Copy link

Fieldistor commented Apr 2, 2021

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
Copy link

albertyw commented Apr 3, 2021

+1.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants