[PR #14564] [CLOSED] build(deps): bump opentelemetry-instrumentation-redis from 0.53b1 to 0.54b0 in /backend #46554

Closed
opened 2026-04-29 21:24:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dependabot/pip/backend/dev/opentelemetry-instrumentation-redis-0.54b0


📝 Commits (1)

  • 0cb01db build(deps): bump opentelemetry-instrumentation-redis in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps opentelemetry-instrumentation-redis from 0.53b1 to 0.54b0.

Changelog

Sourced from opentelemetry-instrumentation-redis's changelog.

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

Added

  • opentelemetry-instrumentation-requests Support explicit_bucket_boundaries_advisory in duration metrics (#3464)
  • opentelemetry-instrumentation-redis Add support for redis client-specific instrumentation. (#3143)

Fixed

  • opentelemetry-instrumentation Catch ModuleNotFoundError when the library is not installed and log as debug instead of exception (#3423)
  • opentelemetry-instrumentation-asyncio Fix duplicate instrumentation (#3383)
  • opentelemetry-instrumentation-botocore Add GenAI instrumentation for additional Bedrock models for InvokeModel API (#3419)
  • opentelemetry-instrumentation don't print duplicated conflict log error message (#3432)
  • opentelemetry-instrumentation-grpc Check for None result in gRPC (#3380)
  • opentelemetry-instrumentation-[asynclick/click] Add missing opentelemetry-instrumentation dep (#3447)
  • opentelemetry-instrumentation-botocore Capture server attributes for botocore API calls (#3448)

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

Added

  • opentelemetry-instrumentation-asyncclick: new instrumentation to trace asyncclick commands (#3319)
  • opentelemetry-instrumentation-botocore Add support for GenAI tool events using Amazon Nova models and InvokeModel* APIs (#3385)
  • opentelemetry-instrumentation Make auto instrumentation use the same dependency resolver as manual instrumentation does (#3202)

Fixed

  • opentelemetry-instrumentation Fix client address is set to server address in new semconv (#3354)
  • opentelemetry-instrumentation-dbapi, opentelemetry-instrumentation-django, opentelemetry-instrumentation-sqlalchemy: Fix sqlcomment for non string query and composable object. (#3113)
  • opentelemetry-instrumentation-grpc Fix error when using gprc versions <= 1.50.0 with unix sockets. ([#3393])
  • opentelemetry-instrumentation-asyncio Fix duplicate instrumentation. ([#3383])
  • opentelemetry-instrumentation-aiokafka Fix send_and_wait method no headers kwargs error.

... (truncated)

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/14564 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/opentelemetry-instrumentation-redis-0.54b0` --- ### 📝 Commits (1) - [`0cb01db`](https://github.com/open-webui/open-webui/commit/0cb01dbd91192d948eff296d5c1c888a30b740a0) build(deps): bump opentelemetry-instrumentation-redis in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [opentelemetry-instrumentation-redis](https://github.com/open-telemetry/opentelemetry-python-contrib) from 0.53b1 to 0.54b0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md">opentelemetry-instrumentation-redis's changelog</a>.</em></p> <blockquote> <h2>Version 1.33.0/0.54b0 (2025-05-09)</h2> <h3>Added</h3> <ul> <li><code>opentelemetry-instrumentation-requests</code> Support explicit_bucket_boundaries_advisory in duration metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3464">#3464</a>)</li> <li><code>opentelemetry-instrumentation-redis</code> Add support for redis client-specific instrumentation. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3143">#3143</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>opentelemetry-instrumentation</code> Catch <code>ModuleNotFoundError</code> when the library is not installed and log as debug instead of exception (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3423">#3423</a>)</li> <li><code>opentelemetry-instrumentation-asyncio</code> Fix duplicate instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/3383">#3383</a>)</li> <li><code>opentelemetry-instrumentation-botocore</code> Add GenAI instrumentation for additional Bedrock models for InvokeModel API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3419">#3419</a>)</li> <li><code>opentelemetry-instrumentation</code> don't print duplicated conflict log error message (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3432">#3432</a>)</li> <li><code>opentelemetry-instrumentation-grpc</code> Check for None result in gRPC (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3381">#3380</a>)</li> <li><code>opentelemetry-instrumentation-[asynclick/click]</code> Add missing opentelemetry-instrumentation dep (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3447">#3447</a>)</li> <li><code>opentelemetry-instrumentation-botocore</code> Capture server attributes for botocore API calls (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3448">#3448</a>)</li> </ul> <h2>Version 1.32.0/0.53b0 (2025-04-10)</h2> <h3>Added</h3> <ul> <li><code>opentelemetry-instrumentation-asyncclick</code>: new instrumentation to trace asyncclick commands (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3319">#3319</a>)</li> <li><code>opentelemetry-instrumentation-botocore</code> Add support for GenAI tool events using Amazon Nova models and <code>InvokeModel*</code> APIs (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3385">#3385</a>)</li> <li><code>opentelemetry-instrumentation</code> Make auto instrumentation use the same dependency resolver as manual instrumentation does (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3202">#3202</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>opentelemetry-instrumentation</code> Fix client address is set to server address in new semconv (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3354">#3354</a>)</li> <li><code>opentelemetry-instrumentation-dbapi</code>, <code>opentelemetry-instrumentation-django</code>, <code>opentelemetry-instrumentation-sqlalchemy</code>: Fix sqlcomment for non string query and composable object. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3113">#3113</a>)</li> <li><code>opentelemetry-instrumentation-grpc</code> Fix error when using gprc versions &lt;= 1.50.0 with unix sockets. ([<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/3393">#3393</a>])</li> <li><code>opentelemetry-instrumentation-asyncio</code> Fix duplicate instrumentation. ([<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/issues/3383">#3383</a>])</li> <li><code>opentelemetry-instrumentation-aiokafka</code> Fix send_and_wait method no headers kwargs error.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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-redis&package-manager=pip&previous-version=0.53b1&new-version=0.54b0)](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-29 21:24:45 -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#46554