fix: refresh uv lockfile - #27
Open
moul wants to merge 1 commit into
Open
Conversation
chrlesur
requested changes
Jul 8, 2026
chrlesur
left a comment
Collaborator
There was a problem hiding this comment.
Review
Verdict: request changes — the refresh is correct and needed, but one field is already stale and would defeat the PR's own purpose if merged as-is.
Checks performed
requires-distentries verified againstpyproject.tomlon currentmain: exact match (boto3>=1.40,httpx>=0.28,mcp[cli]>=1.27.0,openai>=1.50,httpx-sseremoved — consistent with the v2.0.0 dependency hardening).- Locked (resolved) versions verified against the new minima:
boto3 1.42.89,httpx 0.28.1,openai 2.31.0,mcp 1.27.0— all satisfy the constraints. - This unblocks
uv run pytestfor everyone (the lock parse error at line 431 is also called out in #28/#29).
Blocking
version = "2.5.2"for the editablelive-memorypackage is already stale. The project version is dynamic (version = {file = "VERSION"}) andmainreleased v2.5.4 today (2026-07-08). Merged as-is, the lockfile is immediately out of date again (uv lock --check/uv sync --lockedwould fail on the version metadata mismatch) — which is exactly the failure mode this PR sets out to fix.- Ask: rebase on current
main, re-runuv lock, and push — the refreshed lock should capture2.5.4.
Note: uv is not available on my review machine, so I could not run uv lock --check locally; please confirm it passes after the rebase.
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
Tests