Skip to content

Strict version constraint on opentelemetry-sdk #116

Description

@valentincalomme

Hi,

I noticed that this package currently pins: opentelemetry-sdk==1.33.0

Is there a specific reason for requiring exactly version 1.33.0, or could this dependency be relaxed to allow newer compatible releases?

The strict pin is causing dependency resolution conflicts in projects that use other packages requiring more recent versions of opentelemetry-sdk (the package is currently at 1.43.0).

From my perspective, a constraint such as: opentelemetry-sdk>=1.33.0,<2.0.0 (or another appropriate compatibility range) would make integration easier while still protecting against breaking changes. Is there any known incompatibility with newer OpenTelemetry SDK versions, or would you be open to relaxing the requirement?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions