v0.71.3
anomalyco/opencodev0.71.3Jun 30, 2026by github-actions[bot]
AI Summary
A maintenance release focused on bug fixes, including improvements to Anaconda label resolution warnings, system requirements conversion, and environment variable handling.
Key Highlights
- Fixed Anaconda owner/label resolution warnings
- Improved system requirements to rich platforms conversion
- Fixed BUILD_EDITABLE_PYTHON environment variable consistency
- Fixed source dependency matchspec conversion
New Features
- Show resolved anaconda.org owner/label and warn on non-main labels
- Implement serde for more types
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)