fix pylance test version

This commit is contained in:
Jack Ye
2026-02-24 08:15:25 -08:00
parent 7324bcec84
commit b2653e5524

View File

@@ -45,7 +45,7 @@ repository = "https://github.com/lancedb/lancedb"
[project.optional-dependencies]
pylance = [
"pylance>=1.0.0b14",
"pylance>=3.1.0b1",
]
tests = [
"aiohttp",
@@ -59,9 +59,9 @@ tests = [
"polars>=0.19, <=1.3.0",
"tantivy",
"pyarrow-stubs",
"pylance>=1.0.0b14",
"pylance>=3.1.0b1",
"requests",
"datafusion",
"datafusion>=51,<52", # Must match pylance's DataFusion version
]
dev = [
"ruff",