Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ END_UNRELEASED_TEMPLATE
* Fix the forwarding of `target_compatible_with` from `compile_pip_requirements`
towards the underlying `*.update` target.
([#3787](https://github.com/bazel-contrib/rules_python/pull/3787))
* (pypi) Assume that all of the packages are available on a particular hub if
there is only a single PyPI compatible index to be used. This saves us an expensive
PyPI download and supports PyPI mirror implementations that do not support the root
index functionality. Fixes
([#3769](https://github.com/bazel-contrib/rules_python/pull/3769)).
* (uv) allow user overwrite the build environment using `--action_env` to allow
setting authentication for the index URL.
([#3405](https://github.com/bazel-contrib/rules_python/issues/3405))
Expand Down Expand Up @@ -139,6 +134,18 @@ END_UNRELEASED_TEMPLATE
[#2054](https://github.com/bazel-contrib/rules_python/issues/2054).
* (coverage) Add support for python 3.14 and bump `coverage.py` to 7.10.7.

{#v2-0-3}
## [2.0.3] - 2026-06-15

[2.0.3]: https://github.com/bazel-contrib/rules_python/releases/tag/2.0.3

{#v2-0-3-fixed}
### Fixed
* (pypi) Assume that all of the packages are available on a particular hub if
there is only a single PyPI compatible index to be used. This saves us an expensive
PyPI download and supports PyPI mirror implementations that do not support the root
index functionality. Fixes [#3769](https://github.com/bazel-contrib/rules_python/pull/3769).

{#v2-0-2}
## [2.0.2] - 2026-05-14

Expand Down