security: bump mlflow to 3.15.1 - #2298
Merged
Merged
Conversation
Signed-off-by: Kajal Jain <kajalj@nvidia.com>
balasaajay
previously approved these changes
Aug 4, 2026
…0.2.0 API stirrup 0.2.0 split the old max_tokens (context window) into two parameters: max_tokens (generation limit) and context_window_tokens (context capacity, now required). Pass context_window_tokens explicitly through the subclass __init__ and read it from self._context_window_tokens in generate() instead of self._max_tokens. Signed-off-by: Kajal Jain <kajalj@nvidia.com>
stirrup 0.2.0 validates max_tokens <= context_window_tokens; the default max_tokens is 64k so test values must be at least that large. Signed-off-by: Kajal Jain <kajalj@nvidia.com>
The stirrup >=0.1.12 requirement resolved to 0.2.0 independently of the mlflow version bump. That breakage pre-dates this PR and needs its own fix. Signed-off-by: Kajal Jain <kajalj@nvidia.com>
stirrup 0.2.0 (published 2026-08-04T00:12 UTC) added a required context_window_tokens kwarg to ChatCompletionsClient.__init__(), breaking the stirrup_agent server tests. Signed-off-by: Kajal Jain <kajalj@nvidia.com>
1 task
Taking main's stirrup>=0.1.12,<0.2 range cap over our ==0.1.12 pin (main's version was merged independently and is more flexible). Signed-off-by: Kajal Jain <kajalj@nvidia.com>
kajalj22
enabled auto-merge (squash)
August 4, 2026 14:44
thomasdhc
approved these changes
Aug 4, 2026
OlegSudakov
pushed a commit
to OlegSudakov/Gym
that referenced
this pull request
Aug 7, 2026
## Summary - Bumps \`mlflow\`, \`mlflow-skinny\`, and \`mlflow-tracing\` from \`3.14.0\` to \`3.15.1\` - Pins \`stirrup==0.1.12\` to block the coincidentally-released 0.2.0 which broke \`ChatCompletionsClient\` (unrelated to the mlflow bump, but fixed here to unblock CI) - Updates \`uv.lock\` accordingly ## Test plan - [ ] CI green --------- Signed-off-by: Kajal Jain <kajalj@nvidia.com>
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
Test plan