Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maint(deps): update otel to 1.22 and 0.43b0 (#168)
## Which problem is this PR solving? - update otel dependencies - Closes #167 ## Short description of the changes - update opentelemetry-api from "1.20.0" to "1.22.0" - update opentelemetry-sdk from "1.20.0" to "1.22.0" - update opentelemetry-exporter-otlp from "1.20.0" to "1.22.0" - update opentelemetry-instrumentation from "0.41b0" to "0.43b0" - update example deps to match, and also opentelemetry-instrumentation-flask = "^0.43b0" - update test for new required field "name" for ReadableSpan - add specific version of Werkzeug to match flask in example app (see [Stack Overflow question here](https://stackoverflow.com/questions/77213053/why-did-flask-start-failing-with-importerror-cannot-import-name-url-quote-fr) tldr; flask specifies >2.2 which now brings in Werkzeug 3)
- Loading branch information