fix(uv): support virtual members and more uv_build build backend configuration options - #110
Merged
Merged
Conversation
aoright
reviewed
Sep 25, 2026
aoright
left a comment
There was a problem hiding this comment.
Verified the changes across virtual workspace resolution and module layouts:
- Workspace resolution: Local package discovery now properly includes virtual workspace roots and virtual packages (
tool.uv.package = falseor missingbuild-system), ensuring transitive dependency resolution (find_transitive_local_deps) can traverse through virtual intermediate packages down to editable dependencies. - Build plan: Staging accurately treats packages with
package = falseas dependency-only containers, preservingpyproject.tomlfor lock resolution while preventing spurious source staging. - Layout support: The added
module_pathsproperty correctly accounts for[tool.uv.build-backend]custom module roots and names, ensuring compatibility with renamed and custom package structures. - Dependency audit: Patched
anyio(4.14.2) across workspace lockfiles satisfies vulnerability audits.
All 14 CI checks (dagger pipeline, deptry, ruff lint/format, uv:audit, zizmor) pass cleanly.
uv_build build backend configuration options
Contributor
Author
|
@aoright please do not spam here, I can manage it myself, thanks |
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.
No description provided.