File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,11 @@ Unreleased changes template.
6363* {obj}` //python/bin:python ` : convenience target for directly running an
6464 interpreter. {obj}` --//python/bin:python_src ` can be used to specify a
6565 binary whose interpreter to use.
66+ * (uv) Now the extension can be fully configured via ` bzlmod ` APIs without the
67+ need to patch ` rules_python ` . The documentation has been added to ` rules_python `
68+ docs but usage of the extension may result in your setup breaking without any
69+ notice. What is more, the URLs and SHA256 values will be retrieved from the
70+ GitHub releases page metadata published by the ` uv ` project.
6671
6772{#v0-0-0-removed}
6873### Removed
@@ -83,11 +88,6 @@ Unreleased changes template.
8388* (rules) deprecation warnings for deprecated symbols have been turned off by
8489 default for now and can be enabled with ` RULES_PYTHON_DEPRECATION_WARNINGS `
8590 env var.
86- * (uv) Now the extension can be fully configured via ` bzlmod ` APIs without the
87- need to patch ` rules_python ` . The documentation has been added to ` rules_python `
88- docs but usage of the extension may result in your setup breaking without any
89- notice. What is more, the URLs and SHA256 values will be retrieved from the
90- GitHub releases page metadata published by the ` uv ` project.
9191* (pypi) Downgraded versions of packages: ` pip ` from ` 24.3.2 ` to ` 24.0.0 ` and
9292 ` packaging ` from ` 24.2 ` to ` 24.0 ` .
9393
You can’t perform that action at this time.
0 commit comments