fix: inflated release size due to lance-namespace transitive dependency (#2691)

Fixed the issue on lance-namespace side to avoid pinning to a specific
lance version. This should fix the issue of the increased release
artifact size and build time.
This commit is contained in:
Jack Ye
2025-09-30 11:18:32 -07:00
committed by GitHub
parent a416ebc11d
commit e0e7e01ea8
4 changed files with 581 additions and 1462 deletions

View File

@@ -10,7 +10,7 @@ dependencies = [
"pyarrow>=16",
"pydantic>=1.10",
"tqdm>=4.27.0",
"lance-namespace==0.0.6"
"lance-namespace>=0.0.16"
]
description = "lancedb"
authors = [{ name = "LanceDB Devs", email = "dev@lancedb.com" }]