From 7c2a901deea924c835a02713d80666328e0f5d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 22:31:31 +0000 Subject: [PATCH] Bump mlflow Bumps [mlflow](https://github.com/mlflow/mlflow) from 3.0.0 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/v3.0.0...v3.5.0rc0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.5.0rc0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../deployment/eks/demo/hero/training/fsdp/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Container-Root/hyperpod/deployment/eks/demo/hero/training/fsdp/src/requirements.txt b/Container-Root/hyperpod/deployment/eks/demo/hero/training/fsdp/src/requirements.txt index f896d6c..185b161 100644 --- a/Container-Root/hyperpod/deployment/eks/demo/hero/training/fsdp/src/requirements.txt +++ b/Container-Root/hyperpod/deployment/eks/demo/hero/training/fsdp/src/requirements.txt @@ -4,5 +4,5 @@ torch==2.7.1 torchaudio==2.7.1 torchvision==0.22.1 transformers==4.52.4 -mlflow==3.0.0 +mlflow==3.5.0rc0 sagemaker-mlflow \ No newline at end of file