Skip to content

Commit 404b3c2

Browse files
Build: Bump pyarrow-stubs from 20.0.0.20251107 to 20.0.0.20251215 (#2831)
Bumps [pyarrow-stubs](https://github.com/zen-xu/pyarrow-stubs) from 20.0.0.20251107 to 20.0.0.20251215. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zen-xu/pyarrow-stubs/releases">pyarrow-stubs's releases</a>.</em></p> <blockquote> <h2>20.0.0.20251215</h2> <h2>What's Changed</h2> <ul> <li>feat(compute): Allow float type in add and divide functions by <a href="https://github.com/zen-xu"><code>@​zen-xu</code></a> in <a href="https://redirect.github.com/zen-xu/pyarrow-stubs/pull/280">zen-xu/pyarrow-stubs#280</a></li> <li>fix(typing): support <code>ipc.open_file</code> source parameter to accept str by <a href="https://github.com/zen-xu"><code>@​zen-xu</code></a> in <a href="https://redirect.github.com/zen-xu/pyarrow-stubs/pull/281">zen-xu/pyarrow-stubs#281</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/zen-xu/pyarrow-stubs/compare/20.0.0.20251209...20.0.0.20251215">https://github.com/zen-xu/pyarrow-stubs/compare/20.0.0.20251209...20.0.0.20251215</a></p> <h2>20.0.0.20251209</h2> <h2>What's Changed</h2> <ul> <li>fix: Inherit <code>_ReadPandasMixin</code> in IPC readers by <a href="https://github.com/zen-xu"><code>@​zen-xu</code></a> in <a href="https://redirect.github.com/zen-xu/pyarrow-stubs/pull/276">zen-xu/pyarrow-stubs#276</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/zen-xu/pyarrow-stubs/compare/20.0.0.20251107...20.0.0.20251209">https://github.com/zen-xu/pyarrow-stubs/compare/20.0.0.20251107...20.0.0.20251209</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zen-xu/pyarrow-stubs/commit/f3c148a1169d0210c73bbba40fea9a1728cbf62f"><code>f3c148a</code></a> release 20.0.0.20251215 (<a href="https://redirect.github.com/zen-xu/pyarrow-stubs/issues/282">#282</a>)</li> <li><a href="https://github.com/zen-xu/pyarrow-stubs/commit/f4117f0025aafaa3c76b12dc5ab2ae4a3849f665"><code>f4117f0</code></a> fix(typing): support <code>ipc.open_file</code> source parameter to accept str (<a href="https://redirect.github.com/zen-xu/pyarrow-stubs/issues/281">#281</a>)</li> <li><a href="https://github.com/zen-xu/pyarrow-stubs/commit/796d1bc6943b9f42e3ca7a02882f20ef50aa220a"><code>796d1bc</code></a> feat(compute): Allow float type in add and divide functions (<a href="https://redirect.github.com/zen-xu/pyarrow-stubs/issues/280">#280</a>)</li> <li><a href="https://github.com/zen-xu/pyarrow-stubs/commit/2490d3dc54092880ca0529ce3171d0b92d6b8a0b"><code>2490d3d</code></a> release 20.0.0.20251209 (<a href="https://redirect.github.com/zen-xu/pyarrow-stubs/issues/277">#277</a>)</li> <li><a href="https://github.com/zen-xu/pyarrow-stubs/commit/0dc4b3480b534c7adfd2489bfad2758be9c595e8"><code>0dc4b34</code></a> fix: Inherit <code>_ReadPandasMixin</code> in IPC readers (<a href="https://redirect.github.com/zen-xu/pyarrow-stubs/issues/276">#276</a>)</li> <li><a href="https://github.com/zen-xu/pyarrow-stubs/commit/832f8335f2b0c7909139cef6de88e6161653b8ed"><code>832f833</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/zen-xu/pyarrow-stubs/issues/274">#274</a>)</li> <li>See full diff in <a href="https://github.com/zen-xu/pyarrow-stubs/compare/20.0.0.20251107...20.0.0.20251215">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyarrow-stubs&package-manager=uv&previous-version=20.0.0.20251107&new-version=20.0.0.20251215)](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>
1 parent 2d55b7b commit 404b3c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)