Skip to content

chore(deps): bump mlflow from 3.10.0 to 3.14.0 - #435

Merged
twsl merged 1 commit into
mainfrom
dependabot/uv/mlflow-3.11.1
Jul 29, 2026
Merged

chore(deps): bump mlflow from 3.10.0 to 3.14.0#435
twsl merged 1 commit into
mainfrom
dependabot/uv/mlflow-3.11.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Bumps mlflow from 3.10.0 to 3.14.0.

Release notes

Sourced from mlflow's releases.

v3.14.0

MLflow 3.14.0 includes several major features and improvements

Major New Features

  • 🚀 One-command agent onboarding with mlflow agent setup: Install MLflow, set up tracing, and hand your favorite coding agent (Claude Code, OpenAI Codex, or OpenCode) the MLflow skills to instrument your app, all from a single command.
  • Durable, low-latency tracing for Claude Code: Roll out Claude Code tracing across a team with confidence: a write-ahead-log keeps it from slowing the agent, overwhelming the tracking server, or losing traces on a network blip or crash.
  • 📝 Review Queues for traces: Assign traces to reviewers (or agents) and collect structured feedback and ground-truth annotations in the UI, written straight back onto the trace so they are immediately usable for evaluation.
  • 🗂️ Revamped evaluation dataset UI: Browse, inspect, edit, and bulk-manage evaluation dataset records directly in the UI, with click-through to the source trace.
  • 🧪 Pytest integration for regression testing: Write GenAI regression tests as plain pytest functions with the @mlflow.test marker, gate them in CI, and review test history and per-assertion judge results in the UI.
  • 🎛️ LLM Playground: Iterate on prompts in the browser against your AI Gateway endpoints and Prompt Registry versions, with settings, tools, structured output, and template variables.

Breaking Changes

Other Assorted Features & Improvements:

... (truncated)

Changelog

Sourced from mlflow's changelog.

3.14.0 (2026-06-17)

MLflow 3.14.0 includes several major features and improvements

Major New Features

  • 🚀 One-command agent onboarding with mlflow agent setup: Install MLflow, set up tracing, and hand your favorite coding agent (Claude Code, OpenAI Codex, or OpenCode) the MLflow skills to instrument your app, all from a single command.
  • Durable, low-latency tracing for Claude Code: Roll out Claude Code tracing across a team with confidence: a write-ahead-log keeps it from slowing the agent, overwhelming the tracking server, or losing traces on a network blip or crash.
  • 📝 Review Queues for traces: Assign traces to reviewers (or agents) and collect structured feedback and ground-truth annotations in the UI, written straight back onto the trace so they are immediately usable for evaluation.
  • 🗂️ Revamped evaluation dataset UI: Browse, inspect, edit, and bulk-manage evaluation dataset records directly in the UI, with click-through to the source trace.
  • 🧪 Pytest integration for regression testing: Write GenAI regression tests as plain pytest functions with the @mlflow.test marker, gate them in CI, and review test history and per-assertion judge results in the UI.
  • 🎛️ LLM Playground: Iterate on prompts in the browser against your AI Gateway endpoints and Prompt Registry versions, with settings, tools, structured output, and template variables.

Breaking Changes

Other Assorted Features & Improvements:

... (truncated)

Commits
  • 86cd7f5 Bump version to 3.14.0 (#24052)
  • 2db0fed Add docs page for @mlflow.test pytest regression testing (#24011)
  • 6786bef [3/3] Show regression-test results in the existing eval-run UI (#23985)
  • fb1a4ed Skip tracking backend prompt in mlflow agent setup when `MLFLOW_TRACKING_UR...
  • 4d7a1b3 Fix ChrfScore RAGAS scorer instantiation due to class name mismatch (#24047)
  • a64ca84 [Fix] Restore scrolling in the Playground conversation area (#24042)
  • 03dd3d2 Fix make_judge doc: self-referential deprecation note and link typo (#24046)
  • 1b64388 [Fix] Map OpenAI Agents SDK guardrail spans to SpanType.GUARDRAIL (#24044)
  • 4b60b87 Add "Save prompt to registry" action to the Prompt Playground (#24021)
  • 437d9f6 Surface review-question modal failures as toasts (#24035)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 13, 2026
@dependabot
dependabot Bot requested a review from twsl as a code owner April 13, 2026 17:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 13, 2026
@github-actions

github-actions Bot commented Apr 13, 2026

Copy link
Copy Markdown

Code Coverage Linux 3.11

Code Coverage

Package Line Rate Branch Rate Complexity Health
. 36% 0% 0
utils 18% 0% 0
Summary 34% (114 / 335) 0% (0 / 134) 0

Results for commit 60d245a.

@github-actions

github-actions Bot commented Apr 13, 2026

Copy link
Copy Markdown

Code Coverage Linux 3.12

Code Coverage

Package Line Rate Branch Rate Complexity Health
. 36% 0% 0
utils 18% 0% 0
Summary 34% (114 / 335) 0% (0 / 134) 0

Results for commit 60d245a.

@github-actions

github-actions Bot commented Apr 13, 2026

Copy link
Copy Markdown

Test Results Linux 3.11

1 tests   1 ✅  18s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit 6e5a298.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Apr 13, 2026

Copy link
Copy Markdown

Test Results Linux 3.12

1 tests   1 ✅  25s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit 6e5a298.

♻️ This comment has been updated with latest results.

@twsl

twsl commented Jul 28, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [mlflow](https://github.com/mlflow/mlflow) from 3.10.0 to 3.14.0.
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v3.10.0...v3.14.0)

---
updated-dependencies:
- dependency-name: mlflow
  dependency-version: 3.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump mlflow from 3.10.0 to 3.11.1 chore(deps): bump mlflow from 3.10.0 to 3.14.0 Jul 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/mlflow-3.11.1 branch from dbe249e to 6e5a298 Compare July 28, 2026 12:40
@twsl
twsl merged commit 0b91005 into main Jul 29, 2026
10 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/mlflow-3.11.1 branch July 29, 2026 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant