v0.71.1

OpenBB-finance/OpenBBv0.71.1Jun 25, 2026by github-actions[bot]

AI Summary

A minor bugfix release for the Pixi package manager. This update focuses on fixing authentication challenges for private channels and improving credential handling in direct-URL PyPI dependencies.

Key Highlights

  • Implementation of immutable releases
  • Fix for Reacting to auth challenges for private channel reads
  • Fix for ignoring 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)