chore(cockpit): add missing uv.lock for chat/* + render/* python backends#713
Open
blove wants to merge 1 commit into
Open
chore(cockpit): add missing uv.lock for chat/* + render/* python backends#713blove wants to merge 1 commit into
blove wants to merge 1 commit into
Conversation
…ends The ag-ui, langgraph, deep-agents and examples python projects all track a uv.lock; the cockpit/chat/* (11) and cockpit/render/* (6) families did not, so their backends resolved deps unpinned on each uv sync. Generate and commit locks for all 17 for reproducible installs and parity with siblings.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Claude finished @blove's task in 1m 24s —— View job PR Review
This PR looks good. Lockfile-only change; no correctness, security, or API concerns. Spot-checked against the existing
The 17 files cover all missing backends (11 |
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.
Summary
The
cockpit/ag-ui/*,cockpit/langgraph/*,cockpit/deep-agents/*, andexamples/*python backends all track auv.lock, but thecockpit/chat/*(11) andcockpit/render/*(6) families did not — so their backends resolved dependencies unpinned on eachuv sync(non-reproducible installs). This surfaced when running the cockpit/chat/subagents e2e generated an untrackeduv.lock.This adds the missing
uv.lockfor all 17 projects, generated withuv lock(cross-platform resolution — no host-specific bindings), bringing them to parity with their siblings.Verification
uv locksucceeded for all 17 (each has a realgraph.pybackend +pyproject.toml).version = 1,revision = 3,requires-python = ">=3.12"); spot-checkedcockpit/chat/subagentsresolveslanggraph+langchain-openaias declared.No code changes — lockfiles only.
🤖 Generated with Claude Code