[PR #18776] [CLOSED] chore(deps): bump azure-identity from 1.25.0 to 1.25.1 in /backend #11721

Closed
opened 2025-11-11 19:39:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dependabot/pip/backend/dev/azure-identity-1.25.1


📝 Commits (1)

  • 5346738 chore(deps): bump azure-identity from 1.25.0 to 1.25.1 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps azure-identity from 1.25.0 to 1.25.1.

Release notes

Sourced from azure-identity's releases.

azure-identity_1.25.1

1.25.1 (2025-10-06)

Other Changes

  • When AZURE_TOKEN_CREDENTIALS is set to ManagedIdentityCredential, DefaultAzureCredential now skips the IMDS endpoint probe request and directly attempts token acquisition with full retry logic, matching the behavior of using ManagedIdentityCredential standalone. (#43080)
  • Improved error messages from ManagedIdentityCredential to include the full error response from managed identity endpoints for better troubleshooting. (#43231)
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/18776 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/azure-identity-1.25.1` --- ### 📝 Commits (1) - [`5346738`](https://github.com/open-webui/open-webui/commit/5346738eafc2c45b132566c23dc8b79dc57bf204) chore(deps): bump azure-identity from 1.25.0 to 1.25.1 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.25.0 to 1.25.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Azure/azure-sdk-for-python/releases">azure-identity's releases</a>.</em></p> <blockquote> <h2>azure-identity_1.25.1</h2> <h2>1.25.1 (2025-10-06)</h2> <h3>Other Changes</h3> <ul> <li>When <code>AZURE_TOKEN_CREDENTIALS</code> is set to <code>ManagedIdentityCredential</code>, <code>DefaultAzureCredential</code> now skips the IMDS endpoint probe request and directly attempts token acquisition with full retry logic, matching the behavior of using <code>ManagedIdentityCredential</code> standalone. (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/43080">#43080</a>)</li> <li>Improved error messages from <code>ManagedIdentityCredential</code> to include the full error response from managed identity endpoints for better troubleshooting. (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/43231">#43231</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/dbf147506014177ceb85ca4cf5e90eef5a5d4660"><code>dbf1475</code></a> [Identity] Update changelog (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/43249">#43249</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/949e5b8d351d97b1abafb3fda49880bf2aaf401d"><code>949e5b8</code></a> Added response hook to replace throughput (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/43243">#43243</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/65f6f1ac22eca4f5b3218279c73cc1e6568b29f3"><code>65f6f1a</code></a> Rename Path Efficiency to Task Navigation Efficiency Evaluator and Return Onl...</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/772ee5ad10ad7f4867044ea39ce516f9dd3cc5bc"><code>772ee5a</code></a> Rename Tool Call Accuracy Evaluator to Tool Call Quality (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/43246">#43246</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/05f1eae0b18abc85f5ffb759f943268dac9e06c5"><code>05f1eae</code></a> Rename Task Success Evaluator to Task Completion Evaluator (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/43190">#43190</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/07395dd0dbdc75b25f5fc2ac8ff82a8824b5a90f"><code>07395dd</code></a> [Identity] Skip IMDS probe when MI selected in DAC via env (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/43080">#43080</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/b0ec83c3f0ad69dd40aaf7e2c832616ea01060fc"><code>b0ec83c</code></a> Revert behavior change introduced in <a href="https://github.com/Azure/azure-sdk-tools">https://github.com/Azure/azure-sdk-tools</a>...</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/33bbf3517faa8e0b285faa1b3b7241c00c50e7a8"><code>33bbf35</code></a> [Identity] Improve MI error messages (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/43231">#43231</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/f837589b09b3f37f3576ee4c752db56e9a281a81"><code>f837589</code></a> update verifywhl to check that one of homepage/repository exists (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/43188">#43188</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/befebbf01f86e85a12b5f9a16adc3d2c5175703c"><code>befebbf</code></a> update pinned apistub version 0.3.23 (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/43237">#43237</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.25.0...azure-identity_1.25.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure-identity&package-manager=pip&previous-version=1.25.0&new-version=1.25.1)](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:39:36 -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#11721