Allow passing constraint file to uv pip sync
?
#3438
Labels
enhancement
New feature or improvement to existing functionality
uv pip sync
?
#3438
With pip-compile, this can be accomplished via
--pip-args '--constraint c.txt'
.The use case here is a little niche, since usually you just apply
--constraint
at the time you produce the lock file. But it's possible if your constraints file changes to encounter old lock files (maybe you're going back in history, or you don't automatically keep your lock file up to date), in which case it can be nice to get errors instead of e.g. installing some insecure dependency.The text was updated successfully, but these errors were encountered: