v0.71.2

OpenBB-finance/OpenBBv0.71.2Jun 29, 2026by github-actions[bot]

AI Summary

This maintenance release focuses on installation stability, URL handling, and platform preservation for package manifests.

Key Highlights

  • Improved handling of CONDA_OVERRIDE_* environment variables
  • Automatic conversion of custom channel URLs to HTTPS
  • Preservation of declared platforms in manifests

Full Release Notes

### [0.71.2] - 2026-06-29
#### ✨ Highlights

This release features a couple of important bug fixes.

#### Fixed

- Handle CONDA_OVERRIDE_* in pixi global install by @hunger in [#6335](https://github.com/prefix-dev/pixi/pull/6335)
- Convert custom-scheme channel URLs to https by @hunger in [#6456](https://github.com/prefix-dev/pixi/pull/6456)
- Preserve declared platforms for manifests without system-requirements by @hunger in [#6458](https://github.com/prefix-dev/pixi/pull/6458)
- Fix conda-pypi-mapping internet access in offline tests by @mgorny in [#6438](https://github.com/prefix-dev/pixi/pull/6438)