feat: upgrade to lance 0.22.0b1 (#2011)

This commit is contained in:
Weston Pace
2025-01-10 12:51:52 -08:00
committed by GitHub
parent 7ec5df3022
commit d8d11f48e7
3 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ name = "lancedb"
dynamic = ["version"]
dependencies = [
"deprecation",
"pylance==0.21.1b1",
"pylance==0.22.0b1",
"tqdm>=4.27.0",
"pydantic>=1.10",
"packaging",
@@ -53,7 +53,7 @@ tests = [
"pytz",
"polars>=0.19, <=1.3.0",
"tantivy",
"pyarrow-stubs"
"pyarrow-stubs",
]
dev = ["ruff", "pre-commit", "pyright"]
docs = ["mkdocs", "mkdocs-jupyter", "mkdocs-material", "mkdocstrings[python]"]