From dc943b100fcc52699628ac4545433dd625cd2f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yolan=20Honor=C3=A9-Roug=C3=A9?= Date: Mon, 5 Aug 2024 15:19:08 +0200 Subject: [PATCH] :boom: :pushpin: Officially drop support for mlflow<1.29.0 (#571) --- CHANGELOG.md | 5 +++++ requirements.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6504564d..238e74c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +### Changed + +- :boom: :pushpin: Officially drop support for ``mlflow<1.29.0`` which was implicit since the introduction of ``km.random_name`` resolver in [#481](https://github.com/Galileo-Galilei/kedro-mlflow/issues/481) ([#571](https://github.com/Galileo-Galilei/kedro-mlflow/issues/571)) + + ## [0.12.2] - 2024-04-18 ### Added diff --git a/requirements.txt b/requirements.txt index 8a8e9073..732f9f72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ kedro>=0.19.0, <0.20.0 kedro_datasets -mlflow>=1.0.0, <3.0.0 +mlflow>=1.29.0, <3.0.0 pydantic>=1.0.0, <3.0.0