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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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 dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
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 force-pushed the dependabot/pip/main/pandera-gte-0.30.1-and-lt-0.33 branch from 6b19706 to a864937 Compare June 29, 2026 05:25
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