-
Notifications
You must be signed in to change notification settings - Fork 651
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
opentelemetry-api: allow importlib-metadata up to 8.4.0 #4144
opentelemetry-api: allow importlib-metadata up to 8.4.0 #4144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want feel free to add a CHANGELOG entry
I think this kind of update deserves a CHANGELOG.md entry, but we didn't do that in the previous PRs. So we can start with this one |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this minor version bump should be fine, since mentioned briefly at the sig meeting.
The change will not fix this one open issue: #3234 (comment)
But the change won't undo previous bumps or conditions for Python version. Here are some past PRs for this dep:
- https://github.com/open-telemetry/opentelemetry-python/pull/3217/files
- https://github.com/open-telemetry/opentelemetry-python/pull/3334/files
- https://github.com/open-telemetry/opentelemetry-python/pull/3403/files
- https://github.com/open-telemetry/opentelemetry-python/pull/3406/files
- https://github.com/open-telemetry/opentelemetry-python/pull/3576/files
- https://github.com/open-telemetry/opentelemetry-python/pull/3835/files
- https://github.com/open-telemetry/opentelemetry-python/pull/3994/files
- https://github.com/open-telemetry/opentelemetry-python/pull/4007/files
- https://github.com/open-telemetry/opentelemetry-python/pull/4089/files
@tammy-baylis-swi Forgot about that issue, thanks for mentioning it. We should probably try to stop using it on recent Python versions and / or update the comment to mention 3.10 and not 3.12 😅 |
Description
Based on this PR.
Adjust cap on importlib-metadata
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Does This PR Require a Contrib Repo Change?
Checklist: