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/14569
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 6/1/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/uv/dev/opentelemetry-sdk-1.33.1`
---
### 📝 Commits (1)
- [`eee0bce`](https://github.com/open-webui/open-webui/commit/eee0bce6a563e881843938d0b9eade42acae1210) build(deps): bump opentelemetry-sdk from 1.32.1 to 1.33.1
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
</details>
### 📄 Description
Bumps [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) from 1.32.1 to 1.33.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python/blob/v1.33.1/CHANGELOG.md">opentelemetry-sdk's changelog</a>.</em></p>
<blockquote>
<h2>Version 1.33.1/0.54b1 (2025-05-16)</h2>
<ul>
<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>
</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>
<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 & 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</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/acae2c232b101d3e447a82a7161355d66aa06fa2"><code>acae2c2</code></a> Prepare release 1.33.1/0.54b1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4590">#4590</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/4dad82ad3c0a15fbc95b7c15c98aa85715876ad1"><code>4dad82a</code></a> Fix max recursion bug by removing logging.log calls in emit (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4588">#4588</a>) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4589">#4589</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/65904db0316c9b02d9e8ec9719cf022341a69570"><code>65904db</code></a> Prepare release 1.33.0/0.54b0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4573">#4573</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/77a09e7406592bf671297274973cdc7b218b7c1e"><code>77a09e7</code></a> opentelemetry-api: review get_logger documentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4507">#4507</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/a0fbda1034b91a8f4a0f65bb5bfe7e52d78d7b00"><code>a0fbda1</code></a> Bump semantic conventions to 1.33.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4567">#4567</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/f55bceca6f13265204c0e1b1813d059df9fcb518"><code>f55bcec</code></a> Handle None in OTEL_PROPAGATORS (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4553">#4553</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/e46db882882a6cbf8c43ef6bb7050510514e81ca"><code>e46db88</code></a> infra: Automate SHA procedure during releases (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4547">#4547</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/00329e07fb01d7c3e43bb513fe9be3748745c52e"><code>00329e0</code></a> Refactor BatchLogRecordProcessor and associated tests (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4535">#4535</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/adbec5008b4b308ab03522d1caac532344a17199"><code>adbec50</code></a> bugfix(exporter): ensure response is closed (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4477">#4477</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/1b1e8d80c764ad3aa76abfb56a7002ddea11fdb5"><code>1b1e8d8</code></a> opentelemetry-sdk: use stable code attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4508">#4508</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-python/compare/v1.32.1...v1.33.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/14569
Author: @dependabot[bot]
Created: 6/1/2025
Status: ❌ Closed
Base:
dev← Head:dependabot/uv/dev/opentelemetry-sdk-1.33.1📝 Commits (1)
eee0bcebuild(deps): bump opentelemetry-sdk from 1.32.1 to 1.33.1📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps opentelemetry-sdk from 1.32.1 to 1.33.1.
Changelog
Sourced from opentelemetry-sdk's changelog.
... (truncated)
Commits
acae2c2Prepare release 1.33.1/0.54b1 (#4590)4dad82aFix max recursion bug by removing logging.log calls in emit (#4588) (#4589)65904dbPrepare release 1.33.0/0.54b0 (#4573)77a09e7opentelemetry-api: review get_logger documentation (#4507)a0fbda1Bump semantic conventions to 1.33.0 (#4567)f55bcecHandle None in OTEL_PROPAGATORS (#4553)e46db88infra: Automate SHA procedure during releases (#4547)00329e0Refactor BatchLogRecordProcessor and associated tests (#4535)adbec50bugfix(exporter): ensure response is closed (#4477)1b1e8d8opentelemetry-sdk: use stable code attributes (#4508)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.