-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat(pip-compile): Support the --group uv pip compile option
#40665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(pip-compile): Support the --group uv pip compile option
#40665
Conversation
3761a13 to
5d762ac
Compare
viceice
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please expand PR description
5d762ac to
6ae79cc
Compare
@viceice Done! Let me know if you need more detail. |
RahulGautamSingh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand how it helps users of Renovate?
@RahulGautamSingh it's kind of a continuation of #39167 and it's meant to get rid of this error I saw in the logs after adding the .txt file: Though I'm no longer seeing that error in more recent jobs 🤔 |
|
Please, capture the bug in a minimal reproduction first. |
|
Hi there, Please help this Discussion progress 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 |
Here you go: https://github.com/edgarrmondragon/--renovate-repro-uv-pip-compile-group The error I see is and
|

Changes
Registers the
--group=...option ofuv pip compile. The help output describes this option as:so it's useful when want to export only certain dependency groups, e.g.
docs.Context
Please select one of the following:
AI assistance disclosure
Did you use AI tools to create any part of this pull request?
Please select one option and, if yes, briefly describe how AI was used (e.g., code, tests, docs) and which tool(s) you used.
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via:
The public repository: