feat(sandbox): add an optional compatible Driver SDK extra - #3678
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
f-trycua
force-pushed
the
feat/sandbox-driver-extra
branch
from
September 9, 2026 07:49
55abf5e to
c9cbf88
Compare
f-trycua
marked this pull request as ready for review
September 9, 2026 07:50
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.
Sandbox's typed Fleet connection needs the compatible generated Driver SDK. This adds
cua-sandbox[driver]withcua-driver==0.25.0, the public-registry lock entries, a packaging regression test, and a short install example. Base dependencies and the Release Please-managed Sandbox version (0.4.3) remain unchanged.Refs #2512.
Validation on
c9cbf88e2c21c33408c409fd6316f26053eeaf2c(Python 3.12, macOS arm64):cua-driver==0.25.0, not a locally built Driver candidate. Both modules import from installed wheels. WithCUA_SANDBOX_REQUIRE_NATIVE_DRIVER=1, isolated Python and pytest importlib mode: 238 typed-connection, native bridge, pool, transport, lifecycle, and cleanup tests pass, with no skips.uv lockadds only Driver and its optional dependency metadata; all five wheel hashes match the exact Driver release checksums.uv lock --checkpasses.git diff --checkpass.The Driver release and its five-platform wheel build/install gates passed in SDK publication. The local Sandbox/native bridge results above qualify the installed macOS package and simulated transport, not a live Fleet guest or Windows/Linux Sandbox extra execution.
Fresh PR CI and independent review remain the merge gates. Once merged, this feeds the Sandbox release PR (#3676); Release Please owns the version. The optional package does not deploy a Driver service or enable a hosted endpoint. Live hosted use still requires a compatible service and separately verified routing/isolation. Existing computer-server paths remain unchanged.