v0.71.1
git-ai-project/git-aiv0.71.1Jun 25, 2026by github-actions[bot]
AI Summary
Bugfix release introducing immutable releases and auth handling.
Key Highlights
- React to auth challenges for private channel reads
- Ignore credentials when matching direct-URL PyPI deps
New Features
- React to auth challenges for private channel reads
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)