You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): add uv lock to post-release workflow to update stale lockfile (#5139)
# What does this PR do?
The post-release PRs fails CI because uv.lock still pins the old
llama-stack-client version, causing a client/server version mismatch in
integration tests. Run uv lock after bumping fallback_version so the
lockfile picks up the latest client release.
Signed-off-by: Charlie Doern <cdoern@redhat.com>
Co-authored-by: Francisco Javier Arceo <arceofrancisco@gmail.com>
0 commit comments