Skip to content

Commit

Permalink
Bump pandera from 0.19.3 to 0.20.3 (#230)
Browse files Browse the repository at this point in the history
Bumps [pandera](https://github.com/pandera-dev/pandera) from 0.19.3 to
0.20.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pandera-dev/pandera/releases">pandera's
releases</a>.</em></p>
<blockquote>
<h2>Release v0.20.3: polars integration cleanup, docs updates,
bugfixes</h2>
<h2>What's Changed</h2>
<ul>
<li>update dtype api reference docs by <a
href="https://github.com/cosmicBboy"><code>@​cosmicBboy</code></a> in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1745">unionai-oss/pandera#1745</a></li>
<li>handle deprecated methods/arguments in polars v1 by <a
href="https://github.com/cosmicBboy"><code>@​cosmicBboy</code></a> in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1746">unionai-oss/pandera#1746</a></li>
<li>handle case when pandera is run with optimized python mode by <a
href="https://github.com/cosmicBboy"><code>@​cosmicBboy</code></a> in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1749">unionai-oss/pandera#1749</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/unionai-oss/pandera/compare/v0.20.2...v0.20.3">https://github.com/unionai-oss/pandera/compare/v0.20.2...v0.20.3</a></p>
<h2>Release v0.20.2: Complete pyarrow coverage, support polars v1</h2>
<h1>⭐️ Highlights:</h1>
<ul>
<li>feat: add remaining pyarrow types by <a
href="https://github.com/aaravind100"><code>@​aaravind100</code></a> in
<a
href="https://redirect.github.com/unionai-oss/pandera/pull/1720">unionai-oss/pandera#1720</a></li>
<li>Bugfix/1724: Add support for polars v1 by <a
href="https://github.com/cosmicBboy"><code>@​cosmicBboy</code></a> in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1725">unionai-oss/pandera#1725</a></li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Depend on OpenJDK&gt;8.0.0 for PySpark support by <a
href="https://github.com/billyvinning"><code>@​billyvinning</code></a>
in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1701">unionai-oss/pandera#1701</a></li>
<li>Update polars checks.py to avoid calling the check function multiple
times by <a
href="https://github.com/jcadam14"><code>@​jcadam14</code></a> in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1719">unionai-oss/pandera#1719</a></li>
<li>str checks use plain string instead of re.Pattern by <a
href="https://github.com/cosmicBboy"><code>@​cosmicBboy</code></a> in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1729">unionai-oss/pandera#1729</a></li>
<li>Document Field instance reuse workaround by <a
href="https://github.com/lundybernard"><code>@​lundybernard</code></a>
in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1730">unionai-oss/pandera#1730</a></li>
<li>add pyarrow docs by <a
href="https://github.com/cosmicBboy"><code>@​cosmicBboy</code></a> in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1739">unionai-oss/pandera#1739</a></li>
<li>fix typing docs by <a
href="https://github.com/cosmicBboy"><code>@​cosmicBboy</code></a> in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1740">unionai-oss/pandera#1740</a></li>
<li>Update docs: setup deps for algolia, modify pandera banner, fix API
ref by <a
href="https://github.com/cosmicBboy"><code>@​cosmicBboy</code></a> in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1741">unionai-oss/pandera#1741</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jcadam14"><code>@​jcadam14</code></a>
made their first contribution in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1719">unionai-oss/pandera#1719</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/unionai-oss/pandera/compare/v0.20.1...v0.20.2">https://github.com/unionai-oss/pandera/compare/v0.20.1...v0.20.2</a></p>
<h2>Release v0.20.1: Bugfix for pyarrow dependency error</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: raising type error when pyarrow is not installed by <a
href="https://github.com/aaravind100"><code>@​aaravind100</code></a> in
<a
href="https://redirect.github.com/unionai-oss/pandera/pull/1717">unionai-oss/pandera#1717</a></li>
<li>feat: add pyarrow list and struct to pandas engine by <a
href="https://github.com/aaravind100"><code>@​aaravind100</code></a> in
<a
href="https://redirect.github.com/unionai-oss/pandera/pull/1699">unionai-oss/pandera#1699</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/unionai-oss/pandera/compare/v0.20.0...v0.20.1">https://github.com/unionai-oss/pandera/compare/v0.20.0...v0.20.1</a></p>
<h2>Release v0.20.0: Pyarrow dtype support</h2>
<h2>⭐️ Highlights</h2>
<ul>
<li>Pandera now supports <a
href="https://arrow.apache.org/docs/python/index.html">pyarrow</a>
datatypes in the pandera validation engine! Big shoutout to <a
href="https://github.com/aaravind100"><code>@​aaravind100</code></a> for
the heavy lifting here.</li>
<li>Added compatibility for numpy v2.</li>
<li>Add compatibility for polars v1</li>
<li><code>pandera.SchemaModel</code> is now deprecated, use
<code>pandera.DataFrameModel</code> instead.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Bugfix/1631: Series[Annotated[...]] DataFrameModel types should
correctly create a DataFrameSchema by <a
href="https://github.com/cosmicBboy"><code>@​cosmicBboy</code></a> in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1633">unionai-oss/pandera#1633</a></li>
<li>Add missing pandas import line. by <a
href="https://github.com/kyleweise"><code>@​kyleweise</code></a> in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1635">unionai-oss/pandera#1635</a></li>
<li>add pandas pyarrow backend support by <a
href="https://github.com/aaravind100"><code>@​aaravind100</code></a> in
<a
href="https://redirect.github.com/unionai-oss/pandera/pull/1628">unionai-oss/pandera#1628</a></li>
<li>bugfix: timezone-agnostic datetime in polars works in DataFrameModel
by <a href="https://github.com/cosmicBboy"><code>@​cosmicBboy</code></a>
in <a
href="https://redirect.github.com/unionai-oss/pandera/pull/1638">unionai-oss/pandera#1638</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/unionai-oss/pandera/commit/9b30a8ef81ab32966ccfcc5fa233d72f24904e6c"><code>9b30a8e</code></a>
handle case when pandera is run with optimized python mode (<a
href="https://redirect.github.com/pandera-dev/pandera/issues/1749">#1749</a>)</li>
<li><a
href="https://github.com/unionai-oss/pandera/commit/b8604b36f80d0add5ef8e8c20a7cb4731211b898"><code>b8604b3</code></a>
handle deprecated methods/arguments in polars v1 (<a
href="https://redirect.github.com/pandera-dev/pandera/issues/1746">#1746</a>)</li>
<li><a
href="https://github.com/unionai-oss/pandera/commit/b86978b6495cb8b233517abea59407ca1e254bcb"><code>b86978b</code></a>
update dtype api reference docs (<a
href="https://redirect.github.com/pandera-dev/pandera/issues/1745">#1745</a>)</li>
<li><a
href="https://github.com/unionai-oss/pandera/commit/50949b0b8d00c4ec614fa2f908a06367bc0acd06"><code>50949b0</code></a>
Update docs: setup deps for algolia, modify pandera banner, fix API ref
(<a
href="https://redirect.github.com/pandera-dev/pandera/issues/1741">#1741</a>)</li>
<li><a
href="https://github.com/unionai-oss/pandera/commit/184fbef107f8226921271c13c9902c7594e9825e"><code>184fbef</code></a>
fix typing docs (<a
href="https://redirect.github.com/pandera-dev/pandera/issues/1740">#1740</a>)</li>
<li><a
href="https://github.com/unionai-oss/pandera/commit/c895dc4b31b3dc2552d1af080af3636c177c2122"><code>c895dc4</code></a>
add pyarrow docs (<a
href="https://redirect.github.com/pandera-dev/pandera/issues/1739">#1739</a>)</li>
<li><a
href="https://github.com/unionai-oss/pandera/commit/3f5e43eca835f77068f2f20a60a932e929b36854"><code>3f5e43e</code></a>
Document Field instance reuse workaround (<a
href="https://redirect.github.com/pandera-dev/pandera/issues/1730">#1730</a>)</li>
<li><a
href="https://github.com/unionai-oss/pandera/commit/61ad3984b91bcdff5414ec66198571d16f85d943"><code>61ad398</code></a>
update contributing doc: instruction for running one test</li>
<li><a
href="https://github.com/unionai-oss/pandera/commit/ed73b613ccb7116a5f77519639de40c1c21c3d4c"><code>ed73b61</code></a>
str checks use plain string instead of re.Pattern (<a
href="https://redirect.github.com/pandera-dev/pandera/issues/1729">#1729</a>)</li>
<li><a
href="https://github.com/unionai-oss/pandera/commit/5872325e21d30c9f80821b33bff0d676cb6de36b"><code>5872325</code></a>
Bugfix/1724 (<a
href="https://redirect.github.com/pandera-dev/pandera/issues/1725">#1725</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pandera-dev/pandera/compare/v0.19.3...v0.20.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pandera&package-manager=pip&previous-version=0.19.3&new-version=0.20.3)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 7e7c4a4 commit cc1494a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [{ include = "regtech_data_validator", from = "src" }]
[tool.poetry.dependencies]
python = ">=3.12,<4"
pandas = "^2.2.2"
pandera = "^0.19.3"
pandera = "^0.20.3"
requests = "^2.32.3"
tabulate = "^0.9.0"
ujson = "^5.9.0"
Expand Down

0 comments on commit cc1494a

Please sign in to comment.