[PR #17954] [CLOSED] build(deps): bump opentelemetry-instrumentation-requests from 0.57b0 to 0.58b0 #63477

Closed
opened 2026-05-06 08:17:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dependabot/uv/dev/opentelemetry-instrumentation-requests-0.58b0


📝 Commits (1)

  • df40a90 build(deps): bump opentelemetry-instrumentation-requests

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps opentelemetry-instrumentation-requests from 0.57b0 to 0.58b0.

Changelog

Sourced from opentelemetry-instrumentation-requests's changelog.

Version 1.37.0/0.58b0 (2025-09-11)

Fixed

  • opentelemetry-instrumentation-fastapi: Fix middleware ordering to cover all exception handling use cases. (#3664)
  • opentelemetry-instrumentation-asgi: Make all user hooks failsafe and record exceptions in hooks. (#3664)
  • opentelemetry-instrumentation-fastapi: Fix memory leak in uninstrument_app() by properly removing apps from the tracking set (#3688)
  • opentelemetry-instrumentation-tornado Fix server (request) duration metric calculation (#3679)
  • opentelemetry-instrumentation-tornado: Fix to properly skip all server telemetry when URL excluded. (#3680)
  • opentelemetry-instrumentation: Avoid calls to context.detach with None token. (#3673)
  • opentelemetry-instrumentation-starlette/opentelemetry-instrumentation-fastapi: Fixes a crash when host-based routing is used (#3507)
  • Fix documentation order of sections and headers for Django, Flask, MySQL, mysqlclient, psycopg, psycopg2, pymysql, sqlalchemy instrumentations. (#3719)
  • opentelemetry-instrumentation-asgi Fixed an issue where FastAPI reports IP instead of URL. (#3670)
  • opentelemetry-instrumentation-httpx: fix missing metric response attributes when tracing is disabled (#3615)
  • opentelemetry-instrumentation-fastapi: Don't pass bounded server_request_hook when using FastAPIInstrumentor.instrument() (#3701)

Added

  • opentelemetry-instrumentation-confluent-kafka Add support for confluent-kafka <=2.11.0 (#3685)
  • opentelemetry-instrumentation-system-metrics: Add cpython.gc.collected_objects and cpython.gc.uncollectable_objects metrics (#3666)
  • opentelemetry-sdk-extension-aws Add AWS X-Ray Remote Sampler with initial Rules Poller implementation (#3366)
  • opentelemetry-instrumentation: add support for OTEL_PYTHON_AUTO_INSTRUMENTATION_EXPERIMENTAL_GEVENT_PATCH to inform opentelemetry-instrument about gevent monkeypatching (#3699)
  • opentelemetry-instrumentation: botocore: Add support for AWS Step Functions semantic convention attributes (#3737)
  • opentelemetry-instrumentation-botocore: Add support for SNS semantic convention attribute aws.sns.topic.arn (#3734)
  • opentelemetry-instrumentation: botocore: upgrade moto package from 5.0.9 to 5.1.11 (#3736)
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/17954 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/uv/dev/opentelemetry-instrumentation-requests-0.58b0` --- ### 📝 Commits (1) - [`df40a90`](https://github.com/open-webui/open-webui/commit/df40a903c1976b6fc5e4dd6e906fcc457c7a76eb) build(deps): bump opentelemetry-instrumentation-requests ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [opentelemetry-instrumentation-requests](https://github.com/open-telemetry/opentelemetry-python-contrib) from 0.57b0 to 0.58b0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md">opentelemetry-instrumentation-requests's changelog</a>.</em></p> <blockquote> <h2>Version 1.37.0/0.58b0 (2025-09-11)</h2> <h3>Fixed</h3> <ul> <li><code>opentelemetry-instrumentation-fastapi</code>: Fix middleware ordering to cover all exception handling use cases. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3664">#3664</a>)</li> <li><code>opentelemetry-instrumentation-asgi</code>: Make all user hooks failsafe and record exceptions in hooks. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3664">#3664</a>)</li> <li><code>opentelemetry-instrumentation-fastapi</code>: Fix memory leak in <code>uninstrument_app()</code> by properly removing apps from the tracking set (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3688">#3688</a>)</li> <li><code>opentelemetry-instrumentation-tornado</code> Fix server (request) duration metric calculation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3679">#3679</a>)</li> <li><code>opentelemetry-instrumentation-tornado</code>: Fix to properly skip all server telemetry when URL excluded. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3680">#3680</a>)</li> <li><code>opentelemetry-instrumentation</code>: Avoid calls to <code>context.detach</code> with <code>None</code> token. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3673">#3673</a>)</li> <li><code>opentelemetry-instrumentation-starlette</code>/<code>opentelemetry-instrumentation-fastapi</code>: Fixes a crash when host-based routing is used (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3507">#3507</a>)</li> <li>Fix documentation order of sections and headers for Django, Flask, MySQL, mysqlclient, psycopg, psycopg2, pymysql, sqlalchemy instrumentations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3719">#3719</a>)</li> <li><code>opentelemetry-instrumentation-asgi</code> Fixed an issue where FastAPI reports IP instead of URL. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3670">#3670</a>)</li> <li><code>opentelemetry-instrumentation-httpx</code>: fix missing metric response attributes when tracing is disabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3615">#3615</a>)</li> <li><code>opentelemetry-instrumentation-fastapi</code>: Don't pass bounded server_request_hook when using <code>FastAPIInstrumentor.instrument()</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3701">#3701</a>)</li> </ul> <h3>Added</h3> <ul> <li><code>opentelemetry-instrumentation-confluent-kafka</code> Add support for confluent-kafka &lt;=2.11.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3685">#3685</a>)</li> <li><code>opentelemetry-instrumentation-system-metrics</code>: Add <code>cpython.gc.collected_objects</code> and <code>cpython.gc.uncollectable_objects</code> metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3666">#3666</a>)</li> <li><code>opentelemetry-sdk-extension-aws</code> Add AWS X-Ray Remote Sampler with initial Rules Poller implementation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3366">#3366</a>)</li> <li><code>opentelemetry-instrumentation</code>: add support for <code>OTEL_PYTHON_AUTO_INSTRUMENTATION_EXPERIMENTAL_GEVENT_PATCH</code> to inform opentelemetry-instrument about gevent monkeypatching (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3699">#3699</a>)</li> <li><code>opentelemetry-instrumentation</code>: botocore: Add support for AWS Step Functions semantic convention attributes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3737">#3737</a>)</li> <li><code>opentelemetry-instrumentation-botocore</code>: Add support for SNS semantic convention attribute aws.sns.topic.arn (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3734">#3734</a>)</li> <li><code>opentelemetry-instrumentation</code>: botocore: upgrade moto package from 5.0.9 to 5.1.11 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3736">#3736</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=opentelemetry-instrumentation-requests&package-manager=uv&previous-version=0.57b0&new-version=0.58b0)](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-06 08:17:00 -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#63477