From ce6757580117b762b8db43948e9aace4706aa76f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:12:35 +0000 Subject: [PATCH] Bump mlflow Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.20.2 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/v2.20.2...v3.5.0rc0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.5.0rc0 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..4e13d60 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.5.0rc0 nltk>=3.9.1 pandas>=2.2.0 psutil>=7.0.0