v0.71.3
OpenBMB/ChatDevv0.71.3Jun 30, 2026by github-actions[bot]
AI Summary
This is a bugfix release that improves dependency resolution warnings, adds serialization support for additional types, and fixes various issues regarding system requirements, environment variable handling, and channel indexing.
Key Highlights
- Shows resolved anaconda.org owner/label and warns on non-main labels
- Implements serde support for more types
- Fixes system-requirements to richplatforms conversion
- Fixes consistency in reading BUILD_EDITABLE_PYTHON environment variable
New Features
- Serde implementation 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)