Skip to content

Commit 782d126

Browse files
committed
(v2) Add missing dependency packaging at min version 21
The recent switch from setup.py to pyproject.toml omitted dependency `packaging` Fixes: #2085
1 parent 19b72ba commit 782d126

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ inflection = ">= 0.3.1"
5454
Jinja2 = ">= 3.1.2"
5555
jsonschema = ">= 4.17.3"
5656
MarkupSafe = ">= 3.0.2"
57+
packaging = ">= 21"
5758
python-multipart = ">= 0.0.15"
5859
PyYAML = ">= 5.1"
5960
requests = ">= 2.27"

0 commit comments

Comments
 (0)