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/18837
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 11/1/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/uv/dev/opentelemetry-api-1.38.0`
---
### 📝 Commits (1)
- [`0b919fb`](https://github.com/open-webui/open-webui/commit/0b919fb8a02bdc2aaf5b4f8a9603618dbfbc13c5) chore(deps): bump opentelemetry-api from 1.37.0 to 1.38.0
### 📊 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.37.0 to 1.38.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md">opentelemetry-api's changelog</a>.</em></p>
<blockquote>
<h2>Version 1.38.0/0.59b0 (2025-10-16)</h2>
<ul>
<li>Add <code>rstcheck</code> to pre-commit to stop introducing invalid RST
(<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4755">#4755</a>)</li>
<li>logs: extend Logger.emit to accept separated keyword arguments
(<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4737">#4737</a>)</li>
<li>logs: add warnings for classes that would be deprecated and renamed in 1.39.0
(<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/pull/4771">#4771</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/1f68134481c46e476a127b61a36dc69889275d15"><code>1f68134</code></a> Prepare release 1.38.0/0.59b0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4777">#4777</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/f1de47ff906f4b449f8c2c83b54957e657f1a962"><code>f1de47f</code></a> Warnings before removals (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4771">#4771</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/1797c1df54983617e4690674f3a588bfaf676874"><code>1797c1d</code></a> docs (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4774">#4774</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/daae23bc7f5514003d1e262730c409875d12d77d"><code>daae23b</code></a> opentelemetry-sdk: be less picky about deprecated LogRecord interface (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4762">#4762</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/da155941bf1d459e7a3049c7e3ea7f1139650a49"><code>da15594</code></a> Fixup LogRecord.emit signature (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4737">#4737</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/b63f643a4ae530b69ee8031076da14dc3d36344c"><code>b63f643</code></a> Add <code>exporter/opentelemetry-exporter-otlp-proto-grpc</code> to the pyright include ...</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/6f97ed8482610f70ad6c295d1c14a21af7bc3417"><code>6f97ed8</code></a> Add rstcheck to pre-commit (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4755">#4755</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/5c8269c2d33617cca26c63e8627aec89e0d79b17"><code>5c8269c</code></a> removed references to batch processor (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4751">#4751</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/e75b0ab749020b5c58502b08026b2825641b8c05"><code>e75b0ab</code></a> Update version to 1.38.0.dev/0.59b0.dev (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4744">#4744</a>)</li>
<li><a href="https://github.com/open-telemetry/opentelemetry-python/commit/359f4368f1df832cfb5f7853ae721d4748d06cad"><code>359f436</code></a> opentelemetry-sdk: fix formatting (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python/issues/4746">#4746</a>)</li>
<li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-python/compare/v1.37.0...v1.38.0">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/18837
Author: @dependabot[bot]
Created: 11/1/2025
Status: ❌ Closed
Base:
dev← Head:dependabot/uv/dev/opentelemetry-api-1.38.0📝 Commits (1)
0b919fbchore(deps): bump opentelemetry-api from 1.37.0 to 1.38.0📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps opentelemetry-api from 1.37.0 to 1.38.0.
Changelog
Sourced from opentelemetry-api's changelog.
Commits
1f68134Prepare release 1.38.0/0.59b0 (#4777)f1de47fWarnings before removals (#4771)1797c1ddocs (#4774)daae23bopentelemetry-sdk: be less picky about deprecated LogRecord interface (#4762)da15594Fixup LogRecord.emit signature (#4737)b63f643Addexporter/opentelemetry-exporter-otlp-proto-grpcto the pyright include ...6f97ed8Add rstcheck to pre-commit (#4755)5c8269cremoved references to batch processor (#4751)e75b0abUpdate version to 1.38.0.dev/0.59b0.dev (#4744)359f436opentelemetry-sdk: fix formatting (#4746)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.