Commit 848fc61
authored
chore(deps): Update github-actions (#127)
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) ([changelog](https://redirect.github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd..df4cb1c069e1874edd31b4311f1884172cec0e10)) | action | digest | `de0fac2` → `df4cb1c` | |
| [actions/setup-python](https://redirect.github.com/actions/setup-python) ([changelog](https://redirect.github.com/actions/setup-python/compare/a309ff8b426b58ec0e2a45f0f869d46889d02405..ece7cb06caefa5fff74198d8649806c4678c61a1)) | action | digest | `a309ff8` → `ece7cb0` | |
| [astral-sh/uv](https://redirect.github.com/astral-sh/uv) | uses-with | patch | `0.11.2` → `0.11.24` | `0.11.26` (+1) |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/96) for more information.
---
### Release Notes
<details>
<summary>astral-sh/uv (astral-sh/uv)</summary>
### [`v0.11.24`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01124)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.23...0.11.24)
Released on 2026-06-23.
##### Python
- Add CPython 3.15.0b3 ([#​19964](https://redirect.github.com/astral-sh/uv/pull/19964))
##### Preview features
- Make project environments relocatable under preview ([#​19965](https://redirect.github.com/astral-sh/uv/pull/19965))
##### Performance
- Use a compact index for lazy version maps ([#​19959](https://redirect.github.com/astral-sh/uv/pull/19959))
##### Bug fixes
- Allow disabling `exclude-newer` ([#​19934](https://redirect.github.com/astral-sh/uv/pull/19934))
- Avoid archive id collisions ([#​19949](https://redirect.github.com/astral-sh/uv/pull/19949))
- Reapply "Fix transparent Python upgrades in project environments" ([#​19928](https://redirect.github.com/astral-sh/uv/pull/19928))
- Clean up partial tool entrypoint installs ([#​19966](https://redirect.github.com/astral-sh/uv/pull/19966))
- Fix relocatable `activate.fish` and broaden Fish version support ([#​19856](https://redirect.github.com/astral-sh/uv/pull/19856))
### [`v0.11.23`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01123)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.22...0.11.23)
Released on 2026-06-19.
##### Bug fixes
- Revert "Fix transparent Python upgrades in project environments" to mitigate unintended breakage in `pre-commit-uv` ([#​19925](https://redirect.github.com/astral-sh/uv/pull/19925))
- Restore old behavior where workspace members "hidden" by an intermediate `pyproject.toml` would be treated as standalone projects ([#​19926](https://redirect.github.com/astral-sh/uv/pull/19926))
### [`v0.11.22`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01122)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.21...0.11.22)
Released on 2026-06-18.
##### Enhancements
- Publish wheels before sdists in `uv publish` ([#​19831](https://redirect.github.com/astral-sh/uv/pull/19831))
- Add `TY` and `RUFF` env vars for providing paths for binaries used by `uv format` and `uv check` ([#​19821](https://redirect.github.com/astral-sh/uv/pull/19821))
##### Preview features
- Allow configuring preview features in `uv.toml` and `pyproject.toml` ([#​18437](https://redirect.github.com/astral-sh/uv/pull/18437))
- Update the lockfile during `uv check --no-sync` ([#​19909](https://redirect.github.com/astral-sh/uv/pull/19909))
- Add `--script` to `uv check` and `uv metadata` ([#​19860](https://redirect.github.com/astral-sh/uv/pull/19860))
- Report workspace-exclusive dependency groups in `workspace metadata` ([#​19862](https://redirect.github.com/astral-sh/uv/pull/19862))
- Support SARIF as a `uv audit` output ([#​19872](https://redirect.github.com/astral-sh/uv/pull/19872))
##### Performance
- Use a more deadlock-resistant concurrent hashmap in the resolver ([#​19532](https://redirect.github.com/astral-sh/uv/pull/19532))
##### Bug fixes
- Update string marker ordering semantics to match [upstream clarified rules](https://redirect.github.com/pypa/packaging.python.org/pull/1988) ([#​19808](https://redirect.github.com/astral-sh/uv/pull/19808))
- Reject extras that have the same normalized name ([#​19871](https://redirect.github.com/astral-sh/uv/pull/19871))
- Reject dependency group `include-group` entries that have additional fields ([#​19866](https://redirect.github.com/astral-sh/uv/pull/19866))
- Reject invalid UTF-8 URL credentials ([#​19814](https://redirect.github.com/astral-sh/uv/pull/19814))
- Validate that PEP 517 `backend-path`s exist when building sdists ([#​19834](https://redirect.github.com/astral-sh/uv/pull/19834))
- Validate that `pylock.toml` files do not have an unsupported a `lock-version` ([#​19869](https://redirect.github.com/astral-sh/uv/pull/19869))
- Validate that the environment satisfies the `packages.requires-python` of a `pylock.toml` ([#​19868](https://redirect.github.com/astral-sh/uv/pull/19868))
- Allow `uv` to be recursively invoked by PEP 517 build hooks ([#​19879](https://redirect.github.com/astral-sh/uv/pull/19879))
- Allow empty `credentials.toml` files ([#​19815](https://redirect.github.com/astral-sh/uv/pull/19815))
- Fix transparent Python upgrades in project environments ([#​19890](https://redirect.github.com/astral-sh/uv/pull/19890))
- Handle non-file editable URLs in `uv pip list` ([#​19867](https://redirect.github.com/astral-sh/uv/pull/19867))
- Fix incorrect output from `uv tree --invert` ([#​19910](https://redirect.github.com/astral-sh/uv/pull/19910))
- Fix environment locking of `uv venv` in a project ([#​19837](https://redirect.github.com/astral-sh/uv/pull/19837))
- Fix handling of workspace-exclusive dependency groups in `uv tree` ([#​19905](https://redirect.github.com/astral-sh/uv/pull/19905))
##### Documentation
- Archive the 0.10.x changelog ([#​19813](https://redirect.github.com/astral-sh/uv/pull/19813))
##### Other changes
- Mark more tests as requiring network for vendors that need to run tests offline ([#​19819](https://redirect.github.com/astral-sh/uv/pull/19819))
### [`v0.11.21`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01121)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.20...0.11.21)
Released on 2026-06-11.
##### Python
- Add CPython 3.13.14 and 3.14.6 ([#​19787](https://redirect.github.com/astral-sh/uv/pull/19787))
##### Preview features
- Add `environment.root` to `uv workspace metadata --sync` ([#​19760](https://redirect.github.com/astral-sh/uv/pull/19760))
- Allow `uv upgrade` to update a single dependency constraint ([#​19738](https://redirect.github.com/astral-sh/uv/pull/19738))
- Compute and pass `uv workspace metadata` payload in `ty check` ([#​19763](https://redirect.github.com/astral-sh/uv/pull/19763))
- Make packaged applications the default for `uv init` ([#​17841](https://redirect.github.com/astral-sh/uv/pull/17841))
##### Performance
- Add parallel discovery of Python versions for `uv python list` ([#​18684](https://redirect.github.com/astral-sh/uv/pull/18684))
- Avoid normalizing source distribution names twice ([#​19784](https://redirect.github.com/astral-sh/uv/pull/19784))
##### Bug fixes
- Improve cache robustness and pruning behavior
- Allow CI cache pruning without an sdist bucket ([#​19802](https://redirect.github.com/astral-sh/uv/pull/19802))
- Avoid overflow when reading malformed cache entries ([#​19799](https://redirect.github.com/astral-sh/uv/pull/19799))
- Preserve cached Python downloads during cache pruning ([#​19795](https://redirect.github.com/astral-sh/uv/pull/19795))
- Reject running inside the cache ([#​19659](https://redirect.github.com/astral-sh/uv/pull/19659))
- Fix Python discovery and version request edge cases
- Avoid panics for Unicode Python version requests ([#​19797](https://redirect.github.com/astral-sh/uv/pull/19797))
- Fix handling of non-critical errors in `uv python list` with path requests ([#​19774](https://redirect.github.com/astral-sh/uv/pull/19774))
- Fix stop-discovery-at regression ([#​19769](https://redirect.github.com/astral-sh/uv/pull/19769))
- Harden parsing and validation for package metadata, requirements, markers, URLs, and conflict sets
- Allow trailing commas in version specifiers ([#​19806](https://redirect.github.com/astral-sh/uv/pull/19806))
- Avoid panics for invalid UTF-8 URL credentials ([#​19800](https://redirect.github.com/astral-sh/uv/pull/19800))
- Avoid panics for malformed source distribution filenames ([#​19776](https://redirect.github.com/astral-sh/uv/pull/19776))
- Avoid panics for trailing extra separators ([#​19779](https://redirect.github.com/astral-sh/uv/pull/19779))
- Avoid stack overflow for recursive requirements path aliases ([#​19777](https://redirect.github.com/astral-sh/uv/pull/19777))
- Ignore reversed string compatible-release markers ([#​19782](https://redirect.github.com/astral-sh/uv/pull/19782))
- Reject duplicate entries in conflict sets ([#​19801](https://redirect.github.com/astral-sh/uv/pull/19801))
- Reject malformed hash options in requirements files ([#​19783](https://redirect.github.com/astral-sh/uv/pull/19783))
- Reject source distribution filenames without a separator ([#​19803](https://redirect.github.com/astral-sh/uv/pull/19803))
- Use UTF-8 lengths for requirement errors ([#​19781](https://redirect.github.com/astral-sh/uv/pull/19781))
- Use UTF-8 lengths for trailing marker errors ([#​19796](https://redirect.github.com/astral-sh/uv/pull/19796))
- Use byte offsets when peeking over requirements ([#​19780](https://redirect.github.com/astral-sh/uv/pull/19780))
- Validate GraalPy ABI suffixes ([#​19805](https://redirect.github.com/astral-sh/uv/pull/19805))
- Improve wheel entry-point error handling and virtual environment activation quoting
- Propagate errors when reading wheel entry points ([#​19794](https://redirect.github.com/astral-sh/uv/pull/19794))
- Quote virtual environment activation paths with shell metacharacters ([#​19798](https://redirect.github.com/astral-sh/uv/pull/19798))
### [`v0.11.20`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01120)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.19...0.11.20)
Released on 2026-06-10.
##### Enhancements
- Add `--emit-index-url` and `--emit-find-links` to `uv export` ([#​18370](https://redirect.github.com/astral-sh/uv/pull/18370))
- Add `--find-links` support for `uv pip list` ([#​16103](https://redirect.github.com/astral-sh/uv/pull/16103))
- Group executable install errors during `uv python install` ([#​19691](https://redirect.github.com/astral-sh/uv/pull/19691))
- Use ICF in macOS release builds to reduce binary sizes ([#​19615](https://redirect.github.com/astral-sh/uv/pull/19615))
##### Preview features
- Add initial hidden `uv upgrade` command ([#​19678](https://redirect.github.com/astral-sh/uv/pull/19678))
- Reject Git revisions in `uv upgrade` ([#​19742](https://redirect.github.com/astral-sh/uv/pull/19742))
##### Configuration
- Recognize `UV_NO_INSTALL_PROJECT`, `UV_NO_INSTALL_WORKSPACE`, `UV_NO_INSTALL_LOCAL` ([#​19323](https://redirect.github.com/astral-sh/uv/pull/19323))
##### Performance
- Speed up discovery of large workspaces ([#​18311](https://redirect.github.com/astral-sh/uv/pull/18311))
##### Bug fixes
- Allow unknown preview flags with a warning again ([#​19669](https://redirect.github.com/astral-sh/uv/pull/19669))
- Apply dependency exclusions to direct requirements ([#​19699](https://redirect.github.com/astral-sh/uv/pull/19699))
- Avoid following external symlinks during cache clean ([#​19682](https://redirect.github.com/astral-sh/uv/pull/19682))
- Avoid following symlinks during cache prune ([#​19543](https://redirect.github.com/astral-sh/uv/pull/19543))
- Fix Git cache keys for worktrees and packed refs ([#​19706](https://redirect.github.com/astral-sh/uv/pull/19706))
- Make resolver error handling iterative to avoid stack overflows ([#​19695](https://redirect.github.com/astral-sh/uv/pull/19695))
- Pass `VIRTUAL_ENV` through `cygpath` inside `fish` on Windows ([#​19703](https://redirect.github.com/astral-sh/uv/pull/19703))
- Rebuild explicit local directory tool installs ([#​19591](https://redirect.github.com/astral-sh/uv/pull/19591))
- Validate egg top-level entries as identifiers ([#​19679](https://redirect.github.com/astral-sh/uv/pull/19679))
##### Documentation
- Document `--find-links` caching behavior ([#​19585](https://redirect.github.com/astral-sh/uv/pull/19585))
- Add a small section for malware checks ([#​19680](https://redirect.github.com/astral-sh/uv/pull/19680))
### [`v0.11.19`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01119)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.18...0.11.19)
Released on 2026-06-03.
##### Python
- Add CPython 3.15.0b2 ([#​19531](https://redirect.github.com/astral-sh/uv/pull/19531))
##### Enhancements
- Always compute SHA256 for remote distributions ([#​19662](https://redirect.github.com/astral-sh/uv/pull/19662))
- Add PyEmscripten platform (PEP 783) ([#​19629](https://redirect.github.com/astral-sh/uv/pull/19629))
- Add Pyodide 2025 target triple ([#​19653](https://redirect.github.com/astral-sh/uv/pull/19653))
##### Preview features
- Make preview features for commands have names that aren't ambiguous with the command ([#​19645](https://redirect.github.com/astral-sh/uv/pull/19645))
- Respect `--isolated` in `uv check` ([#​19666](https://redirect.github.com/astral-sh/uv/pull/19666))
##### Bug fixes
- Continue tool uninstall after dangling receipts ([#​19623](https://redirect.github.com/astral-sh/uv/pull/19623))
- Skip Unix-specific installation steps when cross-installing Windows Python distributions ([#​19424](https://redirect.github.com/astral-sh/uv/pull/19424))
### [`v0.11.18`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01118)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.17...0.11.18)
Released on 2026-06-01.
##### Performance
- Fix performance regression in unzip of local wheels ([#​19637](https://redirect.github.com/astral-sh/uv/pull/19637))
##### Preview
- Add `uv check` to run `ty` from uv ([#​19605](https://redirect.github.com/astral-sh/uv/pull/19605))
##### Bug fixes
- Update activation scripts with upstream fixes ([#​19628](https://redirect.github.com/astral-sh/uv/pull/19628))
##### Other changes
- Bump MSRV to 1.94 ([#​19600](https://redirect.github.com/astral-sh/uv/pull/19600))
### [`v0.11.17`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01117)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.16...0.11.17)
Released on 2026-05-28.
##### Enhancements
- Add a diagnostic for `uv add` with standard library modules ([#​19572](https://redirect.github.com/astral-sh/uv/pull/19572))
- Expose `uv workspace` and its `list` subcommand in help output ([#​19533](https://redirect.github.com/astral-sh/uv/pull/19533))
- Improve the "403 forbidden" hint to suggest `ignore-error-codes` when applicable ([#​19521](https://redirect.github.com/astral-sh/uv/pull/19521))
- Skip direct URL lock freshness checks while offline ([#​19596](https://redirect.github.com/astral-sh/uv/pull/19596))
- Add `import-names` and `import-namespaces` support to `uv-build` ([PEP 794](https://peps.python.org/pep-0794/)) ([#​19380](https://redirect.github.com/astral-sh/uv/pull/19380))
- Add a `--no-editable-package` flag to various commands ([#​19584](https://redirect.github.com/astral-sh/uv/pull/19584))
- Infer Python version requests from source trees in `uv tool` invocations ([#​19577](https://redirect.github.com/astral-sh/uv/pull/19577))
##### Preview features
- Add module owners to `uv workspace metadata` ([#​19122](https://redirect.github.com/astral-sh/uv/pull/19122))
- Do not allow `uv venv --clear` to remove non-virtual environments ([#​19595](https://redirect.github.com/astral-sh/uv/pull/19595))
##### Bug fixes
- Improve the performance of large entries in `tool.uv.conflicts` ([#​19538](https://redirect.github.com/astral-sh/uv/pull/19538))
- Avoid modifying the parent process' env with `--env-file` in `uv run` ([#​19567](https://redirect.github.com/astral-sh/uv/pull/19567))
- Fix script environment creation for scripts with long filenames ([#​19539](https://redirect.github.com/astral-sh/uv/pull/19539))
- Fix transitive Git archive dependencies in lockfiles ([#​19589](https://redirect.github.com/astral-sh/uv/pull/19589))
- Preserve Git repository URLs in direct URL metadata ([#​19590](https://redirect.github.com/astral-sh/uv/pull/19590))
- Support redirects in `--check-url` ([#​19594](https://redirect.github.com/astral-sh/uv/pull/19594))
- Accept case-insensitive HTML tags in `--find-links` parsing ([#​19537](https://redirect.github.com/astral-sh/uv/pull/19537))
- Reject duplicate script metadata blocks ([#​19544](https://redirect.github.com/astral-sh/uv/pull/19544))
- Ban names like "python3" as script entry points ([#​19535](https://redirect.github.com/astral-sh/uv/pull/19535), [#​19536](https://redirect.github.com/astral-sh/uv/pull/19536))
- Validate Git LFS artifacts for Git archives ([#​19592](https://redirect.github.com/astral-sh/uv/pull/19592))
- Use a relative path when creating symlinks in cache to improve relocatability ([#​19033](https://redirect.github.com/astral-sh/uv/pull/19033))
##### Documentation
- Fix malformed positional anchors in the CLI reference ([#​19575](https://redirect.github.com/astral-sh/uv/pull/19575))
### [`v0.11.16`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01116)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.15...0.11.16)
Released on 2026-05-21.
##### Enhancements
- Add support for direct archive dependencies in Git ([#​10072](https://redirect.github.com/astral-sh/uv/pull/10072))
- Adjust hint rendering ([#​18090](https://redirect.github.com/astral-sh/uv/pull/18090))
##### Preview features
- uv audit: specialize malformed OSV error ([#​19515](https://redirect.github.com/astral-sh/uv/pull/19515))
- Reject locked malware installations ([#​18936](https://redirect.github.com/astral-sh/uv/pull/18936))
##### Configuration
- Allow disabling reading the system config with `UV_NO_SYSTEM_CONFIG` ([#​19476](https://redirect.github.com/astral-sh/uv/pull/19476))
##### Bug fixes
- Allow environment variables that take a list to be empty ([#​19503](https://redirect.github.com/astral-sh/uv/pull/19503))
- Ensure that incompatible wheel hints do not leak secrets ([#​19504](https://redirect.github.com/astral-sh/uv/pull/19504))
- Reject unsafe entry points in `uv-build` ([#​19495](https://redirect.github.com/astral-sh/uv/pull/19495))
- Restrict delimiters in entry point parsing ([#​19471](https://redirect.github.com/astral-sh/uv/pull/19471))
- uv-netrc: fix multi-word no-space comment lines causing parse errors ([#​19494](https://redirect.github.com/astral-sh/uv/pull/19494))
##### Documentation
- Document and test relative exclude-newer support for uv pip ([#​19475](https://redirect.github.com/astral-sh/uv/pull/19475))
### [`v0.11.15`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01115)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.14...0.11.15)
Released on 2026-05-18.
##### Security
- Fix a TAR parser differential, see [GHSA-3cv2-h65g-fgmm](https://redirect.github.com/astral-sh/tokio-tar/security/advisories/GHSA-3cv2-h65g-fgmm) ([#​19463](https://redirect.github.com/astral-sh/uv/pull/19463))
- Enforce that entry points cannot escape in the scripts directory, see [GHSA-4gg8-gxpx-9rph](https://redirect.github.com/astral-sh/uv/security/advisories/GHSA-4gg8-gxpx-9rph) ([#​19464](https://redirect.github.com/astral-sh/uv/pull/19464))
##### Enhancements
- Add TOML v1.1 -> v1.0 backwards compatibility for source distributions ([#​18741](https://redirect.github.com/astral-sh/uv/pull/18741))
- Add support for Azure request signing ([#​19421](https://redirect.github.com/astral-sh/uv/pull/19421))
- Apply stricter validation to all wheel filename segments ([#​19364](https://redirect.github.com/astral-sh/uv/pull/19364))
- Reject empty strings as an invalid package name ([#​19435](https://redirect.github.com/astral-sh/uv/pull/19435))
- Use structured errors for signing authentication failures ([#​19422](https://redirect.github.com/astral-sh/uv/pull/19422))
##### Preview
- uv audit: Add JSON output ([#​19305](https://redirect.github.com/astral-sh/uv/pull/19305))
##### Configuration
- Respect `required-environments` in `uv pip compile` ([#​19378](https://redirect.github.com/astral-sh/uv/pull/19378))
##### Performance
- Avoid parsing JSON manifest when local Python is available ([#​19398](https://redirect.github.com/astral-sh/uv/pull/19398))
- Avoid walking nested directories in linker conflict registration ([#​19382](https://redirect.github.com/astral-sh/uv/pull/19382))
- Optimize async wheel ZIP writing ([#​19383](https://redirect.github.com/astral-sh/uv/pull/19383))
- Fix dead "already trimmed" fast-path in `Version::only_release_trimmed` ([#​19425](https://redirect.github.com/astral-sh/uv/pull/19425))
##### Bug fixes
- Apply workspace-member `[tool.uv.sources]` credentials under `uv sync --frozen` ([#​19423](https://redirect.github.com/astral-sh/uv/pull/19423))
- Skip empty directories in uv build outputs ([#​19437](https://redirect.github.com/astral-sh/uv/pull/19437))
- Fix Git submodule handling when using relative paths ([#​12156](https://redirect.github.com/astral-sh/uv/pull/12156))
- Fix line number reporting in netrc parsing ([#​19452](https://redirect.github.com/astral-sh/uv/pull/19452))
##### Documentation
- Move Bazel auth helper setup into integration guide ([#​19392](https://redirect.github.com/astral-sh/uv/pull/19392))
### [`v0.11.14`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01114)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.13...0.11.14)
Released on 2026-05-12.
##### Enhancements
- Add Astral mirror URL override ([#​19206](https://redirect.github.com/astral-sh/uv/pull/19206))
- Ignore `top_level.txt` entries in uninstall that are not valid Python identifiers ([#​19340](https://redirect.github.com/astral-sh/uv/pull/19340))
##### Bug fixes
- Avoid applying `.env` files in parent process ([#​19343](https://redirect.github.com/astral-sh/uv/pull/19343))
- Filter ANSI codes in logging output ([#​19311](https://redirect.github.com/astral-sh/uv/pull/19311))
- Fix `uv tree` showing extra-conditional deps for packages required without extras ([#​19332](https://redirect.github.com/astral-sh/uv/pull/19332))
- Respect build options (e.g., `--no-build`) during lock validation ([#​19366](https://redirect.github.com/astral-sh/uv/pull/19366))
### [`v0.11.13`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01113)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.12...0.11.13)
Released on 2026-05-10.
##### Bug fixes
- Include data files in editable builds ([#​19312](https://redirect.github.com/astral-sh/uv/pull/19312))
- Respect `--require-hashes` when installing from `pylock.toml` files ([#​19334](https://redirect.github.com/astral-sh/uv/pull/19334))
##### Python
##### Python
- Add CPython 3.14.5
### [`v0.11.12`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01112)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.11...0.11.12)
Released on 2026-05-08.
##### Python
- Add CPython 3.15.0b1
##### Enhancements
- Add `--no-editable` support to `uv pip install` ([#​19306](https://redirect.github.com/astral-sh/uv/pull/19306))
- Require git refs in URLs to be percent-encoded ([#​19320](https://redirect.github.com/astral-sh/uv/pull/19320))
##### Bug fixes
- Respect `--no-dev` over `UV_DEV=1` ([#​19313](https://redirect.github.com/astral-sh/uv/pull/19313))
- Don't suggest non-existent `--no-frozen` flag ([#​19290](https://redirect.github.com/astral-sh/uv/issues/19290)) ([#​19294](https://redirect.github.com/astral-sh/uv/pull/19294))
##### Documentation
- Fix bug from inconsistent workflow name in GHA-PyPI guide example ([#​19309](https://redirect.github.com/astral-sh/uv/pull/19309))
### [`v0.11.11`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01111)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.10...0.11.11)
Released on 2026-05-06.
##### Bug fixes
- Accept legacy ID format from pre-0.11.9 cache entries ([#​19301](https://redirect.github.com/astral-sh/uv/pull/19301))
### [`v0.11.10`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01110)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.9...0.11.10)
Released on 2026-05-05.
##### Bug fixes
- Allow pre-release Python requests with non-zero patch versions ([#​19286](https://redirect.github.com/astral-sh/uv/pull/19286))
### [`v0.11.9`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0119)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.8...0.11.9)
Released on 2026-05-04.
This release includes a special release candidate for the next Python 3.14 patch release. Python 3.14 included a new garbage collection implementation, which reduced pause times but caused significant unexpected memory pressure in production environments. In 3.14.5 and 3.15, the previous garbage collection implementation will be restored.
We would greatly appreciate if you tested the 3.14.5rc1 version included in this release. The stable version is expected to be released soon and any feedback on potential issues would be helpful to the Python development team.
For more context, see the [announcement](https://discuss.python.org/t/reverting-the-incremental-gc-in-python-3-14-and-3-15/107014), [issue](https://redirect.github.com/python/cpython/issues/148726), and [pull request](https://redirect.github.com/python/cpython/pull/148720).
Issues with the new release can be reported in the uv or CPython issue trackers.
##### Python
- Upgrade PyPy to v7.3.22
- Add CPython 3.14.5rc1
- On macOS, CPython statically links `libpython` to match Linux
##### Enhancements
- Omit compatible release desugaring for pre-release hints ([#​19267](https://redirect.github.com/astral-sh/uv/pull/19267))
- Fix file locks on Android ([#​18323](https://redirect.github.com/astral-sh/uv/pull/18323))
##### Preview
- `uv audit` add reporting for adverse project statuses ([#​19128](https://redirect.github.com/astral-sh/uv/pull/19128))
##### Bug fixes
- Discover versioned Python executables when `requires-python` pins a version ([#​18700](https://redirect.github.com/astral-sh/uv/pull/18700))
- Fix URL prefix matching to require path boundaries ([#​19154](https://redirect.github.com/astral-sh/uv/pull/19154))
- Fix transitive Git path dependencies in lockfiles ([#​19269](https://redirect.github.com/astral-sh/uv/pull/19269))
- Handle incorrect unlock error in `LockedFile::drop` on Wine ([#​19229](https://redirect.github.com/astral-sh/uv/pull/19229))
- Prevent uninstalling site-packages for empty `top_level.txt` in `.egg-info` ([#​19114](https://redirect.github.com/astral-sh/uv/pull/19114))
- Use symlinks instead of junctions on Wine ([#​19213](https://redirect.github.com/astral-sh/uv/pull/19213))
- Fix floating-point environment handling on ARMv7 ([#​19157](https://redirect.github.com/astral-sh/uv/pull/19157))
- Redact credentials from remote requirements URL in offline errors ([#​19216](https://redirect.github.com/astral-sh/uv/pull/19216))
- Windows tramplolines no longer set `PYTHONHOME` and only set `__PYVENV_LAUNCHER__` for virtual environments ([#​19199](https://redirect.github.com/astral-sh/uv/pull/19199))
##### Documentation
- Mark `--native-tls` and `UV_NATIVE_TLS` as deprecated ([#​18705](https://redirect.github.com/astral-sh/uv/pull/18705))
- Re-add `pytorch-triton-rocm` to PyTorch ROCm docs ([#​19241](https://redirect.github.com/astral-sh/uv/pull/19241))
- Tweak changelog entries for 0.11.8 ([#​19188](https://redirect.github.com/astral-sh/uv/pull/19188))
- Add 'Exporting lockfiles' to the Concepts->Projects index ([#​19209](https://redirect.github.com/astral-sh/uv/pull/19209))
- Clarify that `uv init` creates git files / folders in the projects guide ([#​19183](https://redirect.github.com/astral-sh/uv/pull/19183))
### [`v0.11.8`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0118)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.7...0.11.8)
Released on 2026-04-27.
##### Enhancements
- Add `--python-downloads-json-url` to `python pin` ([#​19092](https://redirect.github.com/astral-sh/uv/pull/19092))
- Fetch uv from Astral mirror during self-update ([#​18682](https://redirect.github.com/astral-sh/uv/pull/18682))
- Support `pip uninstall -y` ([#​19082](https://redirect.github.com/astral-sh/uv/pull/19082))
- Allow `exclude-newer` to be missing from the lockfile when `exclude-newer-span` is present ([#​19024](https://redirect.github.com/astral-sh/uv/pull/19024))
- Only show the version number in `uv self version --short` ([#​19019](https://redirect.github.com/astral-sh/uv/pull/19019))
- Silence warnings on empty `SSL_CERT_DIR` directory ([#​19018](https://redirect.github.com/astral-sh/uv/pull/19018))
- Use a sentinel timestamp for relative `exclude-newer` and `exclude-newer-package` values in lockfiles ([#​19022](https://redirect.github.com/astral-sh/uv/pull/19022), [#​19101](https://redirect.github.com/astral-sh/uv/pull/19101))
##### Configuration
- Add `UV_PYTHON_NO_REGISTRY` ([#​19035](https://redirect.github.com/astral-sh/uv/pull/19035))
- Add an environment variable for `UV_NO_PROJECT` ([#​19052](https://redirect.github.com/astral-sh/uv/pull/19052))
- Expose `UV_PYTHON_SEARCH_PATH` for Python discovery `PATH` overrides ([#​19034](https://redirect.github.com/astral-sh/uv/pull/19034))
##### Bug fixes
- Add `rust-toolchain.toml` to uv-build sdist ([#​19131](https://redirect.github.com/astral-sh/uv/pull/19131))
- Ensure uv invocations of git do not inherit repository location environment variables ([#​19088](https://redirect.github.com/astral-sh/uv/pull/19088))
- Redact pre-signed upload URLs in verbose output ([#​19146](https://redirect.github.com/astral-sh/uv/pull/19146))
- Handle transitive URL dependencies in PEP 517 build requirements ([#​19076](https://redirect.github.com/astral-sh/uv/pull/19076), [#​19086](https://redirect.github.com/astral-sh/uv/pull/19086))
- Support `uv lock` on a `pyproject.toml` that only contains dependency-groups ([#​19087](https://redirect.github.com/astral-sh/uv/pull/19087))
- Disable transparent Python upgrades in projects when a patch version is requested via `.python-version` ([#​19102](https://redirect.github.com/astral-sh/uv/pull/19102))
- Fix Python variant tagging in the Windows registry ([#​19012](https://redirect.github.com/astral-sh/uv/pull/19012))
- Ban external symlinks in `.tar.zst` wheels ([#​19144](https://redirect.github.com/astral-sh/uv/pull/19144))
##### Distributions
- Remove deprecated license classifiers from uv-build and add Python 3.14 classifier ([#​19130](https://redirect.github.com/astral-sh/uv/pull/19130))
##### Documentation
- Bump astral-sh/setup-uv version in docs ([#​19030](https://redirect.github.com/astral-sh/uv/pull/19030))
- Update PyTorch documentation for PyTorch 2.11 ([#​19095](https://redirect.github.com/astral-sh/uv/pull/19095))
### [`v0.11.7`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0117)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.6...0.11.7)
Released on 2026-04-15.
##### Python
- Upgrade CPython build to [`2026041`](https://redirect.github.com/astral-sh/uv/commit/20260414) including an OpenSSL security upgrade ([#​19004](https://redirect.github.com/astral-sh/uv/pull/19004))
##### Enhancements
- Elevate configuration errors to `required-version` mismatches ([#​18977](https://redirect.github.com/astral-sh/uv/pull/18977))
- Further improve TLS certificate validation messages ([#​18933](https://redirect.github.com/astral-sh/uv/pull/18933))
- Improve `--exclude-newer` hints ([#​18952](https://redirect.github.com/astral-sh/uv/pull/18952))
##### Preview features
- Fix `--script` handling in `uv audit` ([#​18970](https://redirect.github.com/astral-sh/uv/pull/18970))
- Fix traversal of extras in `uv audit` ([#​18970](https://redirect.github.com/astral-sh/uv/pull/18970))
##### Bug fixes
- De-quote `workspace metadata` in linehaul data ([#​18966](https://redirect.github.com/astral-sh/uv/pull/18966))
- Avoid installing tool workspace member dependencies as editable ([#​18891](https://redirect.github.com/astral-sh/uv/pull/18891))
- Emit JSON report for `uv sync --check` failures ([#​18976](https://redirect.github.com/astral-sh/uv/pull/18976))
- Filter and warn on invalid TLS certificates ([#​18951](https://redirect.github.com/astral-sh/uv/pull/18951))
- Fix equality comparisons for version specifiers with `~=` operators ([#​18960](https://redirect.github.com/astral-sh/uv/pull/18960))
- Fix stale Python upgrade preview feature check in project environment construction ([#​18961](https://redirect.github.com/astral-sh/uv/pull/18961))
- Improve Windows path normalization ([#​18945](https://redirect.github.com/astral-sh/uv/pull/18945))
### [`v0.11.6`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0116)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.5...0.11.6)
Released on 2026-04-09.
This release resolves a low severity security advisory in which wheels with malformed RECORD entries could delete arbitrary files on uninstall. See [GHSA-pjjw-68hj-v9mw](https://redirect.github.com/astral-sh/uv/security/advisories/GHSA-pjjw-68hj-v9mw) for details.
##### Bug fixes
- Do not remove files outside the venv on uninstall ([#​18942](https://redirect.github.com/astral-sh/uv/pull/18942))
- Validate and heal wheel `RECORD` during installation ([#​18943](https://redirect.github.com/astral-sh/uv/pull/18943))
- Avoid `uv cache clean` errors due to Win32 path normalization ([#​18856](https://redirect.github.com/astral-sh/uv/pull/18856))
### [`v0.11.5`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0115)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.4...0.11.5)
Released on 2026-04-08.
##### Python
- Add CPython 3.13.13, 3.14.4, and 3.15.0a8 ([#​18908](https://redirect.github.com/astral-sh/uv/pull/18908))
##### Enhancements
- Fix `build_system.requires` error message ([#​18911](https://redirect.github.com/astral-sh/uv/pull/18911))
- Remove trailing path separators in path normalization ([#​18915](https://redirect.github.com/astral-sh/uv/pull/18915))
- Improve error messages for unsupported or invalid TLS certificates ([#​18924](https://redirect.github.com/astral-sh/uv/pull/18924))
##### Preview features
- Add `exclude-newer` to `[[tool.uv.index]]` ([#​18839](https://redirect.github.com/astral-sh/uv/pull/18839))
- `uv audit`: add context/warnings for ignored vulnerabilities ([#​18905](https://redirect.github.com/astral-sh/uv/pull/18905))
##### Bug fixes
- Normalize persisted fork markers before lock equality checks ([#​18612](https://redirect.github.com/astral-sh/uv/pull/18612))
- Clear junction properly when uninstalling Python versions on Windows ([#​18815](https://redirect.github.com/astral-sh/uv/pull/18815))
- Report error cleanly instead of panicking on TLS certificate error ([#​18904](https://redirect.github.com/astral-sh/uv/pull/18904))
##### Documentation
- Remove the legacy `PIP_COMPATIBILITY.md` redirect file ([#​18928](https://redirect.github.com/astral-sh/uv/pull/18928))
- Fix `uv init example-bare --bare` examples ([#​18822](https://redirect.github.com/astral-sh/uv/pull/18822), [#​18925](https://redirect.github.com/astral-sh/uv/pull/18925))
### [`v0.11.4`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0114)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.3...0.11.4)
Released on 2026-04-07.
##### Enhancements
- Add support for `--upgrade-group` ([#​18266](https://redirect.github.com/astral-sh/uv/pull/18266))
- Merge repeated archive URL hashes by version ID ([#​18841](https://redirect.github.com/astral-sh/uv/pull/18841))
- Require all direct URL hash algorithms to match ([#​18842](https://redirect.github.com/astral-sh/uv/pull/18842))
##### Bug fixes
- Avoid panics in environment finding via cycle detection ([#​18828](https://redirect.github.com/astral-sh/uv/pull/18828))
- Enforce direct URL hashes for `pyproject.toml` dependencies ([#​18786](https://redirect.github.com/astral-sh/uv/pull/18786))
- Error on `--locked` and `--frozen` when script lockfile is missing ([#​18832](https://redirect.github.com/astral-sh/uv/pull/18832))
- Fix `uv export` extra resolution for workspace member and conflicting extras ([#​18888](https://redirect.github.com/astral-sh/uv/pull/18888))
- Include conflicts defined in virtual workspace root ([#​18886](https://redirect.github.com/astral-sh/uv/pull/18886))
- Recompute relative `exclude-newer` values during `uv tree --outdated` ([#​18899](https://redirect.github.com/astral-sh/uv/pull/18899))
- Respect `--exclude-newer` in `uv tool list --outdated` ([#​18861](https://redirect.github.com/astral-sh/uv/pull/18861))
- Sort by comparator to break specifier ties ([#​18850](https://redirect.github.com/astral-sh/uv/pull/18850))
- Store relative timestamps in tool receipts ([#​18901](https://redirect.github.com/astral-sh/uv/pull/18901))
- Track newly-activated extras when determining conflicts ([#​18852](https://redirect.github.com/astral-sh/uv/pull/18852))
- Patch `Cargo.lock` in `uv-build` source distributions ([#​18831](https://redirect.github.com/astral-sh/uv/pull/18831))
##### Documentation
- Clarify that `--exclude-newer` compares artifact upload times ([#​18830](https://redirect.github.com/astral-sh/uv/pull/18830))
### [`v0.11.3`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0113)
[Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.2...0.11.3)
Released on 2026-04-01.
##### Enhancements
- Add progress bar for hashing phase in uv publish ([#​18752](https://redirect.github.com/astral-sh/uv/pull/18752))
- Add support for ROCm 7.2 ([#​18730](https://redirect.github.com/astral-sh/uv/pull/18730))
- Emit abi3t tags for every abi3 version ([#​18777](https://redirect.github.com/astral-sh/uv/pull/18777))
- Expand `uv workspace metadata` with dependency information from the lock ([#​18356](https://redirect.github.com/astral-sh/uv/pull/18356))
- Implement support for PEP 803 ([#​18767](https://redirect.github.com/astral-sh/uv/pull/18767))
- Pretty-print platform in built wheel errors ([#​18738](https://redirect.github.com/astral-sh/uv/pull/18738))
- Publish installers to `/installers/uv/latest` on the mirror ([#​18725](https://redirect.github.com/astral-sh/uv/pull/18725))
- Show free-threaded Python in built-wheel errors ([#​18740](https://redirect.github.com/astral-sh/uv/pull/18740))
##### Preview features
- Add `--ignore` and `--ignore-until-fixed` to `uv audit` ([#​18737](https://redirect.github.com/astral-sh/uv/pull/18737))
##### Bug fixes
- Bump simple API cache ([#​18797](https://redirect.github.com/astral-sh/uv/pull/18797))
- Don't drop `blake2b` hashes ([#​18794](https://redirect.github.com/astral-sh/uv/pull/18794))
- Handle broken range request implementations ([#​18780](https://redirect.github.com/astral-sh/uv/pull/18780))
- Remove `powerpc64-unknown-linux-gnu` from release build targets ([#​18800](https://redirect.github.com/astral-sh/uv/pull/18800))
- Respect dependency metadata overrides in `uv pip check` ([#​18742](https://redirect.github.com/astral-sh/uv/pull/18742))
- Support debug CPython ABI tags in environment compatibility ([#​18739](https://redirect.github.com/astral-sh/uv/pull/18739))
##### Documentation
- Document `false` opt-out for `exclude-newer-package` ([#​18768](https://redirect.github.com/astral-sh/uv/pull/18768), [#​18803](https://redirect.github.com/astral-sh/uv/pull/18803))
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->1 parent 1154e0e commit 848fc61
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments