Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the opentelemetry group in /external/price_server with 13 updates (
#137) Bumps the opentelemetry group in /external/price_server with 13 updates: | Package | From | To | | --- | --- | --- | | [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.23.0` | `1.24.0` | | [opentelemetry-distro](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.44b0` | `0.45b0` | | [opentelemetry-exporter-otlp-proto-common](https://github.com/open-telemetry/opentelemetry-python) | `1.23.0` | `1.24.0` | | [opentelemetry-exporter-otlp-proto-grpc](https://github.com/open-telemetry/opentelemetry-python) | `1.23.0` | `1.24.0` | | [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.44b0` | `0.45b0` | | [opentelemetry-instrumentation-dbapi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.44b0` | `0.45b0` | | [opentelemetry-instrumentation-flask](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.44b0` | `0.45b0` | | [opentelemetry-instrumentation-psycopg2](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.44b0` | `0.45b0` | | [opentelemetry-instrumentation-wsgi](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.44b0` | `0.45b0` | | [opentelemetry-proto](https://github.com/open-telemetry/opentelemetry-python) | `1.23.0` | `1.24.0` | | [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.23.0` | `1.24.0` | | [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.44b0` | `0.45b0` | | [opentelemetry-util-http](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.44b0` | `0.45b0` | Updates `opentelemetry-api` from 1.23.0 to 1.24.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md">opentelemetry-api's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0/0.45b0 (2024-03-28)</h2> <ul> <li>Make create_gauge non-abstract method (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3817">#3817</a>)</li> <li>Make <code>tracer.start_as_current_span()</code> decorator work with async functions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3633">#3633</a>)</li> <li>Fix python 3.12 deprecation warning (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3751">#3751</a>)</li> <li>bump mypy to 0.982 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3776">#3776</a>)</li> <li>Add support for OTEL_SDK_DISABLED environment variable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3648">#3648</a>)</li> <li>Fix ValueError message for PeriodicExportingMetricsReader (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3769">#3769</a>)</li> <li>Use <code>BaseException</code> instead of <code>Exception</code> in <code>record_exception</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3354">#3354</a>)</li> <li>Make span.record_exception more robust (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3778">#3778</a>)</li> <li>Fix license field in pyproject.toml files (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3803">#3803</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/01d1d4b1574b18ce73d7ab925f1f7308f8debdee"><code>01d1d4b</code></a> [release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3819">#3819</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/bb89e0ab3f6f98c48b38381a4aba21b34c3e96ed"><code>bb89e0a</code></a> Make <code>create_gauge</code> non-abstract method (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3817">#3817</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/c2fc94563470215cd4ee51096d65bad72aa8b266"><code>c2fc945</code></a> record_exception: Accept BaseException (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3354">#3354</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/29c293fbb120ff8b760519a25e0530b5ab05af83"><code>29c293f</code></a> Improve tracing sdk type annotations (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3794">#3794</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/694445f6a39ab55826b955320c74650e1d2395ae"><code>694445f</code></a> Fix license field in pyproject.toml files (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3803">#3803</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/06b82aa31f13a064fa5772e05cda7efbfb8bd4a0"><code>06b82aa</code></a> Make record_exception more robust handling them outside the except scope (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3778">#3778</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/2574707f40b3d09154f40f4047866a76332060f0"><code>2574707</code></a> Adds support OTEL_SDK_DISABLED environment variable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3648">#3648</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/6dd85fcf6934a2a5dbe8684d2c3d62190200fe3d"><code>6dd85fc</code></a> Fix shellcheck --severity=warning issues (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3789">#3789</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/cc05a80a0f67c0065bf2ec8933b1bc4091348e72"><code>cc05a80</code></a> Use verbosity for logs example (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3800">#3800</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/5a6da15c888c7ba2c94eee1059e2bd8db5460f9d"><code>5a6da15</code></a> Make <code>tracer.start_as_current_span()</code> decorator work with async functions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3">#3</a>...</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-python/compare/v1.23.0...v1.24.0">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-distro` from 0.44b0 to 0.45b0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md">opentelemetry-distro's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0/0.45b0 (2024-03-28)</h2> <ul> <li><code>opentelemetry-instrumentation-psycopg</code> Async Instrumentation for psycopg 3.x (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2146">#2146</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>opentelemetry-instrumentation-celery</code> Allow Celery instrumentation to be installed multiple times (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2342">#2342</a>)</li> <li>Align gRPC span status codes to OTEL specification (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/1756">#1756</a>)</li> <li><code>opentelemetry-instrumentation-flask</code> Add importlib metadata default for deprecation warning flask version (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2297">#2297</a>)</li> <li>Ensure all http.server.duration metrics have the same description (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2298">#2151</a>)</li> <li>Fix regression in httpx <code>request.url</code> not being of type <code>httpx.URL</code> after <code>0.44b0</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2359">#2359</a>)</li> <li>Avoid losing repeated HTTP headers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2266">#2266</a>)</li> <li><code>opentelemetry-instrumentation-elasticsearch</code> Don't send bulk request body as db statement (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2355">#2355</a>)</li> <li>AwsLambdaInstrumentor sets <code>cloud.account.id</code> span attribute (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2367">#2367</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/commits">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-exporter-otlp-proto-common` from 1.23.0 to 1.24.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md">opentelemetry-exporter-otlp-proto-common's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0/0.45b0 (2024-03-28)</h2> <ul> <li>Make create_gauge non-abstract method (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3817">#3817</a>)</li> <li>Make <code>tracer.start_as_current_span()</code> decorator work with async functions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3633">#3633</a>)</li> <li>Fix python 3.12 deprecation warning (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3751">#3751</a>)</li> <li>bump mypy to 0.982 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3776">#3776</a>)</li> <li>Add support for OTEL_SDK_DISABLED environment variable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3648">#3648</a>)</li> <li>Fix ValueError message for PeriodicExportingMetricsReader (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3769">#3769</a>)</li> <li>Use <code>BaseException</code> instead of <code>Exception</code> in <code>record_exception</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3354">#3354</a>)</li> <li>Make span.record_exception more robust (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3778">#3778</a>)</li> <li>Fix license field in pyproject.toml files (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3803">#3803</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/01d1d4b1574b18ce73d7ab925f1f7308f8debdee"><code>01d1d4b</code></a> [release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3819">#3819</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/694445f6a39ab55826b955320c74650e1d2395ae"><code>694445f</code></a> Fix license field in pyproject.toml files (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3803">#3803</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/d6321d627cd0fc9345a689a9a37cf4cb9ea44ba0"><code>d6321d6</code></a> Remove [test] package from opentelemetry-exporter-zipkin (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3774">#3774</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/82308f581c85f7eeb5a51bdae0db2e9f956c5fe5"><code>82308f5</code></a> Remove [test] package from opentelemetry-exporter-otlp (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3756">#3756</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/947472b195aa9953c9bd11e40cf62a427d1edd29"><code>947472b</code></a> Remove [test] package from opentelemetry-exporter-otlp-proto-common (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3738">#3738</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/7401bc0a30d87c89cc569a1a8984299ac4b5acfb"><code>7401bc0</code></a> Remove [test] package from opentelemetry-exporter-zipkin-json (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3739">#3739</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/d001e7459229efca1218d4bfa4f4718da08129c6"><code>d001e74</code></a> Remove [test] package from opentelemetry-exporter-prometheus (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3753">#3753</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/7f662c19a192b2fda7321345d211f529791d9cbf"><code>7f662c1</code></a> Remove [test] package from opentelemetry-exporter-zipkin-proto-http (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3754">#3754</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/473156b76719edc5cfdeba588b4dac8e72f4da23"><code>473156b</code></a> Remove [test] package from opentelemetry-exporter-opencensus (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3755">#3755</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/6af918b08bb5c3b16eaf48d494abe8a23aef2ec4"><code>6af918b</code></a> Remove [test] package from opentelemetry-exporter-otlp-proto-http (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3742">#3742</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-python/compare/v1.23.0...v1.24.0">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-exporter-otlp-proto-grpc` from 1.23.0 to 1.24.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md">opentelemetry-exporter-otlp-proto-grpc's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0/0.45b0 (2024-03-28)</h2> <ul> <li>Make create_gauge non-abstract method (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3817">#3817</a>)</li> <li>Make <code>tracer.start_as_current_span()</code> decorator work with async functions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3633">#3633</a>)</li> <li>Fix python 3.12 deprecation warning (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3751">#3751</a>)</li> <li>bump mypy to 0.982 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3776">#3776</a>)</li> <li>Add support for OTEL_SDK_DISABLED environment variable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3648">#3648</a>)</li> <li>Fix ValueError message for PeriodicExportingMetricsReader (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3769">#3769</a>)</li> <li>Use <code>BaseException</code> instead of <code>Exception</code> in <code>record_exception</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3354">#3354</a>)</li> <li>Make span.record_exception more robust (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3778">#3778</a>)</li> <li>Fix license field in pyproject.toml files (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3803">#3803</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/01d1d4b1574b18ce73d7ab925f1f7308f8debdee"><code>01d1d4b</code></a> [release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3819">#3819</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/694445f6a39ab55826b955320c74650e1d2395ae"><code>694445f</code></a> Fix license field in pyproject.toml files (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3803">#3803</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/d6321d627cd0fc9345a689a9a37cf4cb9ea44ba0"><code>d6321d6</code></a> Remove [test] package from opentelemetry-exporter-zipkin (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3774">#3774</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/82308f581c85f7eeb5a51bdae0db2e9f956c5fe5"><code>82308f5</code></a> Remove [test] package from opentelemetry-exporter-otlp (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3756">#3756</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/947472b195aa9953c9bd11e40cf62a427d1edd29"><code>947472b</code></a> Remove [test] package from opentelemetry-exporter-otlp-proto-common (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3738">#3738</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/7401bc0a30d87c89cc569a1a8984299ac4b5acfb"><code>7401bc0</code></a> Remove [test] package from opentelemetry-exporter-zipkin-json (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3739">#3739</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/d001e7459229efca1218d4bfa4f4718da08129c6"><code>d001e74</code></a> Remove [test] package from opentelemetry-exporter-prometheus (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3753">#3753</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/7f662c19a192b2fda7321345d211f529791d9cbf"><code>7f662c1</code></a> Remove [test] package from opentelemetry-exporter-zipkin-proto-http (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3754">#3754</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/473156b76719edc5cfdeba588b4dac8e72f4da23"><code>473156b</code></a> Remove [test] package from opentelemetry-exporter-opencensus (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3755">#3755</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/6af918b08bb5c3b16eaf48d494abe8a23aef2ec4"><code>6af918b</code></a> Remove [test] package from opentelemetry-exporter-otlp-proto-http (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3742">#3742</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-python/compare/v1.23.0...v1.24.0">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-instrumentation` from 0.44b0 to 0.45b0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md">opentelemetry-instrumentation's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0/0.45b0 (2024-03-28)</h2> <ul> <li><code>opentelemetry-instrumentation-psycopg</code> Async Instrumentation for psycopg 3.x (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2146">#2146</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>opentelemetry-instrumentation-celery</code> Allow Celery instrumentation to be installed multiple times (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2342">#2342</a>)</li> <li>Align gRPC span status codes to OTEL specification (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/1756">#1756</a>)</li> <li><code>opentelemetry-instrumentation-flask</code> Add importlib metadata default for deprecation warning flask version (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2297">#2297</a>)</li> <li>Ensure all http.server.duration metrics have the same description (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2298">#2151</a>)</li> <li>Fix regression in httpx <code>request.url</code> not being of type <code>httpx.URL</code> after <code>0.44b0</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2359">#2359</a>)</li> <li>Avoid losing repeated HTTP headers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2266">#2266</a>)</li> <li><code>opentelemetry-instrumentation-elasticsearch</code> Don't send bulk request body as db statement (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2355">#2355</a>)</li> <li>AwsLambdaInstrumentor sets <code>cloud.account.id</code> span attribute (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2367">#2367</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/commits">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-instrumentation-dbapi` from 0.44b0 to 0.45b0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md">opentelemetry-instrumentation-dbapi's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0/0.45b0 (2024-03-28)</h2> <ul> <li><code>opentelemetry-instrumentation-psycopg</code> Async Instrumentation for psycopg 3.x (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2146">#2146</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>opentelemetry-instrumentation-celery</code> Allow Celery instrumentation to be installed multiple times (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2342">#2342</a>)</li> <li>Align gRPC span status codes to OTEL specification (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/1756">#1756</a>)</li> <li><code>opentelemetry-instrumentation-flask</code> Add importlib metadata default for deprecation warning flask version (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2297">#2297</a>)</li> <li>Ensure all http.server.duration metrics have the same description (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2298">#2151</a>)</li> <li>Fix regression in httpx <code>request.url</code> not being of type <code>httpx.URL</code> after <code>0.44b0</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2359">#2359</a>)</li> <li>Avoid losing repeated HTTP headers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2266">#2266</a>)</li> <li><code>opentelemetry-instrumentation-elasticsearch</code> Don't send bulk request body as db statement (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2355">#2355</a>)</li> <li>AwsLambdaInstrumentor sets <code>cloud.account.id</code> span attribute (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2367">#2367</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/commits">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-instrumentation-flask` from 0.44b0 to 0.45b0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md">opentelemetry-instrumentation-flask's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0/0.45b0 (2024-03-28)</h2> <ul> <li><code>opentelemetry-instrumentation-psycopg</code> Async Instrumentation for psycopg 3.x (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2146">#2146</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>opentelemetry-instrumentation-celery</code> Allow Celery instrumentation to be installed multiple times (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2342">#2342</a>)</li> <li>Align gRPC span status codes to OTEL specification (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/1756">#1756</a>)</li> <li><code>opentelemetry-instrumentation-flask</code> Add importlib metadata default for deprecation warning flask version (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2297">#2297</a>)</li> <li>Ensure all http.server.duration metrics have the same description (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2298">#2151</a>)</li> <li>Fix regression in httpx <code>request.url</code> not being of type <code>httpx.URL</code> after <code>0.44b0</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2359">#2359</a>)</li> <li>Avoid losing repeated HTTP headers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2266">#2266</a>)</li> <li><code>opentelemetry-instrumentation-elasticsearch</code> Don't send bulk request body as db statement (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2355">#2355</a>)</li> <li>AwsLambdaInstrumentor sets <code>cloud.account.id</code> span attribute (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2367">#2367</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/commits">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-instrumentation-psycopg2` from 0.44b0 to 0.45b0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md">opentelemetry-instrumentation-psycopg2's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0/0.45b0 (2024-03-28)</h2> <ul> <li><code>opentelemetry-instrumentation-psycopg</code> Async Instrumentation for psycopg 3.x (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2146">#2146</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>opentelemetry-instrumentation-celery</code> Allow Celery instrumentation to be installed multiple times (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2342">#2342</a>)</li> <li>Align gRPC span status codes to OTEL specification (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/1756">#1756</a>)</li> <li><code>opentelemetry-instrumentation-flask</code> Add importlib metadata default for deprecation warning flask version (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2297">#2297</a>)</li> <li>Ensure all http.server.duration metrics have the same description (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2298">#2151</a>)</li> <li>Fix regression in httpx <code>request.url</code> not being of type <code>httpx.URL</code> after <code>0.44b0</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2359">#2359</a>)</li> <li>Avoid losing repeated HTTP headers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2266">#2266</a>)</li> <li><code>opentelemetry-instrumentation-elasticsearch</code> Don't send bulk request body as db statement (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2355">#2355</a>)</li> <li>AwsLambdaInstrumentor sets <code>cloud.account.id</code> span attribute (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2367">#2367</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/commits">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-instrumentation-wsgi` from 0.44b0 to 0.45b0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md">opentelemetry-instrumentation-wsgi's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0/0.45b0 (2024-03-28)</h2> <ul> <li><code>opentelemetry-instrumentation-psycopg</code> Async Instrumentation for psycopg 3.x (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2146">#2146</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>opentelemetry-instrumentation-celery</code> Allow Celery instrumentation to be installed multiple times (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2342">#2342</a>)</li> <li>Align gRPC span status codes to OTEL specification (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/1756">#1756</a>)</li> <li><code>opentelemetry-instrumentation-flask</code> Add importlib metadata default for deprecation warning flask version (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2297">#2297</a>)</li> <li>Ensure all http.server.duration metrics have the same description (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2298">#2151</a>)</li> <li>Fix regression in httpx <code>request.url</code> not being of type <code>httpx.URL</code> after <code>0.44b0</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2359">#2359</a>)</li> <li>Avoid losing repeated HTTP headers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2266">#2266</a>)</li> <li><code>opentelemetry-instrumentation-elasticsearch</code> Don't send bulk request body as db statement (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2355">#2355</a>)</li> <li>AwsLambdaInstrumentor sets <code>cloud.account.id</code> span attribute (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2367">#2367</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/commits">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-proto` from 1.23.0 to 1.24.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md">opentelemetry-proto's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0/0.45b0 (2024-03-28)</h2> <ul> <li>Make create_gauge non-abstract method (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3817">#3817</a>)</li> <li>Make <code>tracer.start_as_current_span()</code> decorator work with async functions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3633">#3633</a>)</li> <li>Fix python 3.12 deprecation warning (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3751">#3751</a>)</li> <li>bump mypy to 0.982 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3776">#3776</a>)</li> <li>Add support for OTEL_SDK_DISABLED environment variable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3648">#3648</a>)</li> <li>Fix ValueError message for PeriodicExportingMetricsReader (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3769">#3769</a>)</li> <li>Use <code>BaseException</code> instead of <code>Exception</code> in <code>record_exception</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3354">#3354</a>)</li> <li>Make span.record_exception more robust (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3778">#3778</a>)</li> <li>Fix license field in pyproject.toml files (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3803">#3803</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/01d1d4b1574b18ce73d7ab925f1f7308f8debdee"><code>01d1d4b</code></a> [release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3819">#3819</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/bb89e0ab3f6f98c48b38381a4aba21b34c3e96ed"><code>bb89e0a</code></a> Make <code>create_gauge</code> non-abstract method (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3817">#3817</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/c2fc94563470215cd4ee51096d65bad72aa8b266"><code>c2fc945</code></a> record_exception: Accept BaseException (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3354">#3354</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/29c293fbb120ff8b760519a25e0530b5ab05af83"><code>29c293f</code></a> Improve tracing sdk type annotations (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3794">#3794</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/694445f6a39ab55826b955320c74650e1d2395ae"><code>694445f</code></a> Fix license field in pyproject.toml files (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3803">#3803</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/06b82aa31f13a064fa5772e05cda7efbfb8bd4a0"><code>06b82aa</code></a> Make record_exception more robust handling them outside the except scope (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3778">#3778</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/2574707f40b3d09154f40f4047866a76332060f0"><code>2574707</code></a> Adds support OTEL_SDK_DISABLED environment variable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3648">#3648</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/6dd85fcf6934a2a5dbe8684d2c3d62190200fe3d"><code>6dd85fc</code></a> Fix shellcheck --severity=warning issues (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3789">#3789</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/cc05a80a0f67c0065bf2ec8933b1bc4091348e72"><code>cc05a80</code></a> Use verbosity for logs example (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3800">#3800</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/5a6da15c888c7ba2c94eee1059e2bd8db5460f9d"><code>5a6da15</code></a> Make <code>tracer.start_as_current_span()</code> decorator work with async functions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3">#3</a>...</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-python/compare/v1.23.0...v1.24.0">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-sdk` from 1.23.0 to 1.24.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md">opentelemetry-sdk's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0/0.45b0 (2024-03-28)</h2> <ul> <li>Make create_gauge non-abstract method (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3817">#3817</a>)</li> <li>Make <code>tracer.start_as_current_span()</code> decorator work with async functions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3633">#3633</a>)</li> <li>Fix python 3.12 deprecation warning (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3751">#3751</a>)</li> <li>bump mypy to 0.982 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3776">#3776</a>)</li> <li>Add support for OTEL_SDK_DISABLED environment variable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3648">#3648</a>)</li> <li>Fix ValueError message for PeriodicExportingMetricsReader (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3769">#3769</a>)</li> <li>Use <code>BaseException</code> instead of <code>Exception</code> in <code>record_exception</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3354">#3354</a>)</li> <li>Make span.record_exception more robust (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3778">#3778</a>)</li> <li>Fix license field in pyproject.toml files (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3803">#3803</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/01d1d4b1574b18ce73d7ab925f1f7308f8debdee"><code>01d1d4b</code></a> [release/v1.24.x-0.45bx] Prepare release 1.24.0/0.45b0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3819">#3819</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/bb89e0ab3f6f98c48b38381a4aba21b34c3e96ed"><code>bb89e0a</code></a> Make <code>create_gauge</code> non-abstract method (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3817">#3817</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/c2fc94563470215cd4ee51096d65bad72aa8b266"><code>c2fc945</code></a> record_exception: Accept BaseException (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3354">#3354</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/29c293fbb120ff8b760519a25e0530b5ab05af83"><code>29c293f</code></a> Improve tracing sdk type annotations (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3794">#3794</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/694445f6a39ab55826b955320c74650e1d2395ae"><code>694445f</code></a> Fix license field in pyproject.toml files (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3803">#3803</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/06b82aa31f13a064fa5772e05cda7efbfb8bd4a0"><code>06b82aa</code></a> Make record_exception more robust handling them outside the except scope (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3778">#3778</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/2574707f40b3d09154f40f4047866a76332060f0"><code>2574707</code></a> Adds support OTEL_SDK_DISABLED environment variable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3648">#3648</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/6dd85fcf6934a2a5dbe8684d2c3d62190200fe3d"><code>6dd85fc</code></a> Fix shellcheck --severity=warning issues (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3789">#3789</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/cc05a80a0f67c0065bf2ec8933b1bc4091348e72"><code>cc05a80</code></a> Use verbosity for logs example (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3800">#3800</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/5a6da15c888c7ba2c94eee1059e2bd8db5460f9d"><code>5a6da15</code></a> Make <code>tracer.start_as_current_span()</code> decorator work with async functions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/3">#3</a>...</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-python/compare/v1.23.0...v1.24.0">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-semantic-conventions` from 0.44b0 to 0.45b0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md">opentelemetry-semantic-conventions's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0/0.45b0 (2024-03-28)</h2> <ul> <li>Make create_gauge non-abstract method (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3817">#3817</a>)</li> <li>Make <code>tracer.start_as_current_span()</code> decorator work with async functions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3633">#3633</a>)</li> <li>Fix python 3.12 deprecation warning (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3751">#3751</a>)</li> <li>bump mypy to 0.982 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3776">#3776</a>)</li> <li>Add support for OTEL_SDK_DISABLED environment variable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3648">#3648</a>)</li> <li>Fix ValueError message for PeriodicExportingMetricsReader (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3769">#3769</a>)</li> <li>Use <code>BaseException</code> instead of <code>Exception</code> in <code>record_exception</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3354">#3354</a>)</li> <li>Make span.record_exception more robust (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3778">#3778</a>)</li> <li>Fix license field in pyproject.toml files (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/3803">#3803</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-python/commits">compare view</a></li> </ul> </details> <br /> Updates `opentelemetry-util-http` from 0.44b0 to 0.45b0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md">opentelemetry-util-http's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0/0.45b0 (2024-03-28)</h2> <ul> <li><code>opentelemetry-instrumentation-psycopg</code> Async Instrumentation for psycopg 3.x (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2146">#2146</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>opentelemetry-instrumentation-celery</code> Allow Celery instrumentation to be installed multiple times (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2342">#2342</a>)</li> <li>Align gRPC span status codes to OTEL specification (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/1756">#1756</a>)</li> <li><code>opentelemetry-instrumentation-flask</code> Add importlib metadata default for deprecation warning flask version (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2297">#2297</a>)</li> <li>Ensure all http.server.duration metrics have the same description (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/2298">#2151</a>)</li> <li>Fix regression in httpx <code>request.url</code> not being of type <code>httpx.URL</code> after <code>0.44b0</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2359">#2359</a>)</li> <li>Avoid losing repeated HTTP headers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2266">#2266</a>)</li> <li><code>opentelemetry-instrumentation-elasticsearch</code> Don't send bulk request body as db statement (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2355">#2355</a>)</li> <li>AwsLambdaInstrumentor sets <code>cloud.account.id</code> span attribute (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/2367">#2367</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/commits">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information