From 004d1b39f736c889c8aab791128c243478645376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:41:45 +0000 Subject: [PATCH] Bump mlflow in /deploy-model-with-mlflow/mlflow-sklearn/model_dir Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.22.1 to 3.5.0rc0. - [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.22.1...v3.5.0rc0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.5.0rc0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../mlflow-sklearn/model_dir/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-model-with-mlflow/mlflow-sklearn/model_dir/requirements.txt b/deploy-model-with-mlflow/mlflow-sklearn/model_dir/requirements.txt index 1ab705b..85418bc 100644 --- a/deploy-model-with-mlflow/mlflow-sklearn/model_dir/requirements.txt +++ b/deploy-model-with-mlflow/mlflow-sklearn/model_dir/requirements.txt @@ -1,4 +1,4 @@ -mlflow==2.22.1 +mlflow==3.5.0rc0 cloudpickle==3.0.0 lz4==4.4.4 numpy==1.26.4