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
feat(cli): support multiple constraints files via repeated -c flag
Add `multiple=True` to the global `-c`/`--constraints-file` Click option
so users can pass multiple constraint sources (local files or remote
URIs). WorkContext now loads all provided files in sequence, merging
constraints via the combining logic added in #1125. The `pip_constraint_args`
property writes a single merged constraints file for uv instead of
passing the raw input file.
Closes: #1096
Co-Authored-By: Claude <claude@anthropic.com>
Signed-off-by: Shanmukh Pawan <smoparth@redhat.com>
0 commit comments