Skip to content

Update pandera requirement from <0.31,>=0.30.1 to >=0.30.1,<0.33#618

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/pandera-gte-0.30.1-and-lt-0.33
Open

Update pandera requirement from <0.31,>=0.30.1 to >=0.30.1,<0.33#618
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/pandera-gte-0.30.1-and-lt-0.33

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pandera to permit the latest version.

Release notes

Sourced from pandera's releases.

v0.32.0

⭐️ Highlights: Add support for narwhals backend

In this release, we're adding support for a narwhals backend that supports the polars, ibis and pyspark-sql schema APIs. To enable it, install the narwhals extra with the support framework of your choice:

pip install 'pandera[narwhals,polars]'   # Polars
pip install 'pandera[narwhals,ibis]'     # Ibis
pip install 'pandera[narwhals,pyspark]'  # PySpark SQL

Then enable with an environment variable:

export PANDERA_USE_NARWHALS_BACKEND=True

Or configure programmatically:

import pandera.polars as pa 
# import pandera.pyspark as pa  # 👈 for pyspark schemas
# import pandera.ibis as pa  # 👈 for ibis schemas
CONFIG.use_narwhals_backend is read herenot at import time above
pa.config.set_config(use_narwhals_backend=True)
schema = pa.DataFrameSchema({"name": pa.Column(str)})  # narwhals backends registered
schema.validate(df)

See the docs for more information.

What's Changed

... (truncated)

Commits
  • cf13ee4 docs: note regex engine differences between pandas and polars backends (#2349...
  • 3340679 fix(pandas): preserve drop_invalid_rows in schema IO (#2354)
  • c909293 feat: enable runtime narwhals backend toggling via set_config (#2375)
  • 9ead150 fix(polars): report concrete column name in regex coercion errors (#2376)
  • d39016b fix: reload built-in check dispatcher by its own name so a custom name= works...
  • 2399766 fix(polars): don't error on optional regex column with no match (#2374)
  • 26d9b41 Fix arg name
  • a3fa4ae Lint fixes
  • c7cc29e Add tests
  • eeca96e Detect column collision after column rename
  • Additional commits viewable in compare view

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)

Updates the requirements on [pandera](https://github.com/pandera-dev/pandera) to permit the latest version.
- [Release notes](https://github.com/pandera-dev/pandera/releases)
- [Commits](unionai-oss/pandera@v0.30.1...v0.32.0)

---
updated-dependencies:
- dependency-name: pandera
  dependency-version: 0.32.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants