From 36691f45012f6d5e21fa85bfb430f2ae81b1707c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 21:08:02 +0000 Subject: [PATCH] Bump mlflow Bumps [mlflow](https://github.com/mlflow/mlflow) from 3.0.0 to 3.5.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/v3.0.0...v3.5.0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.5.0 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 38ea01f..e989362 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,6 +4,6 @@ torch==2.4.0 torchaudio==2.4.0 torchvision==0.19.0 transformers==4.44.0 -mlflow==3.0.0 +mlflow==3.5.0 sagemaker-mlflow psutil \ No newline at end of file