Skip to content

Commit

Permalink
Correct "introduced in <version>" docs for requests.max-retries
Browse files Browse the repository at this point in the history
The `requests.max-retries` option was added in Poetry 2.0.0, not 1.9.0:
#9422
https://github.com/python-poetry/poetry/blob/2.0.0/CHANGELOG.md?plain=1#L17
  • Loading branch information
edmorley committed Feb 25, 2025
1 parent 79c207b commit 85324a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ poetry config --local installer.build-config-settings.grpcio \

**Environment Variable**: `POETRY_REQUESTS_MAX_RETRIES`

*Introduced in 1.9.0*
*Introduced in 2.0.0*

Set the maximum number of retries in an unstable network.
This setting has no effect if the server does not support HTTP range requests.
Expand Down

0 comments on commit 85324a4

Please sign in to comment.