From 8a5e7c478dad51818c844d11263860759d1dd47a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:45:46 +0000 Subject: [PATCH] Bump mlflow from 2.12.1 to 3.6.0 Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.12.1 to 3.6.0. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](https://github.com/mlflow/mlflow/compare/v2.12.1...v3.6.0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- mlflow/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 66af43c..fc11a00 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ fastapi>=0.110.0 pydantic>=2.0.0 # Required for MLflow and pkg_resources setuptools -mlflow==2.12.1 +mlflow==3.6.0 cloudpickle==3.0.0 numpy==1.26.4 packaging==24.0 diff --git a/mlflow/requirements.txt b/mlflow/requirements.txt index c573328..5a96e5d 100644 --- a/mlflow/requirements.txt +++ b/mlflow/requirements.txt @@ -1,5 +1,5 @@ # --- MLflow dependency --- setuptools>=68.0.0 psycopg2-binary==2.9.11 -mlflow==2.12.1 +mlflow==3.6.0 boto3==1.40.59