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.
This issue was raised by a conflict that was temporarily resolved in this pr.
opentelemetry-sdkin our dev requirements installs at version1.3.0opentelemetry-apiin our setup.py installs at version1.0.0during 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.0requiresopentelemetry-api>=1.3.0. The lack of the latter due tominimumtesting causes a break.Need a resolver to take care of this non-sense for us.