Skip to content

Replace backoff dependency#1487

Merged
liudger merged 1 commit into
mainfrom
fix/python-backoff-dependency
May 20, 2026
Merged

Replace backoff dependency#1487
liudger merged 1 commit into
mainfrom
fix/python-backoff-dependency

Conversation

@liudger
Copy link
Copy Markdown
Owner

@liudger liudger commented May 20, 2026

This pull request updates a dependency in the pyproject.toml file to ensure compatibility and clarity. The main change is:

Dependency update:

  • Replaced the backoff package with python-backoff and updated the minimum required version to 2.3.1 in the dependencies list.

@liudger liudger added the dependencies Upgrade or downgrade of project dependencies. label May 20, 2026
Copilot AI review requested due to automatic review settings May 20, 2026 08:31
@codecov
Copy link
Copy Markdown

codecov Bot commented May 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.90%. Comparing base (2fbd8fd) to head (38f802e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1487   +/-   ##
=======================================
  Coverage   99.90%   99.90%           
=======================================
  Files           6        6           
  Lines        1086     1086           
  Branches      146      146           
=======================================
  Hits         1085     1085           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project’s runtime dependency used for retry/backoff behavior by changing the declared package in pyproject.toml.

Changes:

  • Replaced the backoff dependency with python-backoff and raised the minimum version requirement.

Comment thread pyproject.toml
@liudger liudger merged commit 6001215 into main May 20, 2026
21 checks passed
@liudger liudger deleted the fix/python-backoff-dependency branch May 21, 2026 06:16
@github-actions github-actions Bot locked and limited conversation to collaborators May 22, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Upgrade or downgrade of project dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants