retry
retry copied to clipboard
Dependency on 'py'
According to the README:
- No external dependency (stdlib only).
- (Optionally) Preserve function signatures (pip install decorator).
However I notice that retry
depends on py>=1.4.26,<2.0.0
.
I can't see that py
is used anywhere in the code. Is this a mistake?
Just came across the same curiosity...
This dependency was added in https://github.com/invl/retry/commit/e7819e5b795de10bf60cd877890ad38807df2598 at the same time as the dependency on pytest (which was later moved to test-requirements.txt
) but I'm not sure that helps explain anything.
Looks like a mistake and this dependency on py
should be removed?
safety
is flagging py
as a security issue now and retry
is using it. Anyone know if there are plans to get rid of py
or bump retry
? 🤔