chore: bump lance to 0.9.5 (#790)

This commit is contained in:
Lei Xu
2024-01-07 19:27:47 -08:00
committed by Andrew Miracle
parent f4994cb0ec
commit be76242884
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.2", "features" = ["dynamodb"] }
lance-index = { "version" = "=0.9.2" }
lance-linalg = { "version" = "=0.9.2" }
lance-testing = { "version" = "=0.9.2" }
lance = { "version" = "=0.9.5", "features" = ["dynamodb"] }
lance-index = { "version" = "=0.9.5" }
lance-linalg = { "version" = "=0.9.5" }
lance-testing = { "version" = "=0.9.5" }
# 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.3"
dependencies = [
"deprecation",
"pylance==0.9.2",
"pylance==0.9.5",
"ratelimiter~=1.0",
"retry>=0.9.2",
"tqdm>=4.27.0",