bug: Update reservation_tool lockfile#197
Merged
pdettori merged 1 commit intokagenti:mainfrom Mar 23, 2026
Merged
Conversation
Signed-off-by: Ed Snible <snible@us.ibm.com>
cwiklik
approved these changes
Mar 24, 2026
Collaborator
cwiklik
left a comment
There was a problem hiding this comment.
Lockfile sync fix — removes stale pyjwt dependency from uv.lock that was blocking Docker builds. LGTM.
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 reservation tool cannot be used because it expects a uv.lock that matches, but the file doesn't match.
Local build attempts with Docker fail with "The lockfile at
uv.lockneeds to be updated, but--lockedwas provided. To update the lockfile, runuv lock."This PR was generated by running
uv lock.Related issue(s)
#196
This causes our release tagging to fail. The most recent failure is alpha.4: https://github.com/kagenti/agent-examples/actions/runs/23249686675
(Optional) Testing Instructions
I tested this using Podman and
time docker build --load --tag ghcr.io/kagenti/agent-examples/reservation_tool:ecs-debug .from theagent-examples/mcp/reservation_tool directory.
Fixes #
#196