bump lance version to 0.6.5 for lancedb release (#453)

This commit is contained in:
QianZhu
2023-08-23 20:59:03 -07:00
committed by GitHub
parent b8f32d082f
commit ae8486cc8f
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ members = [
resolver = "2"
[workspace.dependencies]
lance = "=0.6.3"
lance = "=0.6.5"
arrow-array = "43.0"
arrow-data = "43.0"
arrow-schema = "43.0"

View File

@@ -2,7 +2,7 @@
name = "lancedb"
version = "0.2.0"
dependencies = [
"pylance==0.6.1",
"pylance==0.6.5",
"ratelimiter",
"retry",
"tqdm",