Deprecations and Removals -------------------------
- Now supports and prefers uv as the installer if present. Now either 'uv' or 'pip' must be installed as commands. 'pip' has been removed as a dependency. (100)
15.1.0
=======
Features --------
- Leverages coherent.deps to infer dependencies from scripts. Now it's possible to omit the dependencies in most cases when executing a script. (115)
15.0.0
=======
Deprecations and Removals -------------------------
- Removed support for comment style requirements.
14.0.0
=======
Deprecations and Removals -------------------------
- Removed support for PIP_RUN_MODE. - Removed support for a single string arg to ``__requires__``.
13.0.0
=======
Deprecations and Removals -------------------------
- Dropped support for filtering out satisfied requirements. (51)
12.7.0
=======
Features --------
- Deprecated support for non-sequence __requires__. (109)