Skip to content

Commit f675560

Browse files
authored
Bump version to 0.10.9 (#18357)
1 parent 8fedd25 commit f675560

File tree

145 files changed

+387
-348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+387
-348
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,44 @@
33
<!-- prettier-ignore-start -->
44

55

6+
## 0.10.9
7+
8+
Released on 2026-03-06.
9+
10+
### Enhancements
11+
12+
- Add `fbgemm-gpu`, `fbgemm-gpu-genai`, `torchrec`, and `torchtune` to the PyTorch list ([#18338](https://github.com/astral-sh/uv/pull/18338))
13+
- Add torchcodec to PyTorch List ([#18336](https://github.com/astral-sh/uv/pull/18336))
14+
- Log the duration we took before erroring ([#18231](https://github.com/astral-sh/uv/pull/18231))
15+
- Warn when using `uv_build` settings without `uv_build` ([#15750](https://github.com/astral-sh/uv/pull/15750))
16+
- Add fallback to `/usr/lib/os-release` on Linux system lookup failure ([#18349](https://github.com/astral-sh/uv/pull/18349))
17+
- Use `cargo auditable` to include SBOM in uv builds ([#18276](https://github.com/astral-sh/uv/pull/18276))
18+
19+
20+
### Configuration
21+
22+
- Add an environment variable for `UV_VENV_RELOCATABLE` ([#18331](https://github.com/astral-sh/uv/pull/18331))
23+
24+
### Performance
25+
26+
- Avoid toml `Document` overhead ([#18306](https://github.com/astral-sh/uv/pull/18306))
27+
- Use a single global workspace cache ([#18307](https://github.com/astral-sh/uv/pull/18307))
28+
29+
### Bug fixes
30+
31+
- Continue on trampoline job assignment failures ([#18291](https://github.com/astral-sh/uv/pull/18291))
32+
- Handle the hard link limit gracefully instead of failing ([#17699](https://github.com/astral-sh/uv/pull/17699))
33+
- Respect build constraints for workspace members ([#18350](https://github.com/astral-sh/uv/pull/18350))
34+
- Revalidate editables and other dependencies in scripts ([#18328](https://github.com/astral-sh/uv/pull/18328))
35+
- Support Python 3.13+ on Android ([#18301](https://github.com/astral-sh/uv/pull/18301))
36+
- Support `cp3-none-any` ([#17064](https://github.com/astral-sh/uv/pull/17064))
37+
- Skip tool environments with broken links to Python on Windows ([#17176](https://github.com/astral-sh/uv/pull/17176))
38+
39+
### Documentation
40+
41+
- Add documentation for common marker values ([#18327](https://github.com/astral-sh/uv/pull/18327))
42+
- Improve documentation on virtual dependencies ([#18346](https://github.com/astral-sh/uv/pull/18346))
43+
644
## 0.10.8
745

846
Released on 2026-03-03.
@@ -319,3 +357,4 @@ See [changelogs/0.1.x](./changelogs/0.1.x.md)
319357

320358
<!-- prettier-ignore-end -->
321359

360+

0 commit comments

Comments
 (0)