From df530cc88ad284d1639ce2b2230ab543dcd57721 Mon Sep 17 00:00:00 2001 From: Blazej Michalik Date: Fri, 19 Jul 2024 00:03:33 +0200 Subject: [PATCH] Unconstrain 'packaging' requirement --- CHANGELOG.md | 2 ++ requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b3a59..2d97c82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - `WheelFile.from_wheelfile` constructor will now preserve `ZipInfo` attributes of the files from distinfo and data directories of the original archive. This includes file permissions. +- Unconstrained `packaging` requirement. At the time of writing this, all + versions up to `packaging==24.1` pass the tests on Linux. ## [0.0.8] - 2021-08-03 ### Changed diff --git a/requirements.txt b/requirements.txt index a535de9..6a3ebe6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -packaging ~= 20.8 +packaging >= 20.8