v0.71.3

OpenBB-finance/OpenBBv0.71.3Jun 30, 2026by github-actions[bot]

AI Summary

This is a bugfix release addressing issues related to Anaconda channel labeling, system requirements conversion, and environment variable consistency.

Key Highlights

  • Display of resolved Anaconda owner and label information
  • Fixed conversion of system requirements to rich platforms
  • Consistent reading of BUILD_EDITABLE_PYTHON environment variable

New Features

  • Display of resolved Anaconda owner and label information

Full Release Notes

### [0.71.3] - 2026-06-30
#### ✨ Highlights

We fixed a couple of bugs, so here's the bugfix release!


#### Added

- Show resolved anaconda.org owner/label and warn on non-main labels by @wolfv in [#6391](https://github.com/prefix-dev/pixi/pull/6391)
- Implement serde for more types by @Hofer-Julian in [#6481](https://github.com/prefix-dev/pixi/pull/6481)


#### Documentation

- Setup-pixi post-cleanup now defaults to false by @Hofer-Julian in [#6465](https://github.com/prefix-dev/pixi/pull/6465)


#### Fixed

- Yet another failure to convert system-requirements to richplatforms by @hunger in [#6471](https://github.com/prefix-dev/pixi/pull/6471)
- Read env var BUILD_EDITABLE_PYTHON consistently by @Hofer-Julian in [#6469](https://github.com/prefix-dev/pixi/pull/6469)
- Source dependency matchspec conversion by @wolfv in [#6470](https://github.com/prefix-dev/pixi/pull/6470)
- Drop repodata gateway before indexing local channel on publish by @wolfv in [#6364](https://github.com/prefix-dev/pixi/pull/6364)