[PR #12529] [MERGED] build(deps): bump azure-identity from 1.20.0 to 1.21.0 in /backend #45996

Closed
opened 2026-04-29 20:36:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/12529
Author: @dependabot[bot]
Created: 4/7/2025
Status: Merged
Merged: 4/7/2025
Merged by: @tjbck

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


📝 Commits (1)

  • 5379c08 build(deps): bump azure-identity from 1.20.0 to 1.21.0 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps azure-identity from 1.20.0 to 1.21.0.

Release notes

Sourced from azure-identity's releases.

azure-identity_1.21.0

1.21.0 (2025-03-11)

Other Changes

  • Updated the asynchronous CertificateCredential to use the PS256 algorithm with PSS padding for certificate authentication in non-ADFS tenants. (#39761)
  • Deprecated UsernamePasswordCredential, as it doesn't support multifactor authentication (MFA). MFA will soon be enforced on all Microsoft Entra tenants. For more details, see Planning for mandatory MFA. (#39785)
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/12529 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/7/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/azure-identity-1.21.0` --- ### 📝 Commits (1) - [`5379c08`](https://github.com/open-webui/open-webui/commit/5379c08b9dfd544cf22fb75b50a9346fc9c9cb87) build(deps): bump azure-identity from 1.20.0 to 1.21.0 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.20.0 to 1.21.0. <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.21.0</h2> <h2>1.21.0 (2025-03-11)</h2> <h3>Other Changes</h3> <ul> <li>Updated the asynchronous <code>CertificateCredential</code> to use the PS256 algorithm with PSS padding for certificate authentication in non-ADFS tenants. (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/39761">#39761</a>)</li> <li>Deprecated <code>UsernamePasswordCredential</code>, as it doesn't support multifactor authentication (MFA). MFA will soon be enforced on all Microsoft Entra tenants. For more details, see <a href="https://aka.ms/mfaforazure">Planning for mandatory MFA</a>. (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/39785">#39785</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/105d69838a1bb11fd168dd2125bc9a209e35e1ca"><code>105d698</code></a> [Identity] Prep release (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/40009">#40009</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/57bc5f5b714cc2ded960754c63baa3f004d4470f"><code>57bc5f5</code></a> [Identity] Log user-assigned MI IDs (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/39621">#39621</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/07dfffc2b20773f5e9b9886a7ae8f60ee4cdea7f"><code>07dfffc</code></a> Remove UsernamePasswordCredential from list of credentials (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/39969">#39969</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/763c173f1f179d5ea075550f9b3ffe2c6b0548b2"><code>763c173</code></a> Fix AccessTokenInfo links on credential API ref pages (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/39983">#39983</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/a9576725d499e5bb0f2acd8d0b48c1dda6bf326b"><code>a957672</code></a> [Identity] Update async cert credential algorithm (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/39761">#39761</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/197d5d6ba14988c9e80acee10a7f91a2bc0ff64a"><code>197d5d6</code></a> Remove impressions pixels from Markdown files (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/39893">#39893</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/9da43f7ec1d0c461a936dc55e4d73eae81b959f6"><code>9da43f7</code></a> [Identity] Deprecate UsernamePasswordCredential (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/39785">#39785</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-python/commit/96b2d6ef0daf514981a244e5884432a1d3ad2c19"><code>96b2d6e</code></a> Increment package version after release of azure-identity (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/39679">#39679</a>)</li> <li>See full diff in <a href="https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.20.0...azure-identity_1.21.0">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.20.0&new-version=1.21.0)](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 20:36:37 -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#45996