chore: bump pylance to 0.9.2 (#754)

This commit is contained in:
Lei Xu
2023-12-29 16:39:45 -08:00
committed by Andrew Miracle
parent bc224a6a0b
commit 327692ccb1
2 changed files with 5 additions and 5 deletions

View File

@@ -5,10 +5,10 @@ exclude = ["python"]
resolver = "2"
[workspace.dependencies]
lance = { "version" = "=0.9.1", "features" = ["dynamodb"] }
lance-index = { "version" = "=0.9.1" }
lance-linalg = { "version" = "=0.9.1" }
lance-testing = { "version" = "=0.9.1" }
lance = { "version" = "=0.9.2", "features" = ["dynamodb"] }
lance-index = { "version" = "=0.9.2" }
lance-linalg = { "version" = "=0.9.2" }
lance-testing = { "version" = "=0.9.2" }
# Note that this one does not include pyarrow
arrow = { version = "49.0.0", optional = false }
arrow-array = "49.0"

View File

@@ -3,7 +3,7 @@ name = "lancedb"
version = "0.4.2"
dependencies = [
"deprecation",
"pylance==0.9.1",
"pylance==0.9.2",
"ratelimiter~=1.0",
"retry>=0.9.2",
"tqdm>=4.27.0",