Skip to content

Commit

Permalink
Update packaging requirement to support >= 20.4 (e.g. 21.0) (#4362)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilGirdhar authored Nov 11, 2021
1 parent 6c86246 commit 6e53b90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ html5lib = "^1.0"
shellingham = "^1.1"
tomlkit = ">=0.7.0,<1.0.0"
pexpect = "^4.7.0"
packaging = "^20.4"
# Leave unclamped since packaging doesn't follow semantic versioning.
packaging = ">=20.4"
# exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953
virtualenv = "(>=20.4.3,<20.4.5 || >=20.4.7)"
# Leave unclamped since keyring doesn't follow semantic versioning.
keyring = ">=21.2.0"
entrypoints = "^0.3"
importlib-metadata = {version = "^1.6.0", python = "<3.8"}
Expand Down

2 comments on commit 6e53b90

@NeilGirdhar
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happened?

@neersighted
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see #4752 and related issues/PRs.

Please sign in to comment.