[PR #18796] [CLOSED] chore(deps): bump opentelemetry-instrumentation-fastapi from 0.58b0 to 0.59b0 in /backend #11741

Closed
opened 2025-11-11 19:55:46 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dependabot/pip/backend/dev/opentelemetry-instrumentation-fastapi-0.59b0


📝 Commits (1)

  • 9547d35 chore(deps): bump opentelemetry-instrumentation-fastapi in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps opentelemetry-instrumentation-fastapi from 0.58b0 to 0.59b0.

Changelog

Sourced from opentelemetry-instrumentation-fastapi's changelog.

Version 1.38.0/0.59b0 (2025-10-16)

Fixed

  • opentelemetry-instrumentation-flask: Do not record http.server.duration metrics for excluded URLs. (#3794)
  • opentelemetry-instrumentation-botocore: migrate off the deprecated events API to use the logs API (#3624)
  • opentelemetry-instrumentation-dbapi: fix crash retrieving libpq version when enabling commenter with psycopg (#3796)
  • opentelemetry-instrumentation-fastapi: Fix handling of APIRoute subclasses (#3681)

Added

  • opentelemetry-instrumentation-botocore: Add support for AWS Secrets Manager semantic convention attribute (#3765)
  • opentelemetry-instrumentation-dbapi: Add support for commenter_options in trace_integration function to control SQLCommenter behavior (#3743)
  • Add rstcheck to pre-commit to stop introducing invalid RST (#3777)
  • opentelemetry-exporter-credential-provider-gcp: create this package which provides support for supplying your machine's Application Default Credentials (https://cloud.google.com/docs/authentication/application-default-credentials) to the OTLP Exporters created automatically by OpenTelemetry Python's auto instrumentation. These credentials authorize OTLP traces to be sent to telemetry.googleapis.com. #3766.
  • opentelemetry-instrumentation-psycopg: Add missing parameter capture_parameters to instrumentor. (#3676)
  • opentelemetry-instrumentation-dbapi: Adds sqlcommenter to documentation. (#3720)
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/18796 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/opentelemetry-instrumentation-fastapi-0.59b0` --- ### 📝 Commits (1) - [`9547d35`](https://github.com/open-webui/open-webui/commit/9547d3580eceaccf28b4b15fe778b7c6ff2e649f) chore(deps): bump opentelemetry-instrumentation-fastapi 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-fastapi](https://github.com/open-telemetry/opentelemetry-python-contrib) from 0.58b0 to 0.59b0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md">opentelemetry-instrumentation-fastapi's changelog</a>.</em></p> <blockquote> <h2>Version 1.38.0/0.59b0 (2025-10-16)</h2> <h3>Fixed</h3> <ul> <li><code>opentelemetry-instrumentation-flask</code>: Do not record <code>http.server.duration</code> metrics for excluded URLs. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3794">#3794</a>)</li> <li><code>opentelemetry-instrumentation-botocore</code>: migrate off the deprecated events API to use the logs API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3624">#3624</a>)</li> <li><code>opentelemetry-instrumentation-dbapi</code>: fix crash retrieving libpq version when enabling commenter with psycopg (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3796">#3796</a>)</li> <li><code>opentelemetry-instrumentation-fastapi</code>: Fix handling of APIRoute subclasses (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3681">#3681</a>)</li> </ul> <h3>Added</h3> <ul> <li><code>opentelemetry-instrumentation-botocore</code>: Add support for AWS Secrets Manager semantic convention attribute (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3765">#3765</a>)</li> <li><code>opentelemetry-instrumentation-dbapi</code>: Add support for <code>commenter_options</code> in <code>trace_integration</code> function to control SQLCommenter behavior (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3743">#3743</a>)</li> <li>Add <code>rstcheck</code> to pre-commit to stop introducing invalid RST (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3777">#3777</a>)</li> <li><code>opentelemetry-exporter-credential-provider-gcp</code>: create this package which provides support for supplying your machine's Application Default Credentials (<a href="https://cloud.google.com/docs/authentication/application-default-credentials">https://cloud.google.com/docs/authentication/application-default-credentials</a>) to the OTLP Exporters created automatically by OpenTelemetry Python's auto instrumentation. These credentials authorize OTLP traces to be sent to <code>telemetry.googleapis.com</code>. <a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3766">#3766</a>.</li> <li><code>opentelemetry-instrumentation-psycopg</code>: Add missing parameter <code>capture_parameters</code> to instrumentor. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3676">#3676</a>)</li> <li><code>opentelemetry-instrumentation-dbapi</code>: Adds sqlcommenter to documentation. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-python-contrib/pull/3720">#3720</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-fastapi&package-manager=pip&previous-version=0.58b0&new-version=0.59b0)](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 2025-11-11 19:55:46 -06: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#11741