While working on modernizing the observability in this library I encountered the fact that the constrained minimum version of opentelemetry-api being used is 1.1.0 and that was released in April 2021 (3 years ago) https://pypi.org/project/opentelemetry-api/1.1.0/
per
|
"tracing": [ |
|
"opentelemetry-api >= 1.1.0", |
|
"opentelemetry-sdk >= 1.1.0", |
|
"opentelemetry-instrumentation >= 0.20b0, < 0.23dev", |
|
], |
Let's get to the latest release of opentelemetry. I am going to send a change