feat: upgrade lance to 0.23.0-beta.4 (#2089)

Upstream changelog:
https://github.com/lancedb/lance/releases/tag/v0.23.0-beta.4
This commit is contained in:
Will Jones
2025-01-31 17:20:15 -08:00
committed by GitHub
parent 2fc174f532
commit 2f39274a66
3 changed files with 21 additions and 21 deletions

View File

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