pico-boot v0.1.1
Release v0.1.1 (2026-02-06)
Ecosystem documentation, code cleanup, test isolation
Changes
Added
- Ecosystem: Added
pico-agentto ecosystem documentation (README table, architecture diagram, version compatibility).
Changed
- Simplified Plugin Loading: Removed legacy
entry_points()API fallback — now only useseps.select(group=group). - Cleanup: Removed unused
KeyTtype alias and redundant imports (Dict,Optional,Tuple). - pyproject.toml: Removed
asyncoptional dependency group.
Fixed
- Test Isolation: Added
autousefixture to disable auto-plugins during integration tests viaPICO_BOOT_AUTO_PLUGINS=false.
Installation
pip install pico-boot==0.1.1Full changelog: CHANGELOG.md