From d042bfe8541100c5004e349c87c1a57538bdc2e1 Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:59:43 -0500 Subject: [PATCH] Update Packaging Pin to >=23.0 (#1953) --- RELEASE.md | 2 ++ package/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 61e3547d44..cf1d5b9579 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -15,6 +15,8 @@ Please follow the established format: - Conditionally move session store and stats file to .viz directory. (#1915) ## Bug fixes and other changes + +- Relax `packaging` pin in requirements. (#1947) - Add favicon to kedro-viz documentation. (#1959) # Release 9.1.0 diff --git a/package/requirements.txt b/package/requirements.txt index c867b9ff0d..9c70123ae3 100644 --- a/package/requirements.txt +++ b/package/requirements.txt @@ -6,7 +6,7 @@ ipython>=7.0.0, <9.0 kedro>=0.18.0 networkx>=2.5 orjson~=3.9 -packaging~=23.0 +packaging>=23.0 pandas>=1.3 plotly>=4.0 pydantic>=2.0.0