Skip to content

Commit

Permalink
Python: Bump pyarrow from 15.0.2 to 16.1.0 in /python (#6290)
Browse files Browse the repository at this point in the history
Bumps [pyarrow](https://github.com/apache/arrow) from 15.0.2 to 16.1.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/arrow/commit/7dd1d34074af176d9e861a360e135ae57b21cf96"><code>7dd1d34</code></a>
MINOR: [Release] Update versions for 16.1.0</li>
<li><a
href="https://github.com/apache/arrow/commit/ca3e9d1b6fbf9a1e2d2fe34a387041132ecddd3e"><code>ca3e9d1</code></a>
MINOR: [Release] Update .deb/.rpm changelogs for 16.1.0</li>
<li><a
href="https://github.com/apache/arrow/commit/63a42871f206edf9889f1617eac29b11514df316"><code>63a4287</code></a>
MINOR: [Release] Update CHANGELOG.md for 16.1.0</li>
<li><a
href="https://github.com/apache/arrow/commit/58742877144a4f728c99682cae52898ccab5f954"><code>5874287</code></a>
<a
href="https://github.com/apache/arrow/issues/41594">GH-41594</a>:
[Go] Support reading <code>date64</code> type &amp; properly validate
list-like ty...</li>
<li><a
href="https://github.com/apache/arrow/commit/81940c69e6843c22c2fa61ad05c668c3241b3016"><code>81940c6</code></a>
<a
href="https://github.com/apache/arrow/issues/41431">GH-41431</a>:
[C++][Parquet][Dataset] Fix repeated scan on encrypted dataset (<a
href="https://github.com/apache/arrow/issues/41">#41</a>...</li>
<li><a
href="https://github.com/apache/arrow/commit/be62f6c5717d960282c70f6150725b306919a672"><code>be62f6c</code></a>
<a
href="https://github.com/apache/arrow/issues/41577">GH-41577</a>:
[Java][Packaging] Add org.apache.arrow.memory.core to
--add-opens=j...</li>
<li><a
href="https://github.com/apache/arrow/commit/6cfebb947e9c91b3a823e5dc7a1672d1b0a0141e"><code>6cfebb9</code></a>
<a
href="https://github.com/apache/arrow/issues/41562">GH-41562</a>:
[C++][Parquet] Decoding: Fix num_value handling in
ByteStreamSplitD...</li>
<li><a
href="https://github.com/apache/arrow/commit/dcfeceb93f29b343cedbee4a2f93cbdbc4eed8e7"><code>dcfeceb</code></a>
<a
href="https://github.com/apache/arrow/issues/41140">GH-41140</a>:
[C#] Account for offset and length in union arrays (<a
href="https://github.com/apache/arrow/issues/41165">#41165</a>)</li>
<li><a
href="https://github.com/apache/arrow/commit/b28633cfe5263ac977598f058b53d76f95d3d1fc"><code>b28633c</code></a>
MINOR: [Release] Manually commit fix to avoid cherry-pick conflict for
changi...</li>
<li><a
href="https://github.com/apache/arrow/commit/ac8af222dd2e5800e2c6cbf45a5bdbb2309deed4"><code>ac8af22</code></a>
<a
href="https://github.com/apache/arrow/issues/41566">GH-41566</a>:
[CI][Packaging] macOS wheel for Catalina fails to build on macOS
ar...</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/arrow/compare/go/v15.0.2...go/v16.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyarrow&package-manager=pip&previous-version=15.0.2&new-version=16.1.0)](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] <[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 committed May 31, 2024
1 parent 5195f03 commit 377287f
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 45 deletions.
87 changes: 44 additions & 43 deletions python/poetry.lock

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

4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ azure-core = { version = "^1.28.0", optional = true}
azure-identity = { version = "^1.13.0", optional = true}
azure-cosmos = { version = "^4.7.0", optional = true}
usearch = { version = "^2.9", optional = true}
pyarrow = { version = ">=12.0.1,<16.0.0", optional = true}
pyarrow = { version = ">=12.0.1,<17.0.0", optional = true}

# Groups are for development only (installed through Poetry)
[tool.poetry.group.dev.dependencies]
Expand Down Expand Up @@ -102,7 +102,7 @@ azure-core = "^1.28.0"
azure-identity = "^1.13.0"
azure-cosmos = "^4.7.0"
usearch = "^2.9"
pyarrow = ">=12.0.1,<16.0.0"
pyarrow = ">=12.0.1,<17.0.0"
msgraph-sdk = "^1.2.0"

# Extras are exposed to pip, this allows a user to easily add the right dependencies to their environment
Expand Down

0 comments on commit 377287f

Please sign in to comment.