Spawned nodes no longer inherit the caller's PYTHONPATH and PYTHONHOME, alongside documentation fixes for node commands and launcher options.
Released on August 19, 2026
Breaking changes
- Spawned nodes no longer inherit the caller's
PYTHONPATHandPYTHONHOMEfrom the launching environment. If a node relied on either variable being passed through, set it explicitly for that node.
Documentation
- The
peppy node runexample in the actions guide is corrected so it works as written. - The quickstart and README now document the launcher-with-options syntax.