v0.71.1
OpenBMB/ChatDevv0.71.1Jun 25, 2026by github-actions[bot]
AI Summary
A bugfix release focusing on handling auth challenges for private channels and ignoring credentials for direct-URL PyPI dependencies.
Key Highlights
- React to auth challenges for private channel reads.
- Ignore credentials when matching direct-URL PyPI dependencies.
- Releases are now immutable.
New Features
- Auth challenge handling for private channels
- Credential filtering for direct-URL PyPI deps
- Immutable release mode
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)