Skip to content

Extend minimum dependency checks to dev_requirements #19051

Description

@scbedd

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.

Metadata

Metadata

Assignees

Labels

Central-EngSysThis issue is owned by the Engineering System team.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions