Skip to content

deps: advance cs_util develop pin in uv.lock (ff8fa2b → bedcdbf)#807

Merged
cailmdaley merged 1 commit into
developfrom
cs-util-lock-refresh
Jul 11, 2026
Merged

deps: advance cs_util develop pin in uv.lock (ff8fa2b → bedcdbf)#807
cailmdaley merged 1 commit into
developfrom
cs-util-lock-refresh

Conversation

@cailmdaley

@cailmdaley cailmdaley commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Closes #806.

Advances the pinned cs_util develop-branch commit in uv.lock to develop's current tip: ff8fa2bbedcdbf. pyproject.toml already sources cs_util from branch = "develop"; this just moves the frozen lock forward to the latest commit on it, so the published image ships current cs_util (with cs_util.size) instead of a months-old develop snapshot. Downstream sp_validation then inherits it from the base image.

(The 0.2.1 → 0.2.2 in the diff is just the setuptools_scm-derived version string of those two develop commits — not a release bump.)

Scoped uv lock --upgrade-package cs-util; lock-only, 2 lines (commit SHA + derived version).

🤖 Generated with Claude Code

https://claude.ai/code/session_01Vtw1qcgTrQ6YuMvxwYzNup

Scoped `uv lock --upgrade-package cs-util` so the published image carries the
current cs_util develop tip (bedcdbf5). 0.2.2 adds cs_util.size, which
downstream sp_validation relies on; keeping shapepipe's lock current means the
base image ships it rather than downstream having to force-upgrade cs_util in
its own build. Only the cs-util version + source SHA change.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vtw1qcgTrQ6YuMvxwYzNup
@cailmdaley cailmdaley changed the title deps: refresh cs_util develop pin in uv.lock (0.2.1 -> 0.2.2) deps: advance cs_util develop pin in uv.lock (ff8fa2b → bedcdbf) Jul 11, 2026
@cailmdaley cailmdaley merged commit 5b0bd78 into develop Jul 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refresh cs_util develop pin in uv.lock (ship current cs_util in the image)

1 participant