Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 10, 2025

Bumps the pip group with 1 update: mlflow.

Updates mlflow from 2.16.0 to 3.1.0

Release notes

Sourced from mlflow's releases.

3️⃣ MLflow 3 3️⃣

MLflow 3: Redefining MLOps for the GenAI Era

MLflow 3 is now available to everyone, marking the biggest evolution in the best open-source MLOps platform's history and transforming how millions of developers build, deploy, AI applications. While previous versions focused on traditional ML workflows, MLflow 3 fundamentally reimagines the platform for the GenAI era. This isn't just an update, but a complete paradigm shift that brings enterprise-grade GenAI capabilities to the open source community for the first time.

🎯 Improved Model Tracking for GenAI

MLflow 3 introduces a refined architecture with the new LoggedModel entity as a first-class citizen, moving beyond the traditional run-centric approach. This enables better organization and comparison of GenAI models. agents, deep learning checkpoints, and model variants across experiments.

🔗 Comprehensive Performance Tracking & Observability

Enhanced model tracking provides comprehensive lineage between models, runs, traces, prompts, and evaluation metrics. The new model-centric design allows you to group traces and metrics from different development environments and production, enabling rich comparisons across model versions.

📊 Production-Grade GenAI Evaluation

MLflow's evaluation and monitoring capabilities help you systematically measure, improve, and maintain the quality of your GenAI applications throughout their lifecycle. From development through production, use the same quality scorers to ensure your applications deliver accurate, reliable responses while managing cost and latency. Visit documentation for more details.

👥 Human-in-the-Loop Feedback

Real-world GenAI applications need human oversight. MLflow 3 now tracks human annotations and feedback for model predictions, enabling streamlined human-in-the-loop evaluation cycles. This creates a collaborative environment where data scientists, domain experts, and stakeholders can efficiently improve model quality together. (Note: Currently available in Databricks Managed MLflow. Open source release coming in the next few months.)

⚡️ State-of-the-Art Prompt Optimization

Transform prompt engineering from art to science. The MLflow Prompt Registry now includes prompt optimization capabilities built on top of the state-of-the-art research, allowing you to automatically improve prompts using evaluation feedback and labeled datasets. This includes versioning, tracking, and systematic prompt engineering workflows.

📚 Revamped Website and Documentation

The MLflow documentation and website has been fully redesigned to support two main user journeys: GenAI development and classic machine learning workflows. The new structure offers dedicated sections for GenAI features (including LLMs, prompt engineering, and tracing), and traditional ML capabilities such as experiment tracking, model registry, deployment, and evaluation.

▶︎▶︎▶︎ Ready to Get Started? ▶︎▶︎▶︎

Get up and running with MLflow 3 in minutes:

pip install 'mlflow>=3.1'

Resources:

🌐 New Website | 📖 Documentation | 🎉:Release Notes

🏎️ The Road Ahead 🏎️

It is just the beginning. The open source community continues driving innovation toward the world's best open-source MLOps/LLMOps platform. Here's how you can be part of the journey:

How to Get Involved:

  • 🔧 Contribute Code: From bug fixes to major features, all contributions welcome
  • 🐝 Report Issues: Help us improve by reporting bugs and requesting features
  • 💬 Join Discussions: Technical discussions, roadmap planning, and peer support
  • 📝 Share Your Story: Write blogs, tutorials, and docs about your MLflow implementations to help others learn!

... (truncated)

Changelog

Sourced from mlflow's changelog.

CHANGELOG

3.1.2 (2025-07-08)

MLflow 3.1.2 is a patch release that includes several bug fixes.

Bug fixes:

  • [Tracking] Fix download_artifacts ignoring tracking_uri parameter (#16461, @​harupy)
  • [Models] Fix event type for ResponsesAgent error (#16427, @​bbqiu)
  • [Models] Remove falsey chat conversion for LangGraph models (#16601, @​B-Step62)
  • [Tracing] Use empty Resource when instantiating OTel provider to fix LiteLLM tracing issue (#16590, @​B-Step62)

Small fixes and documentation updates:

#16568, #16454, #16617, #16605, #16569, #16553, #16625, @​B-Step62; #16571, #16552, #16452, #16395, #16446, #16420, #16447, #16554, #16515, @​frontsideair; #16558, #16443, #16457, @​16442, #16449, @​harupy; #16509, #16512, #16524, #16514, #16607, @​TomeHirata; #16541, @​copilot-swe-agent; #16427, @​bbqiu; #16573, @​daniellok-db; #16470, #16281, @​BenWilson2

3.1.1 (2025-06-25)

MLflow 3.1.1 includes several major features and improvements

Features:

  • [Model Registry / Sqlalchemy] Increase prompt text limit from 5K to 100K (#16377, @​harupy)
  • [Tracking] Support pagination in get-history of FileStore and SqlAlchemyStore (#16325, @​TomeHirata)

Bug fixes:

Documentation updates:

Small bug fixes and documentation updates:

#16261, @​rohitarun-db; #16411, #16352, #16327, #16324, #16279, #16193, #16197, @​harupy; #16409, #16348, #16347, #16290, #16286, #16283, #16271, #16223, @​TomeHirata; #16326, @​mohammadsubhani; #16364, @​BenWilson2; #16308, #16218, @​serena-ruan; #16262, @​raymondzhou-db; #16191, @​copilot-swe-agent; #16212, @​B-Step62; #16208, @​frontsideair; #16205, #16200, #16198, @​daniellok-db

3.0.1 (2025-06-25)

MLflow 3.0.1 includes several major features and improvements

... (truncated)

Commits
  • 39a419b Run python3 dev/update_mlflow_versions.py pre-release ... (#16187)
  • c44e13f Run python3 dev/update_ml_package_versions.py (#16186)
  • 43b4091 Mlflow 3 docs refactor (#15954)
  • 4b74195 Remove log_models from openai autolog (#16178)
  • 3d6758f Fix labeling schemas usage (#16177)
  • 23595f4 [BUG] ERROR mlflow.server: Exception on /graphql when trying to open a run if...
  • 6464d1b Link prompts to traces when loaded via fluent API (#16167)
  • 5795d77 Update ML package versions for 3.1.0 (#16171)
  • a61080e Correct the way to check the error messages for optuna study (#16169)
  • e1dfdeb Move prompt registry APIs under mlflow.genai.prompt namespace (#16174)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the pip group with 1 update: [mlflow](https://github.com/mlflow/mlflow).


Updates `mlflow` from 2.16.0 to 3.1.0
- [Release notes](https://github.com/mlflow/mlflow/releases)
- [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md)
- [Commits](mlflow/mlflow@v2.16.0...v3.1.0)

---
updated-dependencies:
- dependency-name: mlflow
  dependency-version: 3.1.0
  dependency-type: direct:production
  dependency-group: pip
...

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 Jul 10, 2025
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