Skip to content

1.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 14:20
· 60 commits to main since this release

1.2.2 - 2024-12-23

Compare with 1.2.1

Merge upstream

Bug Fixes

  • Ignore constraints on main package (from dependencies), to allow resolving deps in forks/CI (d644679 by Timothée Mazzucotelli). Issue-uv#8148
  • Don't pass --python python to uv, which requires a python exec in the PATH (331db66 by Timothée Mazzucotelli). Issue-40
  • Make it so that linters see the make script (4989d1e by Timothée Mazzucotelli).

Code Refactoring

  • Always disable re-sync when using uv run through make (3fe244b by Timothée Mazzucotelli).
  • Remove default PDM settings from pyproject.toml, use default pth-type editable installs (d6ef6f8 by Timothée Mazzucotelli).
  • Declare dev-deps using PEP 735 (79f05ef by Timothée Mazzucotelli). Issue-42
  • Improve experience for Windows users (ece7662 by Blair Conrad). PR-33