-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unpin importlib-metadata #407
Comments
@timmc-edx, can we unpin this now? Seems like open-telemetry/opentelemetry-python#3570 is resolved. |
Ah yes, thank you! I had forgotten to subscribe to that issue. |
Any time! Hope we can close this issue now. @timmc-edx |
Oh yeah, we can! Thanks again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #406 we pinned importlib-metadata to before 7.x. Once open-telemetry/opentelemetry-python#3570 resolves we should unpin this.
This pin is in place because we want to use opentelemetry from edx-django-utils. Normally this could be added as a constraint in edx-django-utils, where we're adding the opentelemetry dependency. However, when we compile pip-tools.txt in dependent IDA repos, that layer ends up using version 7.x, and then there's no undoing that when compiling base.txt. So we need to pin it globally, for now.
The text was updated successfully, but these errors were encountered: