feat: add lancedb 0.29.2 support#15
Merged
gordonmurray merged 3 commits intolance-format:mainfrom Feb 24, 2026
Merged
Conversation
- Add constraints-0.29.2.txt with pyarrow>=16,<22 - Remove numpy<2.0 upper bound (0.29.2 supports numpy 2.x) - Add 0.29.2 to CI build and test matrices - Update latest/stable tags to point to 0.29.2 - Update Dockerfile default to 0.29.2
Older lancedb versions (0.3.x–0.16.0) are incompatible with numpy 2.x. Keep numpy<2.0 in requirements.txt as the safe default and add numpy>=2.0 to the 0.29.2 constraint file instead.
Pip constraints cannot widen requirements, so the numpy pin must live in each constraint file rather than requirements.txt. Old versions (0.3.1–0.24.3) get numpy<2.0; 0.29.2 has no numpy constraint and picks up numpy 2.x naturally.
Collaborator
Author
|
Ready to review if you have a chance @ayao227 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
constraints-0.29.2.txtfor lancedb 0.29.2 withpyarrow>=16,<22numpy<2.0upper bound since lancedb 0.29.2 supports numpy 2.xlatest/stableDocker tags to point to 0.29.2LANCEDB_VERSIONto 0.29.2Closes #11
Test plan
--build-arg LANCEDB_VERSION=0.29.2/healthzreports lancedb 0.29.2 and pyarrow 21.0.0/datasetslists all tables/datasets/tasks/rows?limit=3returns data/datasets/facts/schemareturns correct schema