uv version 0.4.23+ [[tool.uv.index]] option currently not supported #32265
Labels
manager:pep621
Python pyproject.toml files
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
Discussed in #32226
Originally posted by fdorssers October 30, 2024
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.
The text was updated successfully, but these errors were encountered: