You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
In PR #2199, the
opentelemetry-api
dependency is specified asopentelemetry-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 withapache-airflow==2.10.4+astro.1
in my project. Could you please review and consider adjusting it?The text was updated successfully, but these errors were encountered: