Add supporting new package manager uv
for Python
#27817
Replies: 5 comments 1 reply
-
Hi there, You're asking us to support a new package manager. We need to know some basic information about this package manager first. Please copy/paste the new package manager questionnaire, and fill it out in full. Once the questionnaire is filled out we'll decide if we want to support this new manager. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
I think this is possible with: |
Beta Was this translation helpful? Give feedback.
-
New package manager questionnaireDid you read our documentation on adding a package manager?
BasicsWhat's the name of the package manager?uv What language(s) does this package manager support?Python How popular is this package manager?This is a new manager, but it feels like it will replace Does this language have other (competing?) package managers?poetry, pip
What are the big selling points for this package manager?
Explain how this package manager is different from existing ones
Detecting package filesWhat kind of package files, and names, does this package manager use?
Which
|
Beta Was this translation helpful? Give feedback.
-
Converted to featured request issue: #27841 |
Beta Was this translation helpful? Give feedback.
-
Tell us more.
Hi. The Python world has created new package manager, which is more productive than
pip
orpoetry
.Package manager for python - uv
uv
usage standardpep-621
. There is a problem that Renovate only updates the version specified in pyproject.toml, but does not update it in requirements.txt (this is analog to lock files in other languages). This causes trouble, because of which you have to go into this MR and manually push a commit with compile requirements.txt (lock file).You can add an update requirements.txt (lock file, it may be named differently) in the same commit?
Beta Was this translation helpful? Give feedback.
All reactions