Skip to content

Commit 6c83817

Browse files
neersightedabn
authored andcommitted
Revert "Update packaging requirement to support >= 20.4 (e.g. 21.0) (#4362)"
This reverts commit 6e53b90.
1 parent d9ba44b commit 6c83817

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ html5lib = "^1.0"
4343
shellingham = "^1.1"
4444
tomlkit = ">=0.7.0,<1.0.0"
4545
pexpect = "^4.7.0"
46-
# Leave unclamped since packaging doesn't follow semantic versioning.
47-
packaging = ">=20.4"
46+
packaging = "^20.4"
4847
# exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953
4948
virtualenv = "(>=20.4.3,<20.4.5 || >=20.4.7)"
50-
# Leave unclamped since keyring doesn't follow semantic versioning.
5149
keyring = ">=21.2.0"
5250
entrypoints = "^0.3"
5351
importlib-metadata = {version = "^1.6.0", python = "<3.8"}

0 commit comments

Comments
 (0)