Skip to content

Commit

Permalink
Prevent packaging 22.0 (#27)
Browse files Browse the repository at this point in the history
* Prevent packaging 22.0

* Update HISTORY.md
  • Loading branch information
ofek authored Dec 30, 2022
1 parent bfc06c8 commit ab2064a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

***Fixed:***

- Prevent the installation of a version of packaging that is known to be broken on macOS

## 0.14.0 - 2022-08-28

***Added:***
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ classifiers = [
dependencies = [
"hatchling>=1.7.1",
"mypy~=0.971",
"packaging!=22.0",
"pathspec",
"setuptools",
]
Expand Down

0 comments on commit ab2064a

Please sign in to comment.