Skip to content

Conversation

nikicat
Copy link
Contributor

@nikicat nikicat commented Apr 13, 2025

  • Changed kwargs.get() to kwargs.pop() for retry, wait, and stop in retryhttp/_retry.py.
  • Ensures these arguments are consumed by the decorator and not passed down to tenacity.retry, preventing potential conflicts.

- Changed `kwargs.get()` to `kwargs.pop()` for `retry`, `wait`, and `stop` in `retryhttp/_retry.py`.
- Ensures these arguments are consumed by the decorator and not passed down to `tenacity.retry`, preventing potential conflicts.
@austind austind merged commit 5665c4f into austind:main Apr 13, 2025
1 check passed
@austind austind mentioned this pull request Apr 15, 2025
@austind
Copy link
Owner

austind commented Apr 15, 2025

@nikicat Thanks for your contribution. It's live in v1.3.2!

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

Successfully merging this pull request may close these issues.

2 participants