(Copied from #42117 with some modifications)
Is your feature request related to a problem? Please describe.
I'm currently using azure-monitor-opentelemetry in a project that also relies on the opentelemetry-instrumentation-aiohttp-client and httpx libraries. However, I'm unable to upgrade past version 0.61b0 of those instrumentations because azure-monitor-opentelemetry has them pinned.
These versions are several months old now, and since then there have been multiple releases with important bug fixes and improvements in the OpenTelemetry ecosystem.
Describe the solution you'd like
Can you please update the version constraints - either bump to at least 0.61b0 or allow a looser version spec (e.g., >=0.61b0, <0.65)?
Describe alternatives you've considered
- Hacking around those dependency pins
Additional context
Let me know if there's a compatibility or stability reason for the current pinning.
(Copied from #42117 with some modifications)
Is your feature request related to a problem? Please describe.
I'm currently using
azure-monitor-opentelemetryin a project that also relies on theopentelemetry-instrumentation-aiohttp-clientandhttpxlibraries. However, I'm unable to upgrade past version0.61b0of those instrumentations becauseazure-monitor-opentelemetryhas them pinned.These versions are several months old now, and since then there have been multiple releases with important bug fixes and improvements in the OpenTelemetry ecosystem.
Describe the solution you'd like
Can you please update the version constraints - either bump to at least 0.61b0 or allow a looser version spec (e.g., >=0.61b0, <0.65)?
Describe alternatives you've considered
Additional context
Let me know if there's a compatibility or stability reason for the current pinning.