chore!: update lance dependency to v9.0.0-rc.1 (#3673)

BREAKING CHANGE: splits generated by the permutation data loader will
not be the same, due to a change in hash function.

Updates the Lance dependencies and Java lance-core to
[v9.0.0-rc.1](https://github.com/lance-format/lance/releases/tag/v9.0.0-rc.1).
Includes the required DataFusion 54 and Lance file-reader compatibility
updates.

---------

Co-authored-by: Will Jones <willjones127@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
LanceDB Robot
2026-07-16 10:31:30 -07:00
committed by GitHub
parent 37032151d3
commit bc8674ab22
16 changed files with 274 additions and 249 deletions
+2 -2
View File
@@ -63,9 +63,9 @@ tests = [
"polars>=0.19, <=1.3.0",
"pyarrow<25",
"pyarrow-stubs>=16.0",
"pylance>=7,<8",
"pylance==9.0.0rc1",
"requests>=2.31.0",
"datafusion>=53,<54",
"datafusion>=54,<55",
"opentelemetry-sdk>=1.30.0",
]
dev = [