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> -> <code>code.function.name</code>, <code>code.lineno</code> -> <code>code.line.number</code>, <code>code.filepath</code> -> <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 "deprecated" 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 />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15433
Author: @dependabot[bot]
Created: 7/1/2025
Status: ❌ Closed
Base:
dev← Head:dependabot/uv/dev/opentelemetry-api-1.34.1📝 Commits (1)
fc34bbbbuild(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.
... (truncated)
Commits
f55810dPrepare release 1.34.1/0.55b1 (#4628)9947e08Add span exporter property to batch span processor (#4621)52ff039Fix invalidtype: ignorethat causes mypy to ignore the whole file (#4618)74645c0Prepare release 1.34.0/0.55b0 (#4612)12bcd45Fix flaky test that tests lots of threads calling emit. Make sure tests shutd...8675ab7Chore: Drop support for Python 3.8 (#4520)1292c80Bump semantic conventions to 1.34.0 (#4599)6ea3c0fFix format_trace_id and format_span_id docstrings (#4570)c9ad4bcchore: replace "deprecated" packages with PEP702 (#4522)3497e66UpdateBatchSpanProcessorto use newBatchProcessorclass (#4580)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.