[PR #15433] [CLOSED] build(deps): bump opentelemetry-api from 1.32.1 to 1.34.1 #23829

Closed
opened 2026-04-20 05:03:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dependabot/uv/dev/opentelemetry-api-1.34.1


📝 Commits (1)

  • fc34bbb build(deps): bump opentelemetry-api from 1.32.1 to 1.34.1

📊 Changes

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

View changed files

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

📄 Description

Bumps opentelemetry-api from 1.32.1 to 1.34.1.

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.34.1/0.55b1 (2025-06-10)

  • opentelemetry-sdk: Fix invalid type: ignore that causes mypy to ignore the whole file (#4618)
  • Add span_exporter property back to BatchSpanProcessor class (#4621)

Version 1.34.0/0.55b0 (2025-06-04)

  • typecheck: add sdk/resources and drop mypy (#4578)
  • Refactor BatchLogRecordProcessor to simplify code and make the control flow more clear (#4562 and #4535).
  • Use PEP702 for marking deprecations (#4522)
  • Refactor BatchLogRecordProcessor and BatchSpanProcessor to simplify code and make the control flow more clear (#4562 #4535, and #4580).
  • Remove log messages from BatchLogRecordProcessor.emit, this caused the program to crash at shutdown with a max recursion error (#4586).
  • Configurable max retry timeout for grpc exporter (#4333)
  • opentelemetry-api: allow importlib-metadata 8.7.0 (#4593)
  • opentelemetry-test-utils: assert explicit bucket boundaries in histogram metrics (#4595)
  • Bump semantic conventions to 1.34.0 (#4599)
  • Drop support for Python 3.8 (#4520)

Version 1.33.0/0.54b0 (2025-05-09)

  • Fix intermittent Connection aborted error when using otlp/http exporters (#4477)
  • opentelemetry-sdk: use stable code attributes: code.function -> code.function.name, code.lineno -> code.line.number, code.filepath -> code.file.path (#4508)
  • Fix serialization of extended attributes for logs signal (#4342)
  • Handle OTEL_PROPAGATORS contains None (#4553)
  • docs: updated and added to the metrics and log examples (#4559)
  • Bump semantic conventions to 1.33.0 (#4567)

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

... (truncated)

Commits
  • f55810d Prepare release 1.34.1/0.55b1 (#4628)
  • 9947e08 Add span exporter property to batch span processor (#4621)
  • 52ff039 Fix invalid type: ignore that causes mypy to ignore the whole file (#4618)
  • 74645c0 Prepare release 1.34.0/0.55b0 (#4612)
  • 12bcd45 Fix flaky test that tests lots of threads calling emit. Make sure tests shutd...
  • 8675ab7 Chore: Drop support for Python 3.8 (#4520)
  • 1292c80 Bump semantic conventions to 1.34.0 (#4599)
  • 6ea3c0f Fix format_trace_id and format_span_id docstrings (#4570)
  • c9ad4bc chore: replace "deprecated" packages with PEP702 (#4522)
  • 3497e66 Update BatchSpanProcessor to use new BatchProcessor class (#4580)
  • 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/15433 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/uv/dev/opentelemetry-api-1.34.1` --- ### 📝 Commits (1) - [`fc34bbb`](https://github.com/open-webui/open-webui/commit/fc34bbb17d89fc87e30e48111ec45db8ac988c0a) build(deps): bump opentelemetry-api from 1.32.1 to 1.34.1 ### 📊 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.32.1 to 1.34.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python/blob/v1.34.1/CHANGELOG.md">opentelemetry-api's changelog</a>.</em></p> <blockquote> <h2>Version 1.34.1/0.55b1 (2025-06-10)</h2> <ul> <li>opentelemetry-sdk: Fix invalid <code>type: ignore</code> that causes mypy to ignore the whole file (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4618">#4618</a>)</li> <li>Add <code>span_exporter</code> property back to <code>BatchSpanProcessor</code> class (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4621">#4621</a>)</li> </ul> <h2>Version 1.34.0/0.55b0 (2025-06-04)</h2> <ul> <li>typecheck: add sdk/resources and drop mypy (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4578">#4578</a>)</li> <li>Refactor <code>BatchLogRecordProcessor</code> to simplify code and make the control flow more clear (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4562/">#4562</a> and <a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4535">#4535</a>).</li> <li>Use PEP702 for marking deprecations (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4522">#4522</a>)</li> <li>Refactor <code>BatchLogRecordProcessor</code> and <code>BatchSpanProcessor</code> to simplify code and make the control flow more clear (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4562/">#4562</a> <a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4535">#4535</a>, and <a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4580">#4580</a>).</li> <li>Remove log messages from <code>BatchLogRecordProcessor.emit</code>, this caused the program to crash at shutdown with a max recursion error (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4586">#4586</a>).</li> <li>Configurable max retry timeout for grpc exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4333">#4333</a>)</li> <li>opentelemetry-api: allow importlib-metadata 8.7.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4593">#4593</a>)</li> <li>opentelemetry-test-utils: assert explicit bucket boundaries in histogram metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4595">#4595</a>)</li> <li>Bump semantic conventions to 1.34.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4599">#4599</a>)</li> <li>Drop support for Python 3.8 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4520">#4520</a>)</li> </ul> <h2>Version 1.33.0/0.54b0 (2025-05-09)</h2> <ul> <li>Fix intermittent <code>Connection aborted</code> error when using otlp/http exporters (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4477">#4477</a>)</li> <li>opentelemetry-sdk: use stable code attributes: <code>code.function</code> -&gt; <code>code.function.name</code>, <code>code.lineno</code> -&gt; <code>code.line.number</code>, <code>code.filepath</code> -&gt; <code>code.file.path</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4508">#4508</a>)</li> <li>Fix serialization of extended attributes for logs signal (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4342">#4342</a>)</li> <li>Handle OTEL_PROPAGATORS contains None (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4553">#4553</a>)</li> <li>docs: updated and added to the metrics and log examples (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4559">#4559</a>)</li> <li>Bump semantic conventions to 1.33.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4567">#4567</a>)</li> </ul> <h2>Version 1.32.0/0.53b0 (2025-04-10)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/f55810dba1de5a597377459cc6601a0505ef53f9"><code>f55810d</code></a> Prepare release 1.34.1/0.55b1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4628">#4628</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/9947e08e181a8d47d7fe7f9e8e6cae983c23e6f3"><code>9947e08</code></a> Add span exporter property to batch span processor (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4621">#4621</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/52ff0393e80e991f3ce12e11b540348507731906"><code>52ff039</code></a> Fix invalid <code>type: ignore</code> that causes mypy to ignore the whole file (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4618">#4618</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/74645c06180383b57be1127a31483711fe778d83"><code>74645c0</code></a> Prepare release 1.34.0/0.55b0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4612">#4612</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/12bcd4508e4aca43667450db090a50b9efab9963"><code>12bcd45</code></a> Fix flaky test that tests lots of threads calling emit. Make sure tests shutd...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/8675ab7136a9204adc624e7b24e1795abcf135fc"><code>8675ab7</code></a> Chore: Drop support for Python 3.8 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4520">#4520</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/1292c80ef3dfaf4261ce8c2b5f2e295452be48f9"><code>1292c80</code></a> Bump semantic conventions to 1.34.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4599">#4599</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/6ea3c0f11a28a50349cc2a6a0da8cfe3e11a3fce"><code>6ea3c0f</code></a> Fix format_trace_id and format_span_id docstrings (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4570">#4570</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/c9ad4bc2cefc64a918f0cda3cf76c64379c87aea"><code>c9ad4bc</code></a> chore: replace &quot;deprecated&quot; packages with PEP702 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4522">#4522</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/3497e6662984edb345eaac4c4d3ac4872d438a55"><code>3497e66</code></a> Update <code>BatchSpanProcessor</code> to use new <code>BatchProcessor</code> class (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4580">#4580</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-python/compare/v1.32.1...v1.34.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=uv&previous-version=1.32.1&new-version=1.34.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 05:03:52 -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#23829