File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,14 @@ package with the following properties:
43
43
structure. When ` is_direct ` is ` true ` , this field is the same as the ` direct_url.json `
44
44
metadata, otherwise it represents the URL of the artifact obtained from the index or
45
45
` --find-links ` .
46
+
47
+ ``` {note}
48
+ For source archives, `download_info.archive_info.hash` may
49
+ be absent when the requirement was installed from the wheel cache
50
+ and the cache entry was populated by an older pip version that did not
51
+ record the origin URL of the downloaded artifact.
52
+ ```
53
+
46
54
- ` requested ` : ` true ` if the requirement was explicitly provided by the user, either
47
55
directely via a command line argument or indirectly via a requirements file. ` false `
48
56
if the requirement was installed as a dependency of another requirement.
You can’t perform that action at this time.
0 commit comments