Skip to content

pico-boot v0.1.1

Choose a tag to compare

@dperezcabrera dperezcabrera released this 06 Feb 20:17
· 49 commits to main since this release

Release v0.1.1 (2026-02-06)

Ecosystem documentation, code cleanup, test isolation

Changes

Added

  • Ecosystem: Added pico-agent to ecosystem documentation (README table, architecture diagram, version compatibility).

Changed

  • Simplified Plugin Loading: Removed legacy entry_points() API fallback — now only uses eps.select(group=group).
  • Cleanup: Removed unused KeyT type alias and redundant imports (Dict, Optional, Tuple).
  • pyproject.toml: Removed async optional dependency group.

Fixed

  • Test Isolation: Added autouse fixture to disable auto-plugins during integration tests via PICO_BOOT_AUTO_PLUGINS=false.

Installation

pip install pico-boot==0.1.1

Full changelog: CHANGELOG.md