feat(python): drop hard dependency on pylance (#2156)

Closes #1793
This commit is contained in:
Will Jones
2025-02-26 15:53:45 -08:00
committed by GitHub
parent ab3ea76ad1
commit 01e4291d21
3 changed files with 43 additions and 16 deletions

View File

@@ -4,8 +4,8 @@ name = "lancedb"
dynamic = ["version"]
dependencies = [
"deprecation",
"pylance~=0.23.2",
"tqdm>=4.27.0",
"pyarrow>=14",
"pydantic>=1.10",
"packaging",
"overrides>=0.7",
@@ -54,6 +54,7 @@ tests = [
"polars>=0.19, <=1.3.0",
"tantivy",
"pyarrow-stubs",
"pylance~=0.23.2",
]
dev = [
"ruff",