Skip to content
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 uv pip compile on uv manager #30909

Open
rarkins opened this issue Aug 20, 2024 Discussed in #30899 · 3 comments
Open

Support uv pip compile on uv manager #30909

rarkins opened this issue Aug 20, 2024 Discussed in #30899 · 3 comments
Labels
priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@rarkins
Copy link
Collaborator

rarkins commented Aug 20, 2024

Discussed in #30899

Originally posted by mkniewallner August 20, 2024

Tell us more.

Support for uv manager was added in #30756, which closed #27841, but the PR only added a partial implementation, as uv supports 2 different ways of locking dependencies:

  • universal one with uv.lock output, which the PR implemented
  • pip-tools-like one with requirements.txt output, through uv pip compile, which was the initial discussion of the issue

Having a dedicated issue for the 2nd item would make it easier to track support for it as well.

@rarkins rarkins added type:feature Feature (new functionality) priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others labels Aug 20, 2024
@zanieb
Copy link

zanieb commented Aug 20, 2024

(and the pip-tools like interface also includes a --universal resolution flag to perform universal resolutions in the legacy format)

@jonathan-s
Copy link

jonathan-s commented Sep 19, 2024

I'm looking to use renovate, but I see that it still doesn't support uv pip compile. Is this a blocker from the UV project or is this a blocker from renovate side?

Would be nice to see this happening.

@zanieb
Copy link

zanieb commented Sep 19, 2024

There are no blockers on the uv side.

@jonathan-s jonathan-s removed their assignment Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

3 participants