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 5dc2ba3 commit 2e7211eCopy full SHA for 2e7211e
CHANGELOG.md
@@ -61,7 +61,14 @@ Unreleased changes template.
61
62
{#v0-0-0-added}
63
### Added
64
-* Nothing added.
+* (uv) A {obj}`lock` rule that is the replacement for the
65
+ {obj}`compile_pip_requirements`. This may still have rough corners
66
+ so please report issues with it in the
67
+ [#1975](https://github.com/bazel-contrib/rules_python/issues/1975).
68
+ Main highlights - the locking can be done within a build action or outside
69
+ it, there is no more automatic `test` target (but it can be added on the user
70
+ side by using `native_test`). For customizing the `uv` version that is used,
71
+ please check the {obj}`uv.configure` tag class.
72
73
{#v0-0-0-removed}
74
### Removed
0 commit comments