[PR #12251] [CLOSED] build(deps): bump opentelemetry-api from 1.30.0 to 1.31.1 in /backend #77751

Closed
opened 2026-05-13 11:17:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dependabot/pip/backend/dev/opentelemetry-api-1.31.1


📝 Commits (1)

  • 2b7b14f build(deps): bump opentelemetry-api from 1.30.0 to 1.31.1 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps opentelemetry-api from 1.30.0 to 1.31.1.

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.31.1/0.52b1 (2025-03-20)

  • api: Revert record BaseException change in trace_api.use_span() (#4494)

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)
  • Fix env var error message for TraceLimits/SpanLimits (#4458)
  • pylint-ci updated python version to 3.13 (#4450)
Commits

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/12251 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/opentelemetry-api-1.31.1` --- ### 📝 Commits (1) - [`2b7b14f`](https://github.com/open-webui/open-webui/commit/2b7b14f4a4cc0d1e47373e004ee529048389542f) build(deps): bump opentelemetry-api from 1.30.0 to 1.31.1 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) from 1.30.0 to 1.31.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python/blob/v1.31.1/CHANGELOG.md">opentelemetry-api's changelog</a>.</em></p> <blockquote> <h2>Version 1.31.1/0.52b1 (2025-03-20)</h2> <ul> <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> </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> <li>Fix env var error message for TraceLimits/SpanLimits (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4458">#4458</a>)</li> <li>pylint-ci updated python version to 3.13 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4450">#4450</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/74509a111acd486d195ec5ea8478c8ccbf1f93c1"><code>74509a1</code></a> Prepare release 1.31.1/0.52b1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4496">#4496</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/878b5f142eaffb24cf10735c83c2bee47b2e7886"><code>878b5f1</code></a> [release/v1.31.x-0.52bx] api: revert catching BaseException in trace.use_span...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/084945c4c2b34f6d3de71717d6413753210a2bb5"><code>084945c</code></a> [release/v1.31.x-0.52bx] Prepare release 1.31.0/0.52b0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4481">#4481</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/02598db4e564d7ef47aa51a76891bda213b48f32"><code>02598db</code></a> chore: update py version in lint workflow to 3.13 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4450">#4450</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/7acbfb49c1e6a7d1c9207433665e9fefd4703e62"><code>7acbfb4</code></a> Make pyright run in standard mode (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4425">#4425</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/b139a97a20344da0ab34184774b5e579d5c68a64"><code>b139a97</code></a> Generate semantic conventions 1.31.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4471">#4471</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/24509430c0c55bab0c9166692d86e7450ff32dd0"><code>2450943</code></a> introducing uv in core (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4451">#4451</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/6754bd27a9d4a253e0834be826830e48ebaef3e1"><code>6754bd2</code></a> add benchmark test for baggage (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4468">#4468</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/e01fa0c77a7be0af77d008a888c2b6a707b05c3d"><code>e01fa0c</code></a> Change affiliation for emdneto (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4464">#4464</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/edfe31ec1ff710f543c0aa29494c223a484a24bd"><code>edfe31e</code></a> Add optional type hinting to arguments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4455">#4455</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-python/compare/v1.30.0...v1.31.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=opentelemetry-api&package-manager=pip&previous-version=1.30.0&new-version=1.31.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-05-13 11:17:12 -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#77751