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
This issue was raised by a conflict that was temporarily resolved in this pr.
opentelemetry-sdk in our dev requirements installs at version 1.3.0 opentelemetry-api in our setup.py installs at version 1.0.0 during minimum dependency versioning. (as this really is the minimum required version of this package).
However, due to compatibility reasons within those two packages, opentelemetry-sdk==1.3.0 requires opentelemetry-api>=1.3.0. The lack of the latter due to minimum testing causes a break.
Need a resolver to take care of this non-sense for us.
The text was updated successfully, but these errors were encountered:
scbedd
added
Central-EngSys
This issue is owned by the Engineering System team.
and removed
EngSys
This issue is impacting the engineering system.
labels
Mar 4, 2022
This issue was raised by a conflict that was temporarily resolved in this pr.
opentelemetry-sdk
in our dev requirements installs at version1.3.0
opentelemetry-api
in our setup.py installs at version1.0.0
during minimum dependency versioning. (as this really is the minimum required version of this package).However, due to compatibility reasons within those two packages,
opentelemetry-sdk==1.3.0
requiresopentelemetry-api>=1.3.0
. The lack of the latter due tominimum
testing causes a break.Need a resolver to take care of this non-sense for us.
The text was updated successfully, but these errors were encountered: