Skip to content

chore(mise): upgrade uv - #38

Merged
jylenhof merged 1 commit into
mainfrom
chore/mise-tool-updates-uv-20260810081411
Aug 10, 2026
Merged

chore(mise): upgrade uv#38
jylenhof merged 1 commit into
mainfrom
chore/mise-tool-updates-uv-20260810081411

Conversation

@ghappforreleaseplease

Copy link
Copy Markdown
Contributor

Automated mise tool upgrades from local config.

Updated tools:

  • uv

Command: mise upgrade --bump --local uv

Version changelog (uv)
Tool Requested Installed
uv 0.12.10.12.3 0.12.10.12.3
Release notes (1 tools)
uv: `0.12.1` → `0.12.3` (astral-sh/uv)

0.12.2

Release Notes

Released on 2026-08-05.

Python

  • Add CPython 3.15.0rc1 (#20948)
  • Add CPython 3.14.7 (#20971)

Enhancements

  • Ensure diagnostic hints end with a newline to prevent malformed terminal output (#20959)

Preview features

  • Audit one or all installed tools with uv tool audit (#20921)
  • Report physically reclaimed disk space during cache cleanup with the cache-physical-space preview feature (#20925)

Configuration

  • Add UV_RUN_RLIMIT_NOFILE to set the open-file limit for commands launched by uv run (#20926)

Performance

  • Speed up uv.lock parsing for wheel entries (#20881)
  • Speed up uv.lock parsing for source distribution entries (#20882)
  • Speed up filename extraction from distribution URLs (#20879)
  • Reduce filesystem metadata lookups during bytecode compilation (#20928)
  • Reuse file metadata when building source distributions (#20927)

Bug fixes

  • Preserve compatibility with older uv versions when recording artifact sizes in cached wheels and source distributions (#20963)
  • Avoid including workspace-root default dependency groups when syncing or exporting a selected workspace member unless explicitly requested (#20930)

Documentation

  • Separate build and publish jobs in the GitHub Actions publishing guide (#20946)
  • Ensure the GitHub Actions publishing exampl… (truncated)

0.12.3

Release Notes

Released on 2026-08-07.

Python

  • Add CPython 3.13.15 (#20997)

Preview features

  • Add --output-format to select automatic, human-readable, or raw-byte output for uv cache size (#20992)
  • Preserve JSON output from uv workspace metadata --quiet while suppressing diagnostics (#20991)
  • Reduce memory usage for large workspaces by streaming uv workspace metadata JSON output (#20990)

Performance

  • Reduce Linux startup latency by initializing the workspace cache before spawning another thread (#20989)
  • Reuse compiled workspace exclusion patterns during workspace discovery (#20988)
  • Speed up conflict-heavy resolutions by avoiding materialized range complements (#20982)
  • Avoid slow procfs reads during Python interpreter discovery on Linux (#20987)

Documentation

  • Add PEP 740 attestations to the GitHub Actions publishing example (#20986)
  • Restrict the GitHub Actions publishing example to Python version tags (#20973)
  • Correct --python-pin to --pin-python in the uv init --bare example (#20876)

Install uv 0.12.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.12.3/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.12.3/uv-installer.ps1 | iex"

Download uv 0.12.3

| Fi… (truncated)

Modified files:

  • .mise.toml

@github-actions

Copy link
Copy Markdown
Contributor

Commit-Check ✔️

Automated mise tool upgrades from local config.

Updated tools:
- `uv`

Command: `mise upgrade --bump --local uv`

<details>
<summary>Version changelog (uv)</summary>

| Tool | Requested | Installed |
|------|-----------|-----------|
| `uv` | `0.12.1` → `0.12.3` | `0.12.1` → `0.12.3` |

</details>

<details>
<summary>Release notes (1 tools)</summary>

<details>
<summary>uv: `0.12.1` → `0.12.3` (astral-sh/uv)</summary>

### 0.12.2

## Release Notes

Released on 2026-08-05.

### Python

- Add CPython 3.15.0rc1 ([#20948](astral-sh/uv#20948))
- Add CPython 3.14.7 ([#20971](astral-sh/uv#20971))

### Enhancements

- Ensure diagnostic hints end with a newline to prevent malformed terminal output ([#20959](astral-sh/uv#20959))

### Preview features

- Audit one or all installed tools with `uv tool audit` ([#20921](astral-sh/uv#20921))
- Report physically reclaimed disk space during cache cleanup with the `cache-physical-space` preview feature ([#20925](astral-sh/uv#20925))

### Configuration

- Add `UV_RUN_RLIMIT_NOFILE` to set the open-file limit for commands launched by `uv run` ([#20926](astral-sh/uv#20926))

### Performance

- Speed up `uv.lock` parsing for wheel entries ([#20881](astral-sh/uv#20881))
- Speed up `uv.lock` parsing for source distribution entries ([#20882](astral-sh/uv#20882))
- Speed up filename extraction from distribution URLs ([#20879](astral-sh/uv#20879))
- Reduce filesystem metadata lookups during bytecode compilation ([#20928](astral-sh/uv#20928))
- Reuse file metadata when building source distributions ([#20927](astral-sh/uv#20927))

### Bug fixes

- Preserve compatibility with older uv versions when recording artifact sizes in cached wheels and source distributions ([#20963](astral-sh/uv#20963))
- Avoid including workspace-root default dependency groups when syncing or exporting a selected workspace member unless explicitly requested ([#20930](astral-sh/uv#20930))

### Documentation

- Separate build and publish jobs in the GitHub Actions publishing guide ([#20946](astral-sh/uv#20946))
- Ensure the GitHub Actions publishing exampl… (truncated)

### 0.12.3

## Release Notes

Released on 2026-08-07.

### Python

- Add CPython 3.13.15 ([#20997](astral-sh/uv#20997))

### Preview features

- Add `--output-format` to select automatic, human-readable, or raw-byte output for `uv cache size` ([#20992](astral-sh/uv#20992))
- Preserve JSON output from `uv workspace metadata --quiet` while suppressing diagnostics ([#20991](astral-sh/uv#20991))
- Reduce memory usage for large workspaces by streaming `uv workspace metadata` JSON output ([#20990](astral-sh/uv#20990))

### Performance

- Reduce Linux startup latency by initializing the workspace cache before spawning another thread ([#20989](astral-sh/uv#20989))
- Reuse compiled workspace exclusion patterns during workspace discovery ([#20988](astral-sh/uv#20988))
- Speed up conflict-heavy resolutions by avoiding materialized range complements ([#20982](astral-sh/uv#20982))
- Avoid slow procfs reads during Python interpreter discovery on Linux ([#20987](astral-sh/uv#20987))

### Documentation

- Add PEP 740 attestations to the GitHub Actions publishing example ([#20986](astral-sh/uv#20986))
- Restrict the GitHub Actions publishing example to Python version tags ([#20973](astral-sh/uv#20973))
- Correct `--python-pin` to `--pin-python` in the `uv init --bare` example ([#20876](astral-sh/uv#20876))

## Install uv 0.12.3

### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.12.3/uv-installer.sh | sh
```

### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.12.3/uv-installer.ps1 | iex"
```

## Download uv 0.12.3

|  Fi… (truncated)

</details>

</details>

Modified files:
- `.mise.toml`
@jylenhof
jylenhof force-pushed the chore/mise-tool-updates-uv-20260810081411 branch from 48cf67f to e772ba6 Compare August 10, 2026 08:16

@jylenhof jylenhof left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jylenhof
jylenhof merged commit b320679 into main Aug 10, 2026
5 checks passed
@jylenhof
jylenhof deleted the chore/mise-tool-updates-uv-20260810081411 branch August 10, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant