# BentoML v1.4.32 - Product: BentoML (https://whatsnew.fyi/product/bentoml) - Vendor: BentoML - Date: 2026-01-09 - Version: v1.4.32 - Original notes: https://github.com/bentoml/BentoML/releases/tag/v1.4.32 - Permalink: https://whatsnew.fyi/product/bentoml/releases/v1.4.32 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Ensure at least one CPU worker is assigned when CPU resources are zero - **fixed** — Update installation path logic for Python packages in Dockerfile template - **removed** — Remove new image API: build_include - **fixed** — Sanitize filename with path separators in FileSchema.decode ##### What's Changed * fix: ensure at least one CPU worker is assigned when CPU resources are zero by @frostming in https://github.com/bentoml/BentoML/pull/5528 * fix: update installation path logic for Python packages in Dockerfile template by @frostming in https://github.com/bentoml/BentoML/pull/5529 * Revert "feat: new image API: build_include" by @frostming in https://github.com/bentoml/BentoML/pull/5531 * ci: pre-commit autoupdate [skip ci] by @pre-commit-ci[bot] in https://github.com/bentoml/BentoML/pull/5530 * fix: sanitize filename with path separators in FileSchema.decode by @Anri-Lombard in https://github.com/bentoml/BentoML/pull/5533 ##### New Contributors * @Anri-Lombard made their first contribution in https://github.com/bentoml/BentoML/pull/5533 **Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.4.31...v1.4.32