We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f7ec6 commit 86cfb51Copy full SHA for 86cfb51
python/uv/private/lock.bzl
@@ -130,7 +130,7 @@ def _lock_impl(ctx):
130
131
ctx.actions.run_shell(
132
command = command,
133
- inputs = srcs + ctx.files.existing_output,
+ inputs = srcs + ctx.files.existing_output + ctx.files.build_constraints + ctx.files.constraints,
134
mnemonic = "PyRequirementsLockUv",
135
outputs = [output],
136
arguments = [args.run_shell],
0 commit comments