Skip to content

Commit 4fc8a0f

Browse files
committed
add a note
1 parent e10f582 commit 4fc8a0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/uv/private/lock.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,9 @@ def lock(
352352
elif target_compatible_with == None:
353353
target_compatible_with = []
354354

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`?
355358
_lock(
356359
name = name,
357360
args = args,

0 commit comments

Comments
 (0)