From 3bcd61c8de317b4b2944b07b90fb9fc8db9ce34b Mon Sep 17 00:00:00 2001 From: Weston Pace Date: Fri, 15 Mar 2024 22:21:04 -0700 Subject: [PATCH] feat: bump lance to 0.10.4 (#1123) --- Cargo.toml | 8 ++++---- python/pyproject.toml | 6 ++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3aa69a70..854650cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,10 @@ keywords = ["lancedb", "lance", "database", "vector", "search"] categories = ["database-implementations"] [workspace.dependencies] -lance = { "version" = "=0.10.3", "features" = ["dynamodb"] } -lance-index = { "version" = "=0.10.3" } -lance-linalg = { "version" = "=0.10.3" } -lance-testing = { "version" = "=0.10.3" } +lance = { "version" = "=0.10.4", "features" = ["dynamodb"] } +lance-index = { "version" = "=0.10.4" } +lance-linalg = { "version" = "=0.10.4" } +lance-testing = { "version" = "=0.10.4" } # Note that this one does not include pyarrow arrow = { version = "50.0", optional = false } arrow-array = "50.0" diff --git a/python/pyproject.toml b/python/pyproject.toml index 60b89f2f..d61b4a20 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -3,7 +3,7 @@ name = "lancedb" version = "0.6.3" dependencies = [ "deprecation", - "pylance==0.10.3", + "pylance==0.10.4", "ratelimiter~=1.0", "retry>=0.9.2", "tqdm>=4.27.0", @@ -81,9 +81,7 @@ embeddings = [ "awscli>=1.29.57", "botocore>=1.31.57", ] -azure = [ - "adlfs>=2024.2.0" -] +azure = ["adlfs>=2024.2.0"] [tool.maturin] python-source = "python"