Skip to content

Bump pandera from 0.22.1 to 0.24.0#381

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pandera-0.24.0
Closed

Bump pandera from 0.22.1 to 0.24.0#381
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pandera-0.24.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2025

Bumps pandera from 0.22.1 to 0.24.0.

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 compatibility score

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)

Bumps [pandera](https://github.com/pandera-dev/pandera) from 0.22.1 to 0.24.0.
- [Release notes](https://github.com/pandera-dev/pandera/releases)
- [Commits](unionai-oss/pandera@v0.22.1...v0.24.0)

---
updated-dependencies:
- dependency-name: pandera
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 13, 2025
@github-actions
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 9, 2025

Superseded by #387.

@dependabot dependabot bot closed this Jul 9, 2025
@dependabot dependabot bot deleted the dependabot/pip/pandera-0.24.0 branch July 9, 2025 05:38
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants