[PR #13381] [CLOSED] build(deps): bump opentelemetry-exporter-otlp from 1.31.1 to 1.32.1 #23176

Closed
opened 2026-04-20 04:40:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/13381
Author: @dependabot[bot]
Created: 5/1/2025
Status: Closed

Base: devHead: dependabot/uv/dev/opentelemetry-exporter-otlp-1.32.1


📝 Commits (1)

  • 0053659 build(deps): bump opentelemetry-exporter-otlp from 1.31.1 to 1.32.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps opentelemetry-exporter-otlp from 1.31.1 to 1.32.1.

Changelog

Sourced from opentelemetry-exporter-otlp's changelog.

Version 1.32.1/0.53b1 (2025-04-15)

Version 1.32.0/0.53b0 (2025-04-10)

  • Fix user agent in OTLP HTTP metrics exporter (#4475)
  • Improve performance of baggage operations (#4466)
  • sdk: remove duplicated constant definitions for environment_variables (#4491)
  • api: Revert record BaseException change in trace_api.use_span() (#4494)
  • Improve CI by cancelling stale runs and setting timeouts (#4498)
  • Patch logging.basicConfig so OTel logs don't cause console logs to disappear (#4436)
  • Bump semantic conventions to 1.32.0 (#4530)
  • Fix ExplicitBucketHistogramAggregation to handle multiple explicit bucket boundaries advisories (#4521)
  • opentelemetry-sdk: Fix serialization of objects in log handler (#4528)

Version 1.31.0/0.52b0 (2025-03-12)

  • semantic-conventions: Bump to 1.31.0 (#4471)
  • Add type annotations to context's attach & detach (#4346)
  • Fix OTLP encoders missing instrumentation scope schema url and attributes (#4359)
  • prometheus-exporter: fix labels out of place for data points with different attribute sets (#4413)
  • Type indent parameter in to_json (#4402)
  • Tolerates exceptions when loading resource detectors via OTEL_EXPERIMENTAL_RESOURCE_DETECTORS (#4373)
  • Disconnect gRPC client stub when shutting down OTLPSpanExporter (#4370)
  • opentelemetry-sdk: fix OTLP exporting of Histograms with explicit buckets advisory (#4434)
  • opentelemetry-exporter-otlp-proto-grpc: better dependency version range for Python 3.13 (#4444)
  • opentelemetry-exporter-opencensus: better dependency version range for Python 3.13 (#4444)
  • Updated tracecontext-integration-test gitref to d782773b2cf2fa4afd6a80a93b289d8a74ca894d (#4448)
  • Make trace_api.use_span() record BaseException as well as Exception (#4406)

... (truncated)

Commits
  • 939378c [release/v1.32.x-0.53bx] Prepare release 1.32.1/0.53b1 (#4546)
  • 0c35ba6 [release/1.32.x-0.53bx] Prepare for 1.32.1 (#4545)
  • 1f5151c [release/v1.32.x-0.53bx] Prepare release 1.32.0/0.53b0 (#4538)
  • 4dc6b3b fix: log and trace processor memory leak (#4449)
  • 34b3ac6 adding logging format lint check (#4525)
  • 9b5af99 Bump semantic conventions to 1.32.0 (#4530)
  • 0556052 opentelemetry-sdk: fix serialization of objects in log handler (#4528)
  • 7090f38 Delete duplicated OTLP Exporter tests, move them to the mixin unit test. Fix ...
  • 3644a1e Ensure a console logging handler is set when using auto-instrumentation (#4436)
  • 80593c2 opentelemetry-sdk: fix explicit histogram aggregation to handle multiple expl...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/13381 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/uv/dev/opentelemetry-exporter-otlp-1.32.1` --- ### 📝 Commits (1) - [`0053659`](https://github.com/open-webui/open-webui/commit/0053659073fa0eab94ece6efc2d06b3b2e839c4f) build(deps): bump opentelemetry-exporter-otlp from 1.31.1 to 1.32.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-python) from 1.31.1 to 1.32.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python/blob/v1.32.1/CHANGELOG.md">opentelemetry-exporter-otlp's changelog</a>.</em></p> <blockquote> <h2>Version 1.32.1/0.53b1 (2025-04-15)</h2> <h2>Version 1.32.0/0.53b0 (2025-04-10)</h2> <ul> <li>Fix user agent in OTLP HTTP metrics exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4475">#4475</a>)</li> <li>Improve performance of baggage operations (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4466">#4466</a>)</li> <li>sdk: remove duplicated constant definitions for <code>environment_variables</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4491">#4491</a>)</li> <li>api: Revert record <code>BaseException</code> change in <code>trace_api.use_span()</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4494">#4494</a>)</li> <li>Improve CI by cancelling stale runs and setting timeouts (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4498">#4498</a>)</li> <li>Patch logging.basicConfig so OTel logs don't cause console logs to disappear (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4436">#4436</a>)</li> <li>Bump semantic conventions to 1.32.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4530">#4530</a>)</li> <li>Fix ExplicitBucketHistogramAggregation to handle multiple explicit bucket boundaries advisories (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4521">#4521</a>)</li> <li>opentelemetry-sdk: Fix serialization of objects in log handler (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4528">#4528</a>)</li> </ul> <h2>Version 1.31.0/0.52b0 (2025-03-12)</h2> <ul> <li>semantic-conventions: Bump to 1.31.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4471">#4471</a>)</li> <li>Add type annotations to context's attach &amp; detach (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4346">#4346</a>)</li> <li>Fix OTLP encoders missing instrumentation scope schema url and attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4359">#4359</a>)</li> <li>prometheus-exporter: fix labels out of place for data points with different attribute sets (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4413">#4413</a>)</li> <li>Type indent parameter in to_json (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4402">#4402</a>)</li> <li>Tolerates exceptions when loading resource detectors via <code>OTEL_EXPERIMENTAL_RESOURCE_DETECTORS</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4373">#4373</a>)</li> <li>Disconnect gRPC client stub when shutting down <code>OTLPSpanExporter</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4370">#4370</a>)</li> <li>opentelemetry-sdk: fix OTLP exporting of Histograms with explicit buckets advisory (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4434">#4434</a>)</li> <li>opentelemetry-exporter-otlp-proto-grpc: better dependency version range for Python 3.13 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4444">#4444</a>)</li> <li>opentelemetry-exporter-opencensus: better dependency version range for Python 3.13 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4444">#4444</a>)</li> <li>Updated <code>tracecontext-integration-test</code> gitref to <code>d782773b2cf2fa4afd6a80a93b289d8a74ca894d</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4448">#4448</a>)</li> <li>Make <code>trace_api.use_span()</code> record <code>BaseException</code> as well as <code>Exception</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4406">#4406</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/939378caac0018ce0d0478be39e80a31c08e0724"><code>939378c</code></a> [release/v1.32.x-0.53bx] Prepare release 1.32.1/0.53b1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4546">#4546</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/0c35ba6184ecc083d861da94367eae47d29694b7"><code>0c35ba6</code></a> [release/1.32.x-0.53bx] Prepare for 1.32.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4545">#4545</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/1f5151c8337cc5df98cadb4fefd859bc8c07f634"><code>1f5151c</code></a> [release/v1.32.x-0.53bx] Prepare release 1.32.0/0.53b0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4538">#4538</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/4dc6b3b95d59cfab762e14f83325cd5efd8a2a0f"><code>4dc6b3b</code></a> fix: log and trace processor memory leak (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4449">#4449</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/34b3ac68cccd63ba44c05a568be94218cd6ed198"><code>34b3ac6</code></a> adding logging format lint check (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4525">#4525</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/9b5af99acc14fffd279e3782485529d26d664904"><code>9b5af99</code></a> Bump semantic conventions to 1.32.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4530">#4530</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/0556052baba21b677ec3c10c8e20b672f11f7a00"><code>0556052</code></a> opentelemetry-sdk: fix serialization of objects in log handler (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4528">#4528</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/7090f38ae9564bcaf451781d472975119801b990"><code>7090f38</code></a> Delete duplicated OTLP Exporter tests, move them to the mixin unit test. Fix ...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/3644a1e17915aa7e8820dbacc1402338f9bfbb1b"><code>3644a1e</code></a> Ensure a console logging handler is set when using auto-instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4436">#4436</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/80593c23d0740523951656dfefc4ba8c9efd99c0"><code>80593c2</code></a> opentelemetry-sdk: fix explicit histogram aggregation to handle multiple expl...</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-python/compare/v1.31.1...v1.32.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=opentelemetry-exporter-otlp&package-manager=uv&previous-version=1.31.1&new-version=1.32.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 04:40:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#23176