From 0ed39b6146a929300f39eea6602391040c3963e8 Mon Sep 17 00:00:00 2001 From: Chang She <759245+changhiskhan@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:05:12 -0700 Subject: [PATCH] chore: bump lance version in python/rust lancedb (#584) To include latest v0.8.6 Co-authored-by: Chang She --- Cargo.toml | 6 +++--- python/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 875d48ad..5210480d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/python/pyproject.toml b/python/pyproject.toml index e0045b64..f5e4c3f0 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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",