summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2023-01-28 13:48:33 +0100
committerStéphane Bidoul <stephane.bidoul@gmail.com>2023-01-28 14:15:04 +0100
commit126e6f67a55220cc28596d25326e4fdaccbd120b (patch)
tree2144affbefbc1546817952399fad518e1c750dfa /docs
parent99dddc1616c98c0a3c0adc79431677cc3cb1ce38 (diff)
downloadpip-126e6f67a55220cc28596d25326e4fdaccbd120b.tar.gz
Install report format declared stable
Diffstat (limited to 'docs')
-rw-r--r--docs/html/reference/installation-report.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/html/reference/installation-report.md b/docs/html/reference/installation-report.md
index de67528cf..e0f241318 100644
--- a/docs/html/reference/installation-report.md
+++ b/docs/html/reference/installation-report.md
@@ -23,10 +23,7 @@ When considering use cases, please bear in mind that
The report is a JSON object with the following properties:
-- `version`: the string `0`, denoting that the installation report is an experimental
- feature. This value will change to `1`, when the feature is deemed stable after
- gathering user feedback (likely in pip 22.3 or 23.0). Backward incompatible changes
- may be introduced in version `1` without notice. After that, it will change only if
+- `version`: the string `1`. It will change only if
and when backward incompatible changes are introduced, such as removing mandatory
fields or changing the semantics or data type of existing fields. The introduction of
backward incompatible changes will follow the usual pip processes such as the
@@ -92,7 +89,7 @@ will produce an output similar to this (metadata abriged for brevity):
```json
{
- "version": "0",
+ "version": "1",
"pip_version": "22.2",
"install": [
{