v0.71.1

prefix-dev/pixiv0.71.1Jun 25, 2026by github-actions[bot]

AI Summary

Focuses on immutable releases and improves handling of private channels and credentials.

Key Highlights

  • Releases are now immutable
  • React to auth challenges for private channel reads

New Features

  • React to auth challenges for private channel reads
  • Ignore credentials when matching direct-URL PyPI deps

Full Release Notes

### [0.71.1] - 2026-06-25
#### ✨ Highlights

This release brings a couple of bugfixes.
The important thing though is that from now on releases are [immutable](https://docs.github.com/en/code-security/concepts/supply-chain-security/immutable-releases).


#### Added

- React to auth challenges for private channel reads by @nichmor in [#6426](https://github.com/prefix-dev/pixi/pull/6426)


#### Fixed

- Ignore credentials when matching direct-URL PyPI deps by @temporaer in [#6427](https://github.com/prefix-dev/pixi/pull/6427)


#### New Contributors
* @temporaer made their first contribution in [#6427](https://github.com/prefix-dev/pixi/pull/6427)