From 1d3325dcc50cdd94cfafea055b8b2c5e90f21cd8 Mon Sep 17 00:00:00 2001 From: Lei Xu Date: Wed, 3 Apr 2024 14:46:05 -0700 Subject: [PATCH] chore: bump lance version (#1185) Bump lance version to `0.10.7` --- Cargo.toml | 8 ++++---- python/pyproject.toml | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9b00fd7a..a3dd106b 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.6", "features" = ["dynamodb"] } -lance-index = { "version" = "=0.10.6" } -lance-linalg = { "version" = "=0.10.6" } -lance-testing = { "version" = "=0.10.6" } +lance = { "version" = "=0.10.7", "features" = ["dynamodb"] } +lance-index = { "version" = "=0.10.7" } +lance-linalg = { "version" = "=0.10.7" } +lance-testing = { "version" = "=0.10.7" } # 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 c1227a2d..4526aa4c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -3,7 +3,7 @@ name = "lancedb" version = "0.6.6" dependencies = [ "deprecation", - "pylance==0.10.6", + "pylance==0.10.7", "ratelimiter~=1.0", "retry>=0.9.2", "tqdm>=4.27.0", @@ -38,6 +38,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering", ]