You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip supports setting constraint files in requirements files (e.g, -c constraints.txt) to set specific versions constraints on some dependencies. We could parse -c <constraints_file> in requirements files, and if found:
pip supports setting constraint files in requirements files (e.g,
-c constraints.txt
) to set specific versions constraints on some dependencies. We could parse-c <constraints_file>
in requirements files, and if found:tool.uv.constraint-dependencies
inget_constraint_dependencies
before lockingget_migrated_files_to_delete
Note that like
-r <requirements-file>
, it's possible to set the value without any whitespace, so we'd also need to parse-cconstraints.txt
.The text was updated successfully, but these errors were encountered: