Skip to content

chore(deps): bump mlflow-skinny from 3.11.1 to 3.12.0#47

Merged
mpkrass7 merged 1 commit into
mainfrom
dependabot/pip/mlflow-skinny-3.12.0
May 19, 2026
Merged

chore(deps): bump mlflow-skinny from 3.11.1 to 3.12.0#47
mpkrass7 merged 1 commit into
mainfrom
dependabot/pip/mlflow-skinny-3.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 17, 2026

Bumps mlflow-skinny from 3.11.1 to 3.12.0.

Release notes

Sourced from mlflow-skinny's releases.

v3.12.0

MLflow 3.12.0 includes several major features and improvements

Major New Features

  • 🖼️ Multimodal Tracing: Users can now store multimodal content in tracing spans as artifact attachments instead of inline binary data. We've also patched the UI to support the new mlflow-attachment:// style URI, with rich rendering available for PDFs, audio, and images.
  • 🤖 Codex, Gemini, Qwen coding agent tracing support: Similar to our Claude Code tracing integration, we've now added support for the Codex, Gemini, and Qwen coding agent platforms as well!
  • 🛡️ Gateway guardrails: You can now set guardrails on your gateway endpoints to prevent unsafe or non-compliant model inputs and outputs. Try it out in the MLflow UI!
  • ⚡ Trace table pagination: The traces tab is now paginated, rather than fetching all traces up to a limit of 1000. This improves initial load time, and makes the page feel more responsive overall.

Breaking Changes

Other Assorted Features & Improvements:

... (truncated)

Changelog

Sourced from mlflow-skinny's changelog.

3.12.0 (2026-05-04)

MLflow 3.12.0 includes several major features and improvements

Major New Features

  • 🖼️ Multimodal Tracing: Users can now store multimodal content in tracing spans as artifact attachments instead of inline binary data. We've also patched the UI to support the new mlflow-attachment:// style URI, with rich rendering available for PDFs, audio, and images.
  • 🤖 Codex, Gemini, Qwen coding agent tracing support: Similar to our Claude Code tracing integration, we've now added support for the Codex, Gemini, and Qwen coding agent platforms as well!
  • 🛡️ Gateway guardrails: You can now set guardrails on your gateway endpoints to prevent unsafe or non-compliant model inputs and outputs. Try it out in the MLflow UI!
  • ⚡ Trace table pagination: The traces tab is now paginated, rather than fetching all traces up to a limit of 1000. This improves initial load time, and makes the page feel more responsive overall.

Breaking Changes

Other Assorted Features & Improvements:

... (truncated)

Commits
  • 75b30ca Bump version to 3.12.0 (#23065)
  • 263031c Redact presigned URL credentials in urllib3 retry logs (#22995)
  • 725bcda Add coding agents section to AI Gateway quick start (#23006)
  • 7eebae8 Deprecate enable_mlserver in pyfunc serving backend (#22994)
  • 8464081 Restore expandable max height of params/metrics boxes on run details page (#2...
  • 2640035 Fix assessment logging silently dropped in distributed tracing (#22963)
  • f3fed29 [UI] Restore visible label on trace assessments pane toggle (#22978)
  • e57e2d2 Add hint and benchmark for issue detection cost (#22919)
  • 390a57e Filter _list_budget_windows results by active workspace when request is wor...
  • cdbba9a Track telemetry event when user sends a message in the Assistant chat panel (...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mlflow-skinny](https://github.com/mlflow/mlflow) from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v3.11.1...v3.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 17, 2026
@mpkrass7 mpkrass7 merged commit a156ea9 into main May 19, 2026
@mpkrass7 mpkrass7 deleted the dependabot/pip/mlflow-skinny-3.12.0 branch May 19, 2026 20:37
datasciencemonkey added a commit that referenced this pull request May 19, 2026
The previous requirements.txt pinned starlette==1.0.0 (not a real PyPI
release). After mlflow-skinny 3.12.0 landed (#47) with its starlette<1
cap, deploys started failing at install time with an unresolvable
conflict (fastapi>=0.46.0, mcp>=0.27, mlflow-skinny<1) plus
"no matching distributions available for starlette==1.0.0".

Re-ran `uv pip compile pyproject.toml -o requirements.txt` — resolver
picks starlette==0.52.1, which satisfies all three constraints.
Verified by installing the full lockfile into a clean Python 3.11 venv
(matches the Databricks Apps runtime) and running `uv pip check`:
all 67 packages compatible.
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant