Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jd/tenacity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.1.2
Choose a base ref
...
head repository: jd/tenacity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.1.4
Choose a head ref
  • 17 commits
  • 24 files changed
  • 9 contributors

Commits on Apr 2, 2025

  1. Apply formatting to num seconds in before_sleep_log (#489)

    * Apply formatting to num seconds
    
    * Update default format to be consistent
    aguinane authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    012dc0d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. chore(deps): bump actions/setup-python in the github-actions group (#524

    )
    
    Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).
    
    
    Updates `actions/setup-python` from 5.5.0 to 5.6.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5.5.0...v5.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 5.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2025
    Configuration menu
    Copy the full SHA
    077aaa8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. Support Python 3.14 (#528)

    Signed-off-by: Sandro Bonazzola <sandro.bonazzola@gmail.com>
    sandrobonazzola authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    eed7d78 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. chore(deps): bump actions/checkout in the github-actions group (#535)

    Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 4.2.2 to 5.0.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.2.2...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    2239920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b12af2e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. chore(deps): bump actions/setup-python in the github-actions group (#538

    )
    
    Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).
    
    
    Updates `actions/setup-python` from 5.6.0 to 6.0.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5.6.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    e8d5f3b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Typing: Accept non-standard logger in helpers logging something (#540)

    * Accept non-standard logger in helpers logging something
    
    * Update changelog
    
    * Fix formatting
    k4nar authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    d6e57dd View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. feat(wait): add wait_exception strategy (#541)

    Add `wait_exception` which calls a user-defined predicate with the caught
    exception to determine the wait time.
    
    Raises `RuntimeError` if the outcome has no exception.
    capitan-davide authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    815c34f View commit details
    Browse the repository at this point in the history
  2. ci: remove reno requirements (#542)

    We're going to leverage GitHub release directly.
    
    Change-Id: Ia6be88bf875b69d8ae6aec2287cd3795c81adcd6
    jd authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    0f55245 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. ci: fix mypy (#546)

    mypy changed the type of error reported
    
    Change-Id: Ice231e0e04dfafc5f421e6d3b416c1504bcef77d
    jd authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    e792bba View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the github-actions group with 2 updates (#545)

    Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python).
    
    
    Updates `actions/checkout` from 5.0.0 to 6.0.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5.0.0...v6.0.0)
    
    Updates `actions/setup-python` from 6.0.0 to 6.1.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v6.0.0...v6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/setup-python
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    c35a4b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

  1. chore(deps): bump actions/checkout in the github-actions group (#547)

    Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 6.0.0 to 6.0.1
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6.0.0...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    ef12c9e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. docs: fix syntax error in wait_chain docstring example (#548)

    Add missing closing bracket in the wait_chain docstring example code. Also fix the multi-line string in the print statement.
    
    Closes #250
    VedantMadane authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    21ae7d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

  1. chore(deps): bump the github-actions group with 2 updates (#550)

    Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python).
    
    
    Updates `actions/checkout` from 6.0.1 to 6.0.2
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6.0.1...v6.0.2)
    
    Updates `actions/setup-python` from 6.1.0 to 6.2.0
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v6.1.0...v6.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: actions/setup-python
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    7027da3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. chore: drop Python 3.9 support (EOL) (#552)

    Remove Python 3.9 from CI matrix, setup.cfg classifiers, tox envlist,
    mergify checks, and bump python_requires to >=3.10.
    
    Inline code that was gated behind sys.version_info checks:
    - Use slots=True directly in dataclass decorator (3.10+)
    - Use futures.Future[t.Any] directly (3.9+)
    - Remove redundant version checks and imports in tests
    Zac-HD authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    3bf33b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24415eb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2026

  1. Fix retry() annotations with async sleep= function (#555)

    * improve annotations
    
    * ruff format
    
    * fix for py311
    Zac-HD authored Feb 7, 2026
    Configuration menu
    Copy the full SHA
    d4e868d View commit details
    Browse the repository at this point in the history
Loading