chore: bump lance version in python/rust lancedb (#584)

To include latest v0.8.6

Co-authored-by: Chang She <chang@lancedb.com>
This commit is contained in:
Chang She
2023-10-19 13:05:12 -07:00
committed by GitHub
parent a8c7f80073
commit 0ed39b6146
2 changed files with 4 additions and 4 deletions

View File

@@ -5,9 +5,9 @@ exclude = ["python"]
resolver = "2"
[workspace.dependencies]
lance = { "version" = "=0.8.5", "features" = ["dynamodb"] }
lance-linalg = { "version" = "=0.8.5" }
lance-testing = { "version" = "=0.8.5" }
lance = { "version" = "=0.8.6", "features" = ["dynamodb"] }
lance-linalg = { "version" = "=0.8.6" }
lance-testing = { "version" = "=0.8.6" }
# Note that this one does not include pyarrow
arrow = { version = "47.0.0", optional = false }
arrow-array = "47.0"

View File

@@ -3,7 +3,7 @@ name = "lancedb"
version = "0.3.1"
dependencies = [
"deprecation",
"pylance==0.8.5",
"pylance==0.8.6",
"ratelimiter~=1.0",
"retry>=0.9.2",
"tqdm>=4.1.0",