You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that uv is ignoring index strategies for installing distribution packages. E.g. when executing the next command: UV_INDEX_STRATEGY=unsafe-best-match uv pip install pdoc==0.11.0 --no-cache -vvv
Uv decides to use version 46.1.3 (minimal version is 40.8.0) which is the latest version on custom.pypi.index, however on the https://pypi.org index there is already version 70. Relevant part of the debug log:
It seems that uv is ignoring index strategies for installing distribution packages. E.g. when executing the next command:
UV_INDEX_STRATEGY=unsafe-best-match uv pip install pdoc==0.11.0 --no-cache -vvv
Uv decides to use version
46.1.3
(minimal version is40.8.0
) which is the latest version oncustom.pypi.index
, however on thehttps://pypi.org
index there is already version70
. Relevant part of the debug log:The text was updated successfully, but these errors were encountered: