Remove outdated description of index strategy (#13326)

This commit is contained in:
John Mumm 2025-05-07 15:18:21 +02:00 committed by GitHub
parent 5e7f3d2920
commit 1eaa432e37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -207,9 +207,7 @@ authenticate = "always"
```
When `authenticate` is set to `always`, uv will eagerly search for credentials and error if
credentials cannot be found. If the discovered credentials are not valid (i.e., the index returns a
HTTP 401 or 403), then uv will treat packages as unavailable and query the next configured index as
described in the [index strategy](#searching-across-multiple-indexes) section.
credentials cannot be found.
### Ignoring error codes when searching across indexes