We are pleased to announce the release of pandas 3.0.0, a major release from the pandas 2.x series. This release includes various new features, bug fixes, and performance improvements, as well as possible breaking changes.
The pandas 3.0 release removed a functionality that was deprecated in previous releases. It is recommended to first upgrade to pandas 2.3 and to ensure your code is working without warnings, before upgrading to pandas 3.0.
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/21078
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 2/1/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/pandas-3.0.0`
---
### 📝 Commits (1)
- [`6efeba9`](https://github.com/open-webui/open-webui/commit/6efeba917c966028d090658e52817070f8780a7d) chore(deps): bump pandas from 2.3.3 to 3.0.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 [pandas](https://github.com/pandas-dev/pandas) from 2.3.3 to 3.0.0.
<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.0</h2>
<p>We are pleased to announce the release of pandas 3.0.0, a major release from the pandas 2.x series. This release includes various new features, bug fixes, and performance improvements, as well as possible breaking changes.</p>
<p>The pandas 3.0 release removed a functionality that was deprecated in previous releases. It is recommended to first upgrade to pandas 2.3 and to ensure your code is working without warnings, before upgrading to pandas 3.0.</p>
<p>Highlights include:</p>
<ul>
<li><a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-string-dtype">Dedicated string data type by default</a></li>
<li><a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-copy_on_write">Consistent copy/view behaviour with Copy-on-Write</a> (CoW) (a.k.a. getting rid of the SettingWithCopyWarning)</li>
<li><a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-api-breaking-datetime-resolution-inference">New default resolution for datetime-like data</a></li>
<li><a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-col">Initial support for the new <code>pd.col</code> syntax</a></li>
</ul>
<p>See the <a href="https://pandas.pydata.org/community/blog/pandas-3.0.html">announcement blog post</a> and the <a href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html">detailed release notes</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/new/choose">pandas issue tracker</a>.</p>
<p>Thanks to all the contributors who made this release possible.</p>
<h2>Pandas 3.0.0rc2</h2>
<p>No release notes provided.</p>
<h2>Pandas 3.0.0rc1</h2>
<p>No release notes provided.</p>
<h2>Pandas 3.0.0rc0</h2>
<p>We are pleased to announce a first release candidate for pandas 3.0.0. If all goes well, we'll release pandas 3.0.0 in a few weeks.</p>
<p>See the [whatsnew][0] for a list of all the changes.</p>
<p>The release is available on conda-forge and PyPI.</p>
<p>The release can be installed from PyPI</p>
<pre><code>python -m pip install --upgrade --pre pandas==3.0.0rc0
</code></pre>
<p>Or from conda-forge</p>
<pre><code>conda install -c conda-forge/label/pandas_rc pandas==3.0.0rc0
</code></pre>
<p>Please report any issues with the release candidate on the pandas issue tracker.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pandas-dev/pandas/commit/366ccdfcd8ed1e5543bfb6d4ee0c9bc519898670"><code>366ccdf</code></a> RLS: 3.0.0</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/139f4d0acedec0eee85c08262f878dd9f1eab63b"><code>139f4d0</code></a> DOC: split/reorder other enhancements section in 3.0.0 whatsnew notes (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63762">#63762</a>)</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/fd2a4f41fa453d74de6a7e031f4fcdcafa506c1b"><code>fd2a4f4</code></a> TST: assert reading of legacy pickles against current data (<a href="https://redirect.github.com/pandas-dev/pandas/issues/61792">#61792</a>)</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/cc0bcaa1d2cf7607079df18d8b91f6d76a2f37ca"><code>cc0bcaa</code></a> DOC: update whatsnew section on datetimelike resolution (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63780">#63780</a>)</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/3ddbb49fe5e39c98981d08162b3ffe39e3e1fd21"><code>3ddbb49</code></a> DOC: remove 2.3.4 whatsnew file from released 3.0 docs (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63779">#63779</a>)</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/ee63532112ec4be7cc84a04c50f6c948c75ee168"><code>ee63532</code></a> CLN: Create temporary HDF5 file path and HDFStore for pytables tests (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63492">#63492</a>)</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/9512e990ffbaf35208dc5d4693c70d3ebb64baea"><code>9512e99</code></a> CoW: better chained assignment warning message for update() method (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63500">#63500</a>)</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/1db90d50ea43129d407c0dadb5921a1ba6b1410e"><code>1db90d5</code></a> API: rename read_iceberg selected_fields keyword to columns (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63748">#63748</a>)</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/c9b51fae32dbff354663dc25e79fbd22a7afd59f"><code>c9b51fa</code></a> BUG: .str methods failing on PyArrow using regex with \Z (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63705">#63705</a>)</li>
<li><a href="https://github.com/pandas-dev/pandas/commit/7cff0f4fdef81094588f4f0b23246a9f6b33a47a"><code>7cff0f4</code></a> API: Period.to_timestamp default to microsecond unit (<a href="https://redirect.github.com/pandas-dev/pandas/issues/63760">#63760</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.0">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 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>
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/21078
Author: @dependabot[bot]
Created: 2/1/2026
Status: ❌ Closed
Base:
dev← Head:dependabot/pip/backend/dev/pandas-3.0.0📝 Commits (1)
6efeba9chore(deps): bump pandas from 2.3.3 to 3.0.0 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps pandas from 2.3.3 to 3.0.0.
Release notes
Sourced from pandas's releases.
... (truncated)
Commits
366ccdfRLS: 3.0.0139f4d0DOC: split/reorder other enhancements section in 3.0.0 whatsnew notes (#63762)fd2a4f4TST: assert reading of legacy pickles against current data (#61792)cc0bcaaDOC: update whatsnew section on datetimelike resolution (#63780)3ddbb49DOC: remove 2.3.4 whatsnew file from released 3.0 docs (#63779)ee63532CLN: Create temporary HDF5 file path and HDFStore for pytables tests (#63492)9512e99CoW: better chained assignment warning message for update() method (#63500)1db90d5API: rename read_iceberg selected_fields keyword to columns (#63748)c9b51faBUG: .str methods failing on PyArrow using regex with \Z (#63705)7cff0f4API: Period.to_timestamp default to microsecond unit (#63760)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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.