Skip to main content

Pants 2.32.0 is released!

Β· 3 min read
SJ
Pants Maintainer, occasional blogger at sureshjoshi.com

We are pleased to announce Pants 2.32.0, the latest release of Pantsbuild, the scalable and ergonomic build system. To update, set pants_version = "2.32.0" in your pants.toml. If you're not using Pants yet, get started now.

Highlights in 2.32 include:

  • ⚑ Experimental support for uv lockfiles, resulting in much faster Python dependency resolution.
  • πŸ”„ Python lockfile generation can use the sync option for faster, incremental updates.
  • 🐳 Docker and Helm now have added options to prevent packaging on pants publish.
  • 🐍 Pants itself now runs using Python 3.14 (previously 3.11), meaning plugins can use newer language features. User code using other Python versions is unaffected.
  • 🧹 Support for the deprecated Get()/MultiGet() in the plugin API has been removed.
  • πŸ“¦ Support for pip 26.0.1 via pex.
  • 🐞 And a whole bunch of updates, bugfixes, and general improvements!

Quick heads up for some of these changes:

Check out the full release notes for the accumulation of all those little improvements.

Pants is an open-source project, and the changes are all contributed by our community. If you want to see something more in the next changelog, join us on GitHub and become a contributor.

We also offer formal sponsorship tiers for companies, as well as individual sponsorships via GitHub. These help pay for the ongoing development and hosting costs, and are managed by the Pants Build non-profit organization.

Some Pants maintainers also offer paid consulting for adopting and customizing Pants for your company's needs.

To see Pants in action, explore our example repositories:

And let us know what you think in Slack!

Pants wouldn't be possible without everyone who contributed to 2.32.0, including everyone who shared feedback on changes and who tested release candidates! Thank you very much!