From 09e359f5ad49564ca32e3b49ee666a834cca69b1 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 29 Aug 2024 15:27:48 -0500 Subject: [PATCH] Add a link to the multiple index docs in the alternative index guide (#6826) --- docs/guides/integration/alternative-indexes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guides/integration/alternative-indexes.md b/docs/guides/integration/alternative-indexes.md index e7dd67c57..358ae64f1 100644 --- a/docs/guides/integration/alternative-indexes.md +++ b/docs/guides/integration/alternative-indexes.md @@ -4,6 +4,12 @@ While uv uses the official Python Package Index (PyPI) by default, it also suppo package indexes. Most alternative indexes require various forms of authentication, which requires some initial setup. +!!! important + + Please read the dcocumentation on [using multiple indexes](../../pip/compatibility.md#packages-that-exist-on-multiple-indexes) + in uv — the default behavior is different from pip to prevent dependency confusion attacks, but + this means that uv may not find the versions of a package as you'd expect. + ## Azure Artifacts uv can install packages from