From 9e1dda5ad94eaab49630d41adc708b0b27de1cea Mon Sep 17 00:00:00 2001 From: rxm7706 <95496360+rxm7706@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:10:23 -0500 Subject: [PATCH] Update Packaging Pin to >=23.0 Signed-off-by: rxm7706 <95496360+rxm7706@users.noreply.github.com> --- RELEASE.md | 1 + package/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 43b48161ea..93b6b81432 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -17,6 +17,7 @@ Please follow the established format: - Display published URLs. (#1907) ## Bug fixes and other changes +- Relax `packaging` pin in requirements. (#1947) # Release 9.1.0 diff --git a/package/requirements.txt b/package/requirements.txt index f40d3278de..f2ce697e2f 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