Bump LucidLink SDK 0.6.0 → 0.10.0 - #1
Open
markt-heximal wants to merge 1 commit into
Open
Conversation
Swap the pinned wheel (docker/) and update Dockerfile references. New wheel: lucidlink-0.10.0-py3-none-manylinux_2_35_x86_64.whl - tag relaxed cp312-cp312 -> py3-none (no longer Python-3.12 ABI-locked) - glibc floor 2.28 -> 2.35 (base python:3.12-slim/bookworm = glibc 2.36, OK) Verified on branch (amd64 build under emulation on aarch64 host): - image builds, lucidlink-0.10.0 installs cleanly - all backend-used symbols import at runtime: create_daemon, ServiceAccountCredentials, Workspace.link_filespace/list_filespaces, Filesystem.read_file/write_file/list_dir NOT yet validated: live daemon runtime + real filespace read/write (needs an x86_64 host + SA token).
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.
What
Bumps the vendored LucidLink Python SDK wheel 0.6.0 → 0.10.0 (latest on PyPI, 2026-06-20) and updates the
docker/Dockerfilereferences.lucidlink-0.10.0-py3-none-manylinux_2_35_x86_64.whlcp312-cp312→py3-none(no longer Python-3.12 ABI-locked)2.28→2.35(basepython:3.12-slim/bookworm = glibc 2.36, OK)Why it's safe (no public changelog — SDK is proprietary + beta)
Verified by diffing the actual wheels. Every SDK symbol
docker/lucidlink_api.pycalls survives with identical signatures:create_daemon,ServiceAccountCredentials,Workspace.link_filespace/list_filespaces,Filesystem.read_file/write_file/list_dir.__init__exports unchanged; remaining churn is internal (models.pysplit, native liblucidlink_native.so→liblucid.so, newconst.py/_redaction.py).Validated
lucidlink-0.10.0installs cleanlyBefore merge
docker compose up -d --build, thenlist_filespaces+ one read/write round-trip (beta SDK — signatures match but runtime behavior isn't guaranteed identical)🤖 Generated with Claude Code