Upgrade running-process to 4.0.0
running-process 4.0.0 shipped on PyPI today (changelog).
The Python ABI is unchanged — the 4.0.0 major bump was a Rust-side mono-crate consolidation that only affects direct Rust consumers. The wheel installs and imports identically.
This repo's current pin uses >=, so uv lock --upgrade-package running-process (or pip install -U running-process) brings 4.0.0 in cleanly. Recommended follow-up:
- Run the test suite against 4.0.0 to confirm no regressions
- Optionally bump the floor to
>=4.0.0 to lock out the now-frozen 3.x line
Upgrade
running-processto 4.0.0running-process4.0.0 shipped on PyPI today (changelog).The Python ABI is unchanged — the 4.0.0 major bump was a Rust-side mono-crate consolidation that only affects direct Rust consumers. The wheel installs and imports identically.
This repo's current pin uses
>=, souv lock --upgrade-package running-process(orpip install -U running-process) brings 4.0.0 in cleanly. Recommended follow-up:>=4.0.0to lock out the now-frozen 3.x line