From bca90fc21f18e8f59e14b29a0929dcb29dd4b16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 04:44:27 +0000 Subject: [PATCH] Update mlflow requirement from <4,>=3.1 to >=3.15.0,<4 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.0) --- updated-dependencies: - dependency-name: mlflow dependency-version: 3.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 0109ab76..f83967e5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,4 +2,4 @@ pytest==7.4.4 pytest-black==0.6.0 # Intentionally tests against current MLflow 3.x; upper bound guards against a # breaking major-version bump landing silently in CI. -mlflow>=3.1,<4 +mlflow>=3.15.0,<4