feat: upgrade lance to 0.23.2 (#2152)

This also changes the pylance pin from `==0.23.2` to `~=0.23.2` which
should allow the pylance dependency to float a little. The pylance
dependency is actually not used for much anymore and so it should be
tolerant of patch changes.
This commit is contained in:
Weston Pace
2025-02-26 09:02:51 -08:00
committed by GitHub
parent c4f99e82e5
commit d6b3ccb37b
4 changed files with 45 additions and 25 deletions

View File

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