From 563ed94a24cd80dbb988b0e1613caba466bf8449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 04:48:57 +0000 Subject: [PATCH] Bump mlflow Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.20.2 to 3.1.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.1.0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.1.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 1d45765..6a6f0f7 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.1.0 nltk>=3.9.1 pandas>=2.2.0 psutil>=7.0.0