2025.05.01 🌸
This is a bugfix release that primarily adds support for uv 0.7+. A few other small fixes were made.
We'd like to thank the following folks who contributed to this release:
- @chirizxc
- @gschaffner
- @henryiii
- @living180
- @Spectre5 (first contribution)
Bugfixes:
uv versionis nowuv self version, respectUVby @henryiii and @Spectre5 in #955- Add
UV_PYTHONto disallowed vars by @henryiii in #959 - Never ignore URL dependencies in PEP 723 noxfiles by @gschaffner in #935
- Support forcing Python on parametrized session by @henryiii in #958
- Fix
conda_installissue with newer conda (only Unix) by @henryiii in #957 - Show skip reason by default by @chirizxc in #941
- Support
Pathfor envdir by @henryiii in #932 - Use Python 3.12 for action, allow 3.13, drop 3.8 from auto versions by @henryiii in #946
Documentation:
- Fix a typo in the changelog by @gschaffner in #936
- Update uv recipe by @henryiii in #933
- Fix parametrized session tagging example by @living180 in #942
- uv now supports
pip install .reinstallation by @henryiii in #947
Internal changes: