Skip to content

Commit

Permalink
Unconstrain 'packaging' requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMino committed Jul 18, 2024
1 parent d14c787 commit df530cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
packaging ~= 20.8
packaging >= 20.8

0 comments on commit df530cc

Please sign in to comment.