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

Potential Redundant Constraint in opentelemetry-api Dependency #2213

Open
mvribeiro75 opened this issue Feb 27, 2025 · 3 comments · May be fixed by #2212
Open

Potential Redundant Constraint in opentelemetry-api Dependency #2213

mvribeiro75 opened this issue Feb 27, 2025 · 3 comments · May be fixed by #2212

Comments

@mvribeiro75
Copy link

In PR #2199, the opentelemetry-api dependency is specified as opentelemetry-api~=1.16.0,<2.0.0.

I believe this might be a typo, as ~=1.16.0 already implies <2.0.0, making the <2.0.0 constraint redundant.

Perhaps the intended specification was opentelemetry-api>=1.16.0,<2.0.0.

The current constraint (~=1.16.0) is causing conflicts with apache-airflow==2.10.4+astro.1 in my project. Could you please review and consider adjusting it?

@tools-soda
Copy link

CLOUD-9169

@mvribeiro75
Copy link
Author

@ghjklw Could you confirm whether this is a typo or intentional?

@ghjklw
Copy link
Contributor

ghjklw commented Feb 27, 2025

Hi @mvribeiro75,

It is a typo! I have already created a couple of days ago #2212 which should fix this.
@m1n0, have you had a chance to look at it?

@ghjklw ghjklw linked a pull request Feb 27, 2025 that will close this issue
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 a pull request may close this issue.

3 participants