Skip to content

Commit

Permalink
Python: Update pyarrow requirement from <18.0,>=12.0 to >=12.0,<19.0 …
Browse files Browse the repository at this point in the history
…in /python (#9445)

Updates the requirements on [pyarrow](https://github.com/apache/arrow)
to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/arrow/releases">pyarrow's
releases</a>.</em></p>
<blockquote>
<h2>Apache Arrow 18.0.0</h2>
<p>TODO</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow/commit/9105a4109a80a1c01eabb24ee4b9f7c94ee942cb"><code>9105a41</code></a>
MINOR: [Release] Update versions for 18.0.0</li>
<li><a
href="https://github.com/apache/arrow/commit/e47bf462c9146a1efe71ed9c33e225f7bf0ba48e"><code>e47bf46</code></a>
MINOR: [Release] Update .deb/.rpm changelogs for 18.0.0</li>
<li><a
href="https://github.com/apache/arrow/commit/8567163d017e5816aa6bb65916ad2ca5f204cf70"><code>8567163</code></a>
MINOR: [Release] Update CHANGELOG.md for 18.0.0</li>
<li><a
href="https://github.com/apache/arrow/commit/5d7987b94a4389e098461ae013522a64eb2fe6fe"><code>5d7987b</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/44422">GH-44422</a>:
[Packaging][Release][Linux] Upload artifacts before test (<a
href="https://redirect.github.com/apache/arrow/issues/44425">#44425</a>)</li>
<li><a
href="https://github.com/apache/arrow/commit/70a2245b6046f95d8d87397d82074bdfd94cbb99"><code>70a2245</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/44415">GH-44415</a>:
[Release][Ruby] Remove pins from glib section of release
verificati...</li>
<li><a
href="https://github.com/apache/arrow/commit/155a42ebeb7252e6174412ebf39859b1af55a710"><code>155a42e</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/44342">GH-44342</a>:
[C++] Disable jemalloc by default on ARM (<a
href="https://redirect.github.com/apache/arrow/issues/44380">#44380</a>)</li>
<li><a
href="https://github.com/apache/arrow/commit/0e184c3543cd891adec1c02a699d909064b38cd2"><code>0e184c3</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/44386">GH-44386</a>:
[Integration][Release] Pin Python 3.12 for Integration
verification...</li>
<li><a
href="https://github.com/apache/arrow/commit/9812ab77f78c5a27991750b77dc52e8b2c0dbfff"><code>9812ab7</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/44381">GH-44381</a>:
[Ruby][Release] Pin not only glib but also python on verification
j...</li>
<li><a
href="https://github.com/apache/arrow/commit/71bd117b5f10d9dc3e74efddf6744f46cf4df232"><code>71bd117</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/43519">GH-43519</a>:
[Python][CI] Add Python 3.13 conda test build (<a
href="https://redirect.github.com/apache/arrow/issues/44192">#44192</a>)</li>
<li><a
href="https://github.com/apache/arrow/commit/a39090d1134447617f49b375f720ca41d89f4bc1"><code>a39090d</code></a>
<a
href="https://redirect.github.com/apache/arrow/issues/44373">GH-44373</a>:
[Packaging][Java] Fix brew link to Python 3.13 on macOS (<a
href="https://redirect.github.com/apache/arrow/issues/44374">#44374</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow/compare/go/v12.0.0...apache-arrow-18.0.0">compare
view</a></li>
</ul>
</details>
<br />


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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Mattson <[email protected]>
  • Loading branch information
dependabot[bot] and moonbox3 authored Nov 4, 2024
1 parent c9ed2b4 commit 80bfb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ redis = [
]
usearch = [
"usearch ~= 2.9",
"pyarrow >= 12.0,<18.0"
"pyarrow >= 12.0,< 19.0"
]
weaviate = [
"weaviate-client>=4.7,<5.0",
Expand Down

0 comments on commit 80bfb4a

Please sign in to comment.