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

Fix opentelemetry dependency version (#2192) #2212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ghjklw
Copy link
Contributor

@ghjklw ghjklw commented Feb 24, 2025

Fix a mistake I made in #2199

The previous PR set "opentelemetry-api~=1.16.0,<2.0.0", but this still only allows max version to be 1.16.*.
For example, the airflow conflict apache-airflow 2.10.4+astro.1 depends on opentelemetry-api>=1.24.0 is still present.

This PR fixes it by setting the dependency to "opentelemetry-api>=1.16.0,<2.0.0"

Thanks @lewis-anderson53 for pointing it out!

Fixes #2192

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.

Outdated opentelemetry dependency creating conflicts
1 participant