From bd744edd80a3c59d0fe151e2522543e83c2e0e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 02:24:51 +0000 Subject: [PATCH] chore(deps-dev): update mlflow requirement from >=3.1 to >=3.15.1 Updates the requirements on [mlflow](https://github.com/mlflow/mlflow) to permit the latest version. - [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.1.0...v3.15.1) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8870fe9..ce3c645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ localrag = "localrag.cli.app:app" [project.optional-dependencies] rerank = ["sentence-transformers>=3"] embedding = ["sentence-transformers>=3"] -tracking = ["mlflow>=3.1"] +tracking = ["mlflow>=3.15.1"] observability = [ "opentelemetry-api>=1.29,<2", "opentelemetry-sdk>=1.29,<2",