PEP 735 Gives Python Developers a Clean Spot for Dev Dependencies
Python’s pyproject.toml finally gets a dedicated slot for dev‑time packages with the acceptance of PEP 735. The new dependency groups let tools like uv and developers such as Simon Willison separate build‑time and test‑time requirements cleanly, improving reproducibility and easing collaboration.