-
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 |
Let's use #10478 to track this conversation. Closing this as a duplicate. |
It may look like a duplicate, but it's not.
|
thanks for the clarification @alex We're currently planning towards our upcoming quarter and one potential item for our roadmap is supporting |
Given that, I suggest titling that issue accordingly, right now it indicates a scope that does not encompass what this issue is about. I don't work on dependabot, so y'all will know better than me, but based on my experience in the Python ecosystem, I think it's highly likely to be the case that there's almost no overlap in the engineering beteween supporting |
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: