Skip to content

Commit d99e463

Browse files
Chore: Updated PyArrow Dependencies (apache#3362)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> Closes apache#3356 # Rationale for this change Update ```pyproject.toml``` so ```pyarrow``` no longer pulls in ```pyarrow-core```. The ```uv.lock``` was also regenerated to reflect the change of the dependency tree. All test passed in both test and test-integration. However, in integration 80 test where skipped after the update, This is an issue presented in apache/iceberg-rust#2442 ## Are these changes tested? ## Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 75cd77f commit d99e463

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ pyiceberg = "pyiceberg.cli.console:run"
5656
[project.optional-dependencies]
5757
pyarrow = [
5858
"pyarrow>=17.0.0",
59-
"pyiceberg-core>=0.5.1,<0.10.0",
6059
]
6160
pandas = [
6261
"pandas>=1.0.0",

uv.lock

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

0 commit comments

Comments
 (0)