Skip to content

Commit 969ecea

Browse files
committed
py(deps[libvcs]) Track subprocess-trimming branch (preview)
why: Validate the downstream impact of libvcs's verbatim-default output capture (vcs-python/libvcs#538) before it ships in a release. what: - Pin libvcs to the branch via [tool.uv.sources]. - Update uv.lock to the branch build.
1 parent 0347015 commit 969ecea

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ sphinx-gp-theme = false
161161
sphinx-ux-autodoc-layout = false
162162
sphinx-ux-badges = false
163163

164+
[tool.uv.sources]
165+
# Preview: track the in-development libvcs ``subprocess-trimming`` branch
166+
# (verbatim-default output capture) to validate downstream impact. Remove
167+
# once libvcs ships the change in a release.
168+
libvcs = { git = "https://github.com/vcs-python/libvcs.git", branch = "subprocess-trimming" }
169+
164170
[tool.mypy]
165171
python_version = "3.10"
166172
warn_unused_configs = true

uv.lock

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)