mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-22 21:09:58 +00:00
chore: update lance dependency to v1.0.0-beta.8 (#2813)
## Summary - bump all Lance crates to v1.0.0-beta.8 via ci/set_lance_version.py - verified - ran Trigger: refs/tags/v1.0.0-beta.8
This commit is contained in:
64
Cargo.lock
generated
64
Cargo.lock
generated
@@ -3032,8 +3032,8 @@ checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
||||
|
||||
[[package]]
|
||||
name = "fsst"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow-array",
|
||||
"rand 0.9.2",
|
||||
@@ -4217,8 +4217,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow-arith",
|
||||
@@ -4282,8 +4282,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-arrow"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
@@ -4301,8 +4301,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-bitpacking"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrayref",
|
||||
"paste",
|
||||
@@ -4311,8 +4311,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-core"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
@@ -4348,8 +4348,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-datafusion"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow-array",
|
||||
@@ -4378,8 +4378,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-datagen"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow-array",
|
||||
@@ -4396,8 +4396,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-encoding"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow-arith",
|
||||
"arrow-array",
|
||||
@@ -4434,8 +4434,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-file"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow-arith",
|
||||
"arrow-array",
|
||||
@@ -4467,8 +4467,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-index"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow-arith",
|
||||
@@ -4529,8 +4529,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-io"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow-arith",
|
||||
@@ -4570,8 +4570,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-linalg"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow-array",
|
||||
"arrow-buffer",
|
||||
@@ -4587,8 +4587,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-namespace"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"async-trait",
|
||||
@@ -4600,8 +4600,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-namespace-impls"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow-ipc",
|
||||
@@ -4639,8 +4639,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-table"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow-array",
|
||||
@@ -4679,8 +4679,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "lance-testing"
|
||||
version = "1.0.0-beta.7"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.7#9cf75b13d6b3e38285d06dce206f6e16a2c06aa2"
|
||||
version = "1.0.0-beta.8"
|
||||
source = "git+https://github.com/lance-format/lance.git?tag=v1.0.0-beta.8#1329bf440128047c279079ab7b0ff89a75d23c23"
|
||||
dependencies = [
|
||||
"arrow-array",
|
||||
"arrow-schema",
|
||||
|
||||
28
Cargo.toml
28
Cargo.toml
@@ -15,20 +15,20 @@ categories = ["database-implementations"]
|
||||
rust-version = "1.78.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
lance = { "version" = "=1.0.0-beta.7", default-features = false, "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-core = { "version" = "=1.0.0-beta.7", "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-datagen = { "version" = "=1.0.0-beta.7", "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-file = { "version" = "=1.0.0-beta.7", "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-io = { "version" = "=1.0.0-beta.7", default-features = false, "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-index = { "version" = "=1.0.0-beta.7", "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-linalg = { "version" = "=1.0.0-beta.7", "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-namespace = { "version" = "=1.0.0-beta.7", "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-namespace-impls = { "version" = "=1.0.0-beta.7", "features" = ["dir-aws", "dir-gcp", "dir-azure", "dir-oss", "rest"], "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-table = { "version" = "=1.0.0-beta.7", "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-testing = { "version" = "=1.0.0-beta.7", "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-datafusion = { "version" = "=1.0.0-beta.7", "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-encoding = { "version" = "=1.0.0-beta.7", "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-arrow = { "version" = "=1.0.0-beta.7", "tag" = "v1.0.0-beta.7", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance = { "version" = "=1.0.0-beta.8", default-features = false, "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-core = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-datagen = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-file = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-io = { "version" = "=1.0.0-beta.8", default-features = false, "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-index = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-linalg = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-namespace = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-namespace-impls = { "version" = "=1.0.0-beta.8", "features" = ["dir-aws", "dir-gcp", "dir-azure", "dir-oss", "rest"], "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-table = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-testing = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-datafusion = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-encoding = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
lance-arrow = { "version" = "=1.0.0-beta.8", "tag" = "v1.0.0-beta.8", "git" = "https://github.com/lance-format/lance.git" }
|
||||
ahash = "0.8"
|
||||
# Note that this one does not include pyarrow
|
||||
arrow = { version = "56.2", optional = false }
|
||||
|
||||
Reference in New Issue
Block a user