feat: bump lance to 0.20.0b3 (#1882)

Bump lance version.
Upstream change log:
https://github.com/lancedb/lance/releases/tag/v0.20.0-beta.3
This commit is contained in:
LuQQiu
2024-11-25 16:15:44 -08:00
committed by GitHub
parent 990d93f553
commit d6d9cb7415
2 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ name = "lancedb"
# version in Cargo.toml
dependencies = [
"deprecation",
"pylance==0.20.0b2",
"pylance==0.20.0b3",
"tqdm>=4.27.0",
"pydantic>=1.10",
"packaging",