Skip to content

Update pandera requirement from <0.24,>=0.20.1 to >=0.20.1,<0.25#456

Merged
rmi-auto-merge-helper[bot] merged 1 commit into
mainfrom
dependabot/pip/main/pandera-gte-0.20.1-and-lt-0.25
Jun 16, 2025
Merged

Update pandera requirement from <0.24,>=0.20.1 to >=0.20.1,<0.25#456
rmi-auto-merge-helper[bot] merged 1 commit into
mainfrom
dependabot/pip/main/pandera-gte-0.20.1-and-lt-0.25

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 16, 2025

Updates the requirements on pandera to permit the latest version.

Release notes

Sourced from pandera's releases.

v0.24.0

✨ Highlights ✨

Import pandera.pandas to define schemas for pandas objects

🚨 Breaking Change

pandera==0.24.0 has dropped the dependency on pandas and numpy and has introduced a pandas extra. This will break any users who relied on pandas as a the transitive dependency of pandera to install pandas. To remediate this, do the following:

Install pandas explicitly or use the pandas extra

pip install 'pandera[pandas]'  # recommended
# or
pip install pandas pandera

Change your import to pandera.pandas

All pandas-specific symbols that were exposed by the top-level pandera module are now defined in the pandera.pandas module.

# old import
import pandera as pa
new import
import pandera.pandas as pa

Importing pandera as pa for defining pandas schemas will still be available but will raise a warning. This will raise an ImportError in 5 minor releases (0.29.0).

What's Changed

... (truncated)

Commits
  • 88bb609 drop_invalid_rows still raises schema-level errors (#2000)
  • 80a04a6 enh: run mypy over all of the polars code (#1986)
  • 589f945 Minor documentation fix (#1998)
  • 7725a63 Bugfix/1937 Serialization of checks does only support one check per check fun...
  • a820586 feat(dataframe): add update_index, update_indexes and rename_indexes (#...
  • 2a1bd32 Fix CI: pin uv<0.7.0 (#1995)
  • daa0804 bugfix: polars categorical try coerce (#1985)
  • 3f7bc0e bugfix: polars supports regex for non-required columns (#1992)
  • 7eb35b6 update banner copy
  • c2de721 bugfix: fix none -> * handling in PolarsData refactor (#1984)
  • 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 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)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 16, 2025
@dependabot dependabot Bot force-pushed the dependabot/pip/main/pandera-gte-0.20.1-and-lt-0.25 branch from 833a2e4 to 5bc3314 Compare June 16, 2025 05:19
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.20.1...v0.24.0)

---
updated-dependencies:
- dependency-name: pandera
  dependency-version: 0.24.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.20.1-and-lt-0.25 branch from 5bc3314 to 015173e Compare June 16, 2025 05:30
@rmi-auto-merge-helper rmi-auto-merge-helper Bot merged commit 43918a4 into main Jun 16, 2025
15 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/main/pandera-gte-0.20.1-and-lt-0.25 branch June 16, 2025 05:40
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