Skip to content

Update ghcr.io/astral-sh/uv Docker tag to v0.11.17#628

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ghcr.io-astral-sh-uv-0.x
Open

Update ghcr.io/astral-sh/uv Docker tag to v0.11.17#628
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ghcr.io-astral-sh-uv-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 19, 2026

This PR contains the following updates:

Package Type Update Change
ghcr.io/astral-sh/uv stage patch 0.11.80.11.17

Release Notes

astral-sh/uv (ghcr.io/astral-sh/uv)

v0.11.17

Compare Source

Released on 2026-05-28.

Enhancements
  • Add a diagnostic for uv add with standard library modules (#​19572)
  • Expose uv workspace and its list subcommand in help output (#​19533)
  • Improve the "403 forbidden" hint to suggest ignore-error-codes when applicable (#​19521)
  • Skip direct URL lock freshness checks while offline (#​19596)
  • Add import-names and import-namespaces support to uv-build (PEP 794) (#​19380)
  • Add a --no-editable-package flag to various commands (#​19584)
  • Infer Python version requests from source trees in uv tool invocations (#​19577)
Preview features
  • Add module owners to uv workspace metadata (#​19122)
  • Do not allow uv venv --clear to remove non-virtual environments (#​19595)
Bug fixes
  • Improve the performance of large entries in tool.uv.conflicts (#​19538)
  • Avoid modifying the parent process' env with --env-file in uv run (#​19567)
  • Fix script environment creation for scripts with long filenames (#​19539)
  • Fix transitive Git archive dependencies in lockfiles (#​19589)
  • Preserve Git repository URLs in direct URL metadata (#​19590)
  • Support redirects in --check-url (#​19594)
  • Accept case-insensitive HTML tags in --find-links parsing (#​19537)
  • Reject duplicate script metadata blocks (#​19544)
  • Ban names like "python3" as script entry points (#​19535, #​19536)
  • Validate Git LFS artifacts for Git archives (#​19592)
  • Use a relative path when creating symlinks in cache to improve relocatability (#​19033)
Documentation
  • Fix malformed positional anchors in the CLI reference (#​19575)

v0.11.16

Compare Source

Released on 2026-05-21.

Enhancements
  • Add support for direct archive dependencies in Git (#​10072)
  • Adjust hint rendering (#​18090)
Preview features
  • uv audit: specialize malformed OSV error (#​19515)
  • Reject locked malware installations (#​18936)
Configuration
  • Allow disabling reading the system config with UV_NO_SYSTEM_CONFIG (#​19476)
Bug fixes
  • Allow environment variables that take a list to be empty (#​19503)
  • Ensure that incompatible wheel hints do not leak secrets (#​19504)
  • Reject unsafe entry points in uv-build (#​19495)
  • Restrict delimiters in entry point parsing (#​19471)
  • uv-netrc: fix multi-word no-space comment lines causing parse errors (#​19494)
Documentation
  • Document and test relative exclude-newer support for uv pip (#​19475)

v0.11.15

Compare Source

Released on 2026-05-18.

Security
Enhancements
  • Add TOML v1.1 -> v1.0 backwards compatibility for source distributions (#​18741)
  • Add support for Azure request signing (#​19421)
  • Apply stricter validation to all wheel filename segments (#​19364)
  • Reject empty strings as an invalid package name (#​19435)
  • Use structured errors for signing authentication failures (#​19422)
Preview
Configuration
  • Respect required-environments in uv pip compile (#​19378)
Performance
  • Avoid parsing JSON manifest when local Python is available (#​19398)
  • Avoid walking nested directories in linker conflict registration (#​19382)
  • Optimize async wheel ZIP writing (#​19383)
  • Fix dead "already trimmed" fast-path in Version::only_release_trimmed (#​19425)
Bug fixes
  • Apply workspace-member [tool.uv.sources] credentials under uv sync --frozen (#​19423)
  • Skip empty directories in uv build outputs (#​19437)
  • Fix Git submodule handling when using relative paths (#​12156)
  • Fix line number reporting in netrc parsing (#​19452)
Documentation
  • Move Bazel auth helper setup into integration guide (#​19392)

v0.11.14

Compare Source

Released on 2026-05-12.

Enhancements
  • Add Astral mirror URL override (#​19206)
  • Ignore top_level.txt entries in uninstall that are not valid Python identifiers (#​19340)
Bug fixes
  • Avoid applying .env files in parent process (#​19343)
  • Filter ANSI codes in logging output (#​19311)
  • Fix uv tree showing extra-conditional deps for packages required without extras (#​19332)
  • Respect build options (e.g., --no-build) during lock validation (#​19366)

v0.11.13

Compare Source

Released on 2026-05-10.

Bug fixes
  • Include data files in editable builds (#​19312)
  • Respect --require-hashes when installing from pylock.toml files (#​19334)
Python
  • Add CPython 3.14.5

v0.11.12

Compare Source

Released on 2026-05-08.

Python
  • Add CPython 3.15.0b1
Enhancements
  • Add --no-editable support to uv pip install (#​19306)
  • Require git refs in URLs to be percent-encoded (#​19320)
Bug fixes
Documentation
  • Fix bug from inconsistent workflow name in GHA-PyPI guide example (#​19309)

v0.11.11

Compare Source

Released on 2026-05-06.

Bug fixes
  • Accept legacy ID format from pre-0.11.9 cache entries (#​19301)

v0.11.10

Compare Source

Released on 2026-05-05.

Bug fixes
  • Allow pre-release Python requests with non-zero patch versions (#​19286)

v0.11.9

Compare Source

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, issue, and pull request.

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)
  • Fix file locks on Android (#​18323)
Preview
  • uv audit add reporting for adverse project statuses (#​19128)
Bug fixes
  • Discover versioned Python executables when requires-python pins a version (#​18700)
  • Fix URL prefix matching to require path boundaries (#​19154)
  • Fix transitive Git path dependencies in lockfiles (#​19269)
  • Handle incorrect unlock error in LockedFile::drop on Wine (#​19229)
  • Prevent uninstalling site-packages for empty top_level.txt in .egg-info (#​19114)
  • Use symlinks instead of junctions on Wine (#​19213)
  • Fix floating-point environment handling on ARMv7 (#​19157)
  • Redact credentials from remote requirements URL in offline errors (#​19216)
  • Windows tramplolines no longer set PYTHONHOME and only set __PYVENV_LAUNCHER__ for virtual environments (#​19199)
Documentation
  • Mark --native-tls and UV_NATIVE_TLS as deprecated (#​18705)
  • Re-add pytorch-triton-rocm to PyTorch ROCm docs (#​19241)
  • Tweak changelog entries for 0.11.8 (#​19188)
  • Add 'Exporting lockfiles' to the Concepts->Projects index (#​19209)
  • Clarify that uv init creates git files / folders in the projects guide (#​19183)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 9613087 to e352a28 Compare March 20, 2026 01:51
@renovate renovate Bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.10.11 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.10.12 Mar 20, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from e352a28 to 05c254a Compare March 24, 2026 01:29
@renovate renovate Bot added type/minor and removed type/patch labels Mar 24, 2026
@renovate renovate Bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.10.12 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.0 Mar 24, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 05c254a to 4b1ac76 Compare March 25, 2026 01:38
@renovate renovate Bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.0 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.1 Mar 25, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 4b1ac76 to 6bfcc67 Compare March 27, 2026 01:08
@renovate renovate Bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.1 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.2 Mar 27, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch 3 times, most recently from 626a8ae to ea541ca Compare April 2, 2026 00:39
@renovate renovate Bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.2 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.3 Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from ea541ca to f2c54fa Compare April 8, 2026 05:00
@renovate renovate Bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.3 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.4 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from f2c54fa to 378e843 Compare April 8, 2026 20:55
@renovate renovate Bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.4 Update ghcr.io/astral-sh/uv Docker tag to v0.11.5 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 378e843 to c11ec08 Compare April 9, 2026 14:19
@renovate renovate Bot changed the title Update ghcr.io/astral-sh/uv Docker tag to v0.11.5 Update ghcr.io/astral-sh/uv Docker tag to v0.11.6 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from c11ec08 to d184dca Compare April 16, 2026 10:53
@renovate renovate Bot changed the title Update ghcr.io/astral-sh/uv Docker tag to v0.11.6 Update ghcr.io/astral-sh/uv Docker tag to v0.11.7 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from d184dca to f94ead9 Compare April 27, 2026 15:51
@renovate renovate Bot changed the title Update ghcr.io/astral-sh/uv Docker tag to v0.11.7 Update ghcr.io/astral-sh/uv Docker tag to v0.11.8 Apr 27, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from f94ead9 to 729e84d Compare May 5, 2026 10:11
@renovate renovate Bot changed the title Update ghcr.io/astral-sh/uv Docker tag to v0.11.8 Update ghcr.io/astral-sh/uv Docker tag to v0.11.9 May 5, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 729e84d to eeabb3f Compare May 5, 2026 21:02
@renovate renovate Bot changed the title Update ghcr.io/astral-sh/uv Docker tag to v0.11.9 Update ghcr.io/astral-sh/uv Docker tag to v0.11.10 May 5, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from eeabb3f to 16cbf28 Compare May 6, 2026 22:01
@renovate renovate Bot changed the title Update ghcr.io/astral-sh/uv Docker tag to v0.11.10 Update ghcr.io/astral-sh/uv Docker tag to v0.11.11 May 6, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 16cbf28 to 2b9342a Compare May 9, 2026 01:45
@renovate renovate Bot changed the title Update ghcr.io/astral-sh/uv Docker tag to v0.11.11 Update ghcr.io/astral-sh/uv Docker tag to v0.11.12 May 9, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 2b9342a to 9a371b1 Compare May 9, 2026 14:31
@renovate renovate Bot added type/patch and removed type/minor labels May 9, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 9a371b1 to 89258c2 Compare May 11, 2026 01:59
@renovate renovate Bot changed the title Update ghcr.io/astral-sh/uv Docker tag to v0.11.12 Update ghcr.io/astral-sh/uv Docker tag to v0.11.13 May 11, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 89258c2 to b36b1ae Compare May 12, 2026 20:30
@renovate renovate Bot changed the title Update ghcr.io/astral-sh/uv Docker tag to v0.11.13 Update ghcr.io/astral-sh/uv Docker tag to v0.11.14 May 12, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from b36b1ae to 611bc7e Compare May 14, 2026 06:36
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 611bc7e to 918156c Compare May 18, 2026 23:48
@renovate renovate Bot changed the title Update ghcr.io/astral-sh/uv Docker tag to v0.11.14 Update ghcr.io/astral-sh/uv Docker tag to v0.11.15 May 18, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 918156c to 18e211f Compare May 21, 2026 21:48
@renovate renovate Bot changed the title Update ghcr.io/astral-sh/uv Docker tag to v0.11.15 Update ghcr.io/astral-sh/uv Docker tag to v0.11.16 May 21, 2026
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 18e211f to 6550294 Compare May 23, 2026 15:16
@renovate renovate Bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 6550294 to e862f34 Compare May 28, 2026 21:46
@renovate renovate Bot changed the title Update ghcr.io/astral-sh/uv Docker tag to v0.11.16 Update ghcr.io/astral-sh/uv Docker tag to v0.11.17 May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants