feat: upgrade Lance to 0.23.0 (#2101)

Upstream changelog:
https://github.com/lancedb/lance/releases/tag/v0.23.0
This commit is contained in:
Will Jones
2025-02-07 07:58:07 -08:00
committed by GitHub
parent 801a9e5f6f
commit e7574698eb
4 changed files with 96 additions and 385 deletions

View File

@@ -4,7 +4,7 @@ name = "lancedb"
dynamic = ["version"]
dependencies = [
"deprecation",
"pylance==0.23.0b5",
"pylance==0.23.0",
"tqdm>=4.27.0",
"pydantic>=1.10",
"packaging",