feat: bump lance to 0.20.0b2 (#1865)

Bump lance version.
Upstream change log:
https://github.com/lancedb/lance/releases/tag/v0.20.0-beta.2
This commit is contained in:
Lei Xu
2024-11-21 13:16:59 -08:00
committed by GitHub
parent 43a670ed4b
commit d369233b3d
3 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ name = "lancedb"
dependencies = [
"deprecation",
"nest-asyncio~=1.0",
"pylance==0.20.0b1",
"pylance==0.20.0b2",
"tqdm>=4.27.0",
"pydantic>=1.10",
"packaging",