summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2023-01-28 13:48:14 +0100
committerStéphane Bidoul <stephane.bidoul@gmail.com>2023-01-28 14:15:04 +0100
commit99dddc1616c98c0a3c0adc79431677cc3cb1ce38 (patch)
tree17f36cfa17218890d7094e27cd8c66cc799f112a /docs
parente69e265cb7b60fb2dacbbb2ab8fa3baaf24bfe4d (diff)
downloadpip-99dddc1616c98c0a3c0adc79431677cc3cb1ce38.tar.gz
pip inspect format declared stable
Diffstat (limited to 'docs')
-rw-r--r--docs/html/reference/inspect-report.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/html/reference/inspect-report.md b/docs/html/reference/inspect-report.md
index 50d83365c..e2c7301fd 100644
--- a/docs/html/reference/inspect-report.md
+++ b/docs/html/reference/inspect-report.md
@@ -10,10 +10,7 @@ environment, including installed distributions.
The report is a JSON object with the following properties:
-- `version`: the string `0`, denoting that the inspect command 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
@@ -72,7 +69,7 @@ this (metadata abriged for brevity):
```json
{
- "version": "0",
+ "version": "1",
"pip_version": "22.2.dev0",
"installed": [
{