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

Allow importlib_metadata < 8 #3804

Closed
wants to merge 2 commits into from

Conversation

frenzymadness
Copy link
Contributor

Description

importlib_metadata 7.1 is out. If you don't plan to update the configuration for every minor release, it might make sense to allow all versions 7.x.y. importlib_metadata is pretty stable so I'd not be afraid of any breaking changes.

@frenzymadness frenzymadness requested a review from a team March 21, 2024 09:16
Copy link
Contributor

@xrmx xrmx left a comment

Choose a reason for hiding this comment

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

Looking at their news file doesn't look they are doing semver or anything so not sure about the change

@tammy-baylis-swi
Copy link
Contributor

The existing strictness might relate to Python version differences discussed in #3234 and a similar open PR for the instrumentation library in open-telemetry/opentelemetry-python-contrib#2181. It might help to bring up this PR and these issues at the Python sig.

@tammy-baylis-swi
Copy link
Contributor

tammy-baylis-swi commented Mar 28, 2024

Hi @frenzymadness , I brought this PR up at the Python SIG meeting today and we would prefer not to introduce a broad version support change at this time given the other issue and PR I've linked. I will close this but please feel free to bring up any questions or other ideas.

@lzchen
Copy link
Contributor

lzchen commented Mar 28, 2024

@tammy-baylis-swi @frenzymadness

I think we would be okay with simply incrementing the version to cover v7.1 instead of the broader less than 8.

@xrmx
Copy link
Contributor

xrmx commented Apr 5, 2024

Closing as superseded by #3835

@xrmx xrmx closed this Apr 5, 2024
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.

4 participants