Sourced from build's releases.
1.4.2
What's Changed
- fix(uv): always pass the python to use by
@henryiiiin pypa/build#996- 🐛 fix(release): detect pre-commit environment inconsistencies by
@gaborbernatin pypa/build#1001- 🔧 fix(towncrier): match docstrfmt RST formatting expectations by
@gaborbernatin pypa/build#1002- Fix _has_valid_outer_pip when pip is missing by
@notatallshawin pypa/build#1003- fix: release changelog issue by
@henryiiiin pypa/build#1006New Contributors
@notatallshawmade their first contribution in pypa/build#1003Full Changelog: https://github.com/pypa/build/compare/1.4.1...1.4.2
Sourced from build's changelog.
1.4.2 (2026-03-25)
========== Bugfixes
- Ensure the
uvinstaller uses the current version of Python, avoiding an issue ifUV_PYTHONis set, for example. (:issue:977)- Fix
_has_valid_outer_pipreturningTruewhen pip is missing, causing build to try using a non-existent pip instead of falling back to virtualenv. (:issue:1003)#################### 1.4.1 (2026-03-24) ####################
Features
- Allow setting build constraints - by :user:
gaborbernat(:issue:963)- Automate releases with pre-release workflow and trusted publishing - by :user:
gaborbernat(:issue:991)
Documentation
- Fix documentation grammar and typos (:issue:
979)- Reorganize documentation using Diataxis framework - by :user:
gaborbernat(:issue:988)- Document release process and workflow security practices in contributing guide (:issue:
991)
Miscellaneous
- :issue:
991
Bugfixes
- Fix pip hack workaround - by :user:
gaborbernat(:issue:980)Changelog
#################### 1.4.0 (2026-01-08) ####################
... (truncated)
7b7ae07
chore: prepare for 1.4.217f3b57
fix: release changelog issue (#1006)b945752
fix: _has_valid_outer_pip when pip is missing (#1003)74ae997
🔧 fix(towncrier): match docstrfmt RST formatting expectations (#1002)3786929
🐛 fix(release): detect pre-commit environment inconsistencies (#1001)737bdb7
fix(uv): always pass the python to use (#996)Sourced from tomli's changelog.
2.4.1
- Fixed
- Limit number of parts of a TOML key to address quadratic time complexity