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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
* Add backoff and retry logic for API calls
- Implement flexible retry strategy for handling rate limits and HTTP 5xx errors
- Add configurable retry parameters: strategy, base delay, and max attempts
- Support exponential and linear retry strategies
- Update tests to validate retry behavior
- Update documentation with retry strategy details
- Bump version to 1.1.0
- Mark project as Production/Stable status
- Add Python 3.13 support in project configuration