Commit 904c0b7
authored
Remove PyArrow version upper bound and update lockfile (apache#2262)
<!--
Thanks for opening a pull request!
-->
As title. Closes apache#2258. Updated the lockfile just in case but it didn't
change the Arrow version.
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
PyIceberg doesn't need this upper bound since it uses stable public APIs
of PyArrow (as far as I can tell).
Dependency version upper bounds are known to be problematic:
1. Cause cascading dependency conflicts
2. Block security and bug fixes
3. Limit user flexibility
In my case, this causes issues for Bodo's Arrow upgrades since both
Arrow and PyIceberg are dependencies.
# Are these changes tested?
Existing tests.
# Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label.
-->
None except allowing newer PyArrow versions.1 parent 661d75a commit 904c0b7
3 files changed
+705
-605
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
0 commit comments