uv version 0.4.23+ [[tool.uv.index]] option currently not supported #32226
Replies: 4 comments 3 replies
-
At which point are things incorrect? I assume it is in the "extract" phase where registryUrls can be detected. If so, a reproduction is entirely possible because the problem is visible before the lookup happens. |
Beta Was this translation helpful? Give feedback.
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
-
Looks like it's partially related to discussion #31841 . Primary difference where parameters come from, how they're used (setting username and pass as environment variables), and what packages are checked against what index ( |
Beta Was this translation helpful? Give feedback.
-
Converted to issue: #32265 |
Beta Was this translation helpful? Give feedback.
-
Hi all, I'm using Renovate for a repo that uses uv with dependencies both from the normal pypi index, as well as a private artifactory index. At the moment Renovate does not recognize the index definition
pyproject.toml
.In 0.4.23 (PR, docs) uv introduced the option to define your indices in
pyproject.toml
as follows:Where verification with the private source can be done with a username and password set as environment variables with the names:
Currently, even when I provide these environment variables to renovate, it does not recognize the packages. Below some examples from the logs:
This currently prevents Renovate from:
A minimal reproduction repository showcasing index url extraction is available here.
Beta Was this translation helpful? Give feedback.
All reactions