Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'backoff' dependency and use a function instead #3679

Merged
merged 7 commits into from
Feb 13, 2024

Conversation

pmcollins
Copy link
Member

@pmcollins pmcollins commented Feb 8, 2024

Description

The backoff dependency doesn't appear to have been needed as used, and it has caused at least one reported dependency conflict for an OTel Python user/developer. This change removes the dependency and replaces it with a function.

Fixes #3680

@pmcollins pmcollins marked this pull request as ready for review February 9, 2024 13:19
@pmcollins pmcollins requested a review from a team as a code owner February 9, 2024 13:19
@ocelotl ocelotl enabled auto-merge (squash) February 13, 2024 16:23
auto-merge was automatically disabled February 13, 2024 16:31

Pull Request is not mergeable

@ocelotl ocelotl merged commit 20622fd into open-telemetry:main Feb 13, 2024
270 checks passed
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.

Replace 'backoff' dependency with a local implementation
4 participants