Skip to content

Commit

Permalink
fix(#1202): update unearth to fix package install issue for private pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Jul 6, 2022
1 parent e05aadc commit 204f96c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions news/1202.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update `unearth` to fix a bug that install links with weak hashes are skipped. This often happens on self-hosted PyPI servers.
12 changes: 6 additions & 6 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"shellingham>=1.3.2",
"python-dotenv>=0.15",
"resolvelib>=0.8,<0.9",
"unearth>=0.4.1,<0.5.0",
"unearth>=0.5.0,<1",
"installer>=0.5.1,<0.6",
"pdm-pep517>=1.0.0,<2.0.0",
"cachecontrol[filecache]>=0.12.11",
Expand Down

0 comments on commit 204f96c

Please sign in to comment.