Skip to content

chore(deps): Update dependency stamina to v25.2.0#125

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/stamina-25.x
Open

chore(deps): Update dependency stamina to v25.2.0#125
renovate[bot] wants to merge 1 commit intomainfrom
renovate/stamina-25.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2025

This PR contains the following updates:

Package Change Age Confidence
stamina (changelog) ==25.1.0==25.2.0 age confidence

Release Notes

hynek/stamina (stamina)

v25.2.0

Compare Source

Removed
  • Support for Python 3.8 and 3.9.
Added
  • The type hints for our public API are now also verified using Pyrefly and ty.
    #​124

  • stamina.retry() now retries wrapped generator functions and async generator functions.

    Warning: Being able to asend and athrow into wrapped async generators introduced nontrivial complexity in the implementation and is therefore provisional.
    If supporting these features causes problems, they may be removed again in a future version.
    #​123

  • An on hook can now return a float or a datetime.timedelta to specify a custom backoff that overrides the default backoff.
    #​103
    #​125

Fixed
  • Prevent unbounded stop condition when both attempts and timeout are non-None falsy values.
    #​109

  • Default wait_exp_base parameter is now an integer to prevent an OverflowError after the 1023th retry.
    #​104

  • Attempt.next_wait now returns the correct value.
    #​115


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants