Skip to content

deps: bump running-process pin to 4.0.0 #1

@zackees

Description

@zackees

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions