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

feat: Pin importlib-metadata globally for opentelemetry #406

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

timmc-edx
Copy link
Contributor

This will be needed for openedx/edx-django-utils#389

timmc-edx added a commit to openedx/edx-django-utils that referenced this pull request Mar 12, 2024
Temporary constraint needs to be removed before this merges; see
openedx/edx-lint#406
# adding the opentelemetry dependency. However, when we compile pip-tools.txt,
# that uses version 7.x, and then there's no undoing that when compiling base.txt.
# So we need to pin it globally, for now.
importlib-metadata<7
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we add a ticket reference for resolving?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, can do. I wasn't sure whether to create one since it's a high-visibility pin (not tucked away in just one IDA's constraints file) but -- better to create one.

@timmc-edx timmc-edx merged commit 9e5672c into master Mar 12, 2024
4 checks passed
@timmc-edx timmc-edx deleted the timmc/pin-importlib-metadata branch March 12, 2024 15:41
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.

2 participants