-
Notifications
You must be signed in to change notification settings - Fork 773
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 for pip-compile-multi workflows? #1468
Comments
I don't think we plan to support it. The usage is small and there are simple workarounds e.g. a requirements file that includes the others. Sorry I know that's not a great answer to hear but I'd rather focus on building new workflows that solve this problem rather than adding another compatibility interface. |
@zanieb Could you provide more details on the specific plans and features you’re considering? Additionally, how do you see uv evolving in terms of unique workflows and integration with Dependabot? Enhancing these areas and good dependabot integration could significantly popularize uv and streamline dependency management. For reference, Dependabot is open to contributing new ecosystems, which you can find more about here. I was too embarrassed to open a new issue, so I asked here. Moreover this ticket can probably be closed. |
Hi! Dependabot support is being tracked in #2512 — of course we'd love an integration once what we're stable. You can see all the work in progress with the preview label. We don't have a full roadmap written out at this time, the readme has a blurb though. |
Thanks for the clarification!
It would be great to have one. Anyway thank you for you work on py-cargo 😃 |
If I tried to work on a PR to implement this, would you be interested or do you feel it's not worth supporting? We're finding the sequential import workflow to be a pain. |
I see from #815 that you're aware of
pip-compile-multi
, just wondering if you have plans to add support for that too?The text was updated successfully, but these errors were encountered: