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 e10f582 commit 4fc8a0fCopy full SHA for 4fc8a0f
python/uv/private/lock.bzl
@@ -352,6 +352,9 @@ def lock(
352
elif target_compatible_with == None:
353
target_compatible_with = []
354
355
+ # FIXME @aignas 2025-03-17: should we have one more target that transitions
356
+ # the python_version to ensure that if somebody calls `bazel build
357
+ # :requirements` that it is locked with the right `python_version`?
358
_lock(
359
name = name,
360
args = args,
0 commit comments