retry is not being maintained, and exports a false dependency on py, which is also not being maintained.
This is causing some pretty convoluted issues in our environment.
The core logic for retry is pretty simple and could be inlined into this project to resolve this - or swapped for another similar library that is being maintained: https://pypi.org/project/tenacity/
See:
retryis not being maintained, and exports a false dependency onpy, which is also not being maintained.This is causing some pretty convoluted issues in our environment.
The core logic for
retryis pretty simple and could be inlined into this project to resolve this - or swapped for another similar library that is being maintained: https://pypi.org/project/tenacity/See: