From 25b5adeeff375460434d36abe8b3334f0ae7193f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 03:47:07 +0000 Subject: [PATCH] Bump mlflow Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.20.2 to 3.4.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.20.2...v3.4.0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/sagemaker-mlflow-trace-evaluate-langgraph-agent/requirements.txt b/operations/sagemaker-mlflow-trace-evaluate-langgraph-agent/requirements.txt index a67bc8f..dae5b4d 100644 --- a/operations/sagemaker-mlflow-trace-evaluate-langgraph-agent/requirements.txt +++ b/operations/sagemaker-mlflow-trace-evaluate-langgraph-agent/requirements.txt @@ -4,7 +4,7 @@ evaluate>=0.4.3 ipykernel>=6.29.5 langchain-aws>=0.2.14 langgraph>=0.3.2 -mlflow==2.20.2 +mlflow==3.4.0 nltk>=3.9.1 pandas>=2.2.0 psutil>=7.0.0