Skip to content

Commit 0481d2d

Browse files
committed
fix: relax restriction on packaging to >=19.0
23.1 was the current version when we first added packaging, which was why it was chosen. We don't really need anything except conformance to PEP 508, though. 19.0 was the last time packaging's changelog mentions that PEP, so that should be good enough.
1 parent 1b05a08 commit 0481d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ PyYAML = ">=5.3.0"
3636
inflection = ">=0.3.0"
3737
importlib-metadata = ">=0.8"
3838
importlib-resources = "^5.4.0"
39-
packaging = ">=21.3"
39+
packaging = ">=19.0"
4040
# If you include "Django" as an optional dependency here, you'll be able to use poetry to install it
4141
# in your dev environment. However, doing so causes poetry v1.2.0 to remove it from the virtualenv
4242
# *created and managed by tox*, i.e. not your dev environment.

0 commit comments

Comments
 (0)