-
Notifications
You must be signed in to change notification settings - Fork 790
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
Add constraint dependencies to pyproject.toml #5248
Add constraint dependencies to pyproject.toml #5248
Conversation
uv lock
uv lock
.
uv lock
.uv lock
Thanks, this is looking great! Do you mind adding the analogous changes to |
uv lock
I modified |
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.
Thank you.
Incredible! We had one use-case where we might have been forced to use the pip interface, I didn't see anything in the docs, but luckily Google surfaced this PR! Works perfectly. |
…6596) Add missing portions of documents reported in #6518 and #5248(Comment). ## Summary <img width="600" alt="override" src="https://github.com/user-attachments/assets/062f0036-8672-4c68-b21c-aebdeb79b58b"> <img width="600" alt="constraint" src="https://github.com/user-attachments/assets/f5ef1aa2-0662-4352-a1a0-3af1127fb7fb">
Resolves #4467.
Summary
This PR implements the following
tool.uv.constraint-dependencies
to pyproject.tomltool.uv.constraint-dependencies
inuv lock
tool.uv.constraint-dependencies
inuv pip compile/install
These are analogues of the override features implemented in #3839 and #4369.
Test Plan
Add test.