feat: upgrade lance to v0.23.0-beta.3 (#2074)

This includes several bugfixes for `merge_insert` and null handling in
vector search.

https://github.com/lancedb/lance/releases/tag/v0.23.0-beta.3
This commit is contained in:
Will Jones
2025-01-28 14:00:06 -08:00
committed by GitHub
parent dac0857745
commit acda7a4589
2 changed files with 9 additions and 9 deletions

View File

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