github prefix-dev/pixi v0.77.0

4 hours ago

[0.77.0] - 2026-08-18

✨ Highlights

This release includes the API update for the backends such that we support pin-compatible and pin-subpackage specs in package manifests. For example:

# Pin subpackage `mypkg` to the same version as the package itself, but allow any compatible version of `mypkg` to be used.
[package]
name = "mypkg"

[package.run-exports.weak]
mypkg = { pin-subpackage = { upper-bound = "x.x" } }

# Pin `boltons` to a compatible version.
[package.host-dependencies]
boltons = ">=2,<3"

[package.run-dependencies]
boltons = { pin-compatible = true }

Note that this is a pixi-build-api-version update to v7.

Also, you can now modify the workspace activation with the new pixi workspace activation subcommand.

Added

Changed

Documentation

Fixed

Refactor

  • Use matchspecs for requirements in rich platforms by @hunger in #6827

New Contributors

Don't miss a new pixi release

NewReleases is sending notifications on new releases.