We are pleased to announce the release of pandas 3.0.1.
This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.
See the full whatsnew for a list of all the changes.
Pandas 3.0.0 supports Python 3.11 and higher.
The release can be installed from PyPI:
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/22006
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 3/1/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/pandas-3.0.1`
---
### 📝 Commits (1)
- [`9afee39`](https://github.com/open-webui/open-webui/commit/9afee399853cbc60361710f6d5300918b0a7f992) chore(deps): bump pandas from 3.0.0 to 3.0.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 [pandas](https://github.com/pandas-dev/pandas) from 3.0.0 to 3.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pandas-dev/pandas/releases">pandas's releases</a>.</em></p>
<blockquote>
<h2>pandas 3.0.1</h2>
<p>We are pleased to announce the release of pandas 3.0.1.
This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.</p>
<p>See the <a href="https://pandas.pydata.org/docs/dev/whatsnew/v3.0.1.html">full whatsnew</a> for a list of all the changes.</p>
<p>Pandas 3.0.0 supports Python 3.11 and higher.
The release can be installed from PyPI:</p>
<pre><code>python -m pip install --upgrade pandas==3.0.*
</code></pre>
<p>Or from conda-forge</p>
<pre><code>conda install -c conda-forge pandas=3.0
</code></pre>
<p>Please report any issues with the release on the <a href="https://github.com/pandas-dev/pandas/issues">pandas issue tracker</a>.</p>
<p>Thanks to all the contributors who made this release possible.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pandas-dev/pandas/commit/e04b26f375035e5106cb913e47b6db612f4ebb11"><code>e04b26f</code></a> RLS: 3.0.1 (<a href="https://redirect.github.com/pandas-dev/pandas/issues/64206">#64206</a>)</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/47909e67760389ad32094b586eadcfceb52235b8"><code>47909e6</code></a> [backport 3.0.x] ENH: Add item() method to ExtensionArray class (<a href="https://redirect.github.com/pandas-dev/pandas/issues/64134">#64134</a>) (<a href="https://redirect.github.com/pandas-dev/pandas/issues/64">#64</a>...</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/a061bfd2f31ebba410ab87db475df651d02f8bcd"><code>a061bfd</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64199">#64199</a> on branch 3.0.x (DOC: cleanup 3.0.1 whatsnew) (<a href="https://redirect.github.com/pandas-dev/pandas/issues/64201">#64201</a>)</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/085a3856d362c4b849d84754cbc7005f2539dc54"><code>085a385</code></a> [backport 3.0.x] BUG: Fix read_hdf failing on generic datetime64 dtype (<a href="https://redirect.github.com/pandas-dev/pandas/issues/6400">#6400</a>...</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/5f1704777bc2fe4864875d49b87d4e4cab417f30"><code>5f17047</code></a> [backport 3.0.x] BUG: use fill_null fallback for bug in pyarrow 21 on Windows...</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/0d3a8cba13397e84606716f545f0afdce26172c4"><code>0d3a8cb</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64122">#64122</a> on branch 3.0.x (REG: Allow RE2 syntax in str.contains and...</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/78e1917e4d45dbea16636194b240a18b1a42bc97"><code>78e1917</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64185">#64185</a> on branch 3.0.x (TST: remove fixed xfail for PyArrow 23.0....</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/75a42cabc9ff39b1ade4afabd0bc54b972d326b7"><code>75a42ca</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64168">#64168</a> on branch 3.0.x (TST: add legacy file generation and tests...</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/46d443f9d603a0f65672182133e0e83f108afdcc"><code>46d443f</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64092">#64092</a> on branch 3.0.x (BUG: DataFrame.loc fills b'' instead of N...</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/9d6793220be57edda0b9abb68dfa0b1740baf569"><code>9d67932</code></a> Backport PR <a href="https://redirect.github.com/pandas-dev/pandas/issues/64068">#64068</a> on branch 3.0.x (BUG: fixed to_timedelta with list of int ...</li>
<li>Additional commits viewable in <a href="https://github.com/pandas-dev/pandas/compare/v3.0.0...v3.0.1">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/22006
Author: @dependabot[bot]
Created: 3/1/2026
Status: ❌ Closed
Base:
dev← Head:dependabot/pip/backend/dev/pandas-3.0.1📝 Commits (1)
9afee39chore(deps): bump pandas from 3.0.0 to 3.0.1 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps pandas from 3.0.0 to 3.0.1.
Release notes
Sourced from pandas's releases.
Commits
e04b26fRLS: 3.0.1 (#64206)47909e6[backport 3.0.x] ENH: Add item() method to ExtensionArray class (#64134) (#64...a061bfdBackport PR #64199 on branch 3.0.x (DOC: cleanup 3.0.1 whatsnew) (#64201)085a385[backport 3.0.x] BUG: Fix read_hdf failing on generic datetime64 dtype (#6400...5f17047[backport 3.0.x] BUG: use fill_null fallback for bug in pyarrow 21 on Windows...0d3a8cbBackport PR #64122 on branch 3.0.x (REG: Allow RE2 syntax in str.contains and...78e1917Backport PR #64185 on branch 3.0.x (TST: remove fixed xfail for PyArrow 23.0....75a42caBackport PR #64168 on branch 3.0.x (TST: add legacy file generation and tests...46d443fBackport PR #64092 on branch 3.0.x (BUG: DataFrame.loc fills b'' instead of N...9d67932Backport PR #64068 on branch 3.0.x (BUG: fixed to_timedelta with list of int ...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.