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!
Hi,
I noticed that this package currently pins:
opentelemetry-sdk==1.33.0Is 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 at1.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!