From d173d5fc941e74a4044bd542b08f68e033359931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 20:25:26 +0000 Subject: [PATCH] Bump mlflow Bumps [mlflow](https://github.com/mlflow/mlflow) from 3.11.0rc1 to 3.11.1. - [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.11.0rc1...v3.11.1) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.11.1 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 f128466..83c0f52 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==5.0.0rc3 -mlflow==3.11.0rc1 +mlflow==3.11.1 sagemaker-mlflow psutil \ No newline at end of file