-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Support python uv as pip-compile compatible replacement #10039
Comments
I think #10040 is ready for a review by the maintainers 🙂 |
Linking my comment here astral-sh/uv#5487 (comment) around supporting multi-synchronized-outputs, which I think is super relevant to the uv/dependabot integration. |
In the related issue #10478, I have just but the following comment on a work-around for getting fairly similar functionality to Dependabot in the meantime before this issue is resolved:
This might require a tiny bit of modification to work with |
Is there an existing issue for this?
Feature description
We are trying to draft support for using https://github.com/astral-sh/uv as a replacement for pip-tools in dependabot.
The reason for this is that uv is much faster and many projects have already started switching to it. UV is a pip-tools compatible replacement written in rust.
If we are lucky, it should be as easy as changing
pip-compile --stuff
foruv pip compile --stuff
and addinguv
as one of the python helpers requirements.The text was updated successfully, but these errors were encountered: