Fixed an issue with certain credentials not bypassing the token cache when claims are provided in get_token or get_token_info calls. (#44552) (#44815)
Fixed an issue where an unhelpful TypeError was raised during Entra ID token requests that returned empty responses. Now, a ClientAuthenticationError is raised with the full response for better troubleshooting. (#44258)
Other Changes
Bumped minimum dependency on msal to >=1.31.0.
Added debug logging of access token cache hits in several credentials to improve troubleshooting of token cache behavior. (#44963)
Replace instances of azure.core.pipeline.transport.HttpRequest with azure.core.rest.HttpRequest. (#44993)
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 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/22033
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 3/1/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/uv/dev/azure-identity-1.25.2`
---
### 📝 Commits (1)
- [`07dcce8`](https://github.com/open-webui/open-webui/commit/07dcce827f574121e8e1c87215a633b4c9c03ab6) chore(deps): bump azure-identity from 1.25.1 to 1.25.2
### 📊 Changes
**3 files changed** (+1364 additions, -1009 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
📝 `pyproject.toml` (+1 -1)
📝 `uv.lock` (+1362 -1007)
</details>
### 📄 Description
Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.25.1 to 1.25.2.
<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.2</h2>
<h2>1.25.2 (2026-02-10)</h2>
<h3>Bugs Fixed</h3>
<ul>
<li>Fixed an issue with certain credentials not bypassing the token cache when claims are provided in <code>get_token</code> or <code>get_token_info</code> calls. (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/44552">#44552</a>) (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/44815">#44815</a>)</li>
<li>Fixed an issue where an unhelpful TypeError was raised during Entra ID token requests that returned empty responses. Now, a ClientAuthenticationError is raised with the full response for better troubleshooting. (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/44258">#44258</a>)</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Bumped minimum dependency on <code>msal</code> to <code>>=1.31.0</code>.</li>
<li>Added debug logging of access token cache hits in several credentials to improve troubleshooting of token cache behavior. (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/44963">#44963</a>)</li>
<li>Replace instances of <code>azure.core.pipeline.transport.HttpRequest</code> with <code>azure.core.rest.HttpRequest</code>. (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/44993">#44993</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/3bdfb63001d329b807eb201a2e631c86782f0bf6"><code>3bdfb63</code></a> [Identity] Prepare release (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/45112">#45112</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/fa2d3355ea3cf595d7fee32eaa3e36224ff14485"><code>fa2d335</code></a> [Core] Update changelog for release (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/45114">#45114</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/9233cd88c9530a75740fbaaa8d291fad593109b6"><code>9233cd8</code></a> Cut over <code>test</code> runs from <code>tox</code> to <code>uv</code> venvs (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/44110">#44110</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/e25274db8c3870963f9e0c6d30b6f44c4f470536"><code>e25274d</code></a> foundry agent cannot use key auth (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/45056">#45056</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/7337d705a915aeb2372bd352ea8b09f30a4ff1e0"><code>7337d70</code></a> [Batch] Beta data plane SDK v15.1.0b3 Track 2 (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/44681">#44681</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/65612ca006a70d88b26dccc4c6fc9d6ba8699f17"><code>65612ca</code></a> Implement Input Validation for Agentic Evaluators (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/44618">#44618</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/5ec642f210d5c6b54671d7b7151a9382b8f9a066"><code>5ec642f</code></a> [core] Fix issues with url formatting (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/45044">#45044</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/496aeaec1a13fb04b70e76ed63cb60041627b834"><code>496aeae</code></a> Fix pylint(4.0.4) errors for exporter (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/45088">#45088</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/aa421d90e9d4d4281f2de72a14caf70efb3439c7"><code>aa421d9</code></a> App Config SDK/Provider Pylint Updates (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/45050">#45050</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/16dcd675ca72eb4e24715d6928d3d7f219c13b20"><code>16dcd67</code></a> [AutoPR azure-mgmt-resource-deploymentstacks]-generated-from-SDK Generation -...</li>
<li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.25.1...azure-identity_1.25.2">compare view</a></li>
</ul>
</details>
<br />
[](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 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/22033
Author: @dependabot[bot]
Created: 3/1/2026
Status: ❌ Closed
Base:
dev← Head:dependabot/uv/dev/azure-identity-1.25.2📝 Commits (1)
07dcce8chore(deps): bump azure-identity from 1.25.1 to 1.25.2📊 Changes
3 files changed (+1364 additions, -1009 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📝
pyproject.toml(+1 -1)📝
uv.lock(+1362 -1007)📄 Description
Bumps azure-identity from 1.25.1 to 1.25.2.
Release notes
Sourced from azure-identity's releases.
Commits
3bdfb63[Identity] Prepare release (#45112)fa2d335[Core] Update changelog for release (#45114)9233cd8Cut overtestruns fromtoxtouvvenvs (#44110)e25274dfoundry agent cannot use key auth (#45056)7337d70[Batch] Beta data plane SDK v15.1.0b3 Track 2 (#44681)65612caImplement Input Validation for Agentic Evaluators (#44618)5ec642f[core] Fix issues with url formatting (#45044)496aeaeFix pylint(4.0.4) errors for exporter (#45088)aa421d9App Config SDK/Provider Pylint Updates (#45050)16dcd67[AutoPR azure-mgmt-resource-deploymentstacks]-generated-from-SDK Generation -...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.