Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.9 #369

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Type Update Change
ghcr.io/astral-sh/uv final patch 0.6.5 -> 0.6.9

Release Notes

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

v0.6.9

Compare Source

Enhancements
  • Use keyring --mode creds when authenticate = "always" (#​12316)
  • Fail with specific error message when no password is present and authenticate = "always" (#​12313)
Bug fixes
  • Add boolish value parser for UV_MANAGED_PYTHON flags (#​12345)
  • Make deserialization non-fatal when assessing source tree revisions (#​12319)
  • Use resolver-returned wheel over alternate cached wheel (#​12301)
Documentation
  • Add experimental --torch-backend to the PyTorch guide (#​12317)
  • Fix #keyring-provider references in alternative index docs (#​12315)
  • Fix --directory path in examples (#​12165)
Preview changes
  • Automatically infer the PyTorch index via --torch-backend=auto (#​12070)

v0.6.8

Compare Source

Enhancements
  • Add support for enabling all groups by default with default-groups = "all" (#​12289)
  • Add simpler --managed-python and --no-managed-python flags for toggling Python preferences (#​12246)
Performance
  • Avoid allocations for default cache keys (#​12063)
Bug fixes
  • Allow local version mismatches when validating lockfile (#​12285)
  • Allow owned string when deserializing requires-python (#​12278)
  • Make cache errors non-fatal in Planner::build (#​12281)

v0.6.7

Compare Source

Python
  • Add CPython 3.14.0a6
  • Fix regression where extension modules would use wrong CXX compiler on Linux
  • Enable FTS3 enhanced query syntax for SQLite

See the python-build-standalone release notes for more details.

Enhancements
  • Add support for -c constraints in uv add (#​12209)
  • Add support for --global default version in uv python pin (#​12115)
  • Always reinstall local source trees passed to uv pip install (#​12176)
  • Render token claims on publish permission error (#​12135)
  • Add pip-compatible --group flag to uv pip install and uv pip compile (#​11686)
Preview features
  • Avoid creating duplicate directory entries in built wheels (#​12206)
  • Allow overriding module names for editable builds (#​12137)
Performance
  • Avoid replicating core-metadata field on File struct (#​12159)
Bug fixes
  • Add src to default cache keys (#​12062)
  • Discard insufficient fork markers (#​10682)
  • Ensure python pin --global creates parent directories if missing (#​12180)
  • Fix GraalPy abi tag parsing and discovery (#​12154)
  • Remove extraneous script packages in uv sync --script (#​12158)
  • Remove redundant activate.bat output (#​12160)
  • Avoid subsequent index hint when no versions are available on the first index (#​9332)
  • Error on lockfiles with incoherent wheel versions (#​12235)
Rust API
  • Update BaseClientBuild to accept custom proxies (#​12232)
Documentation
  • Make testpypi index explicit in example snippet (#​12148)
  • Reverse and format the archived changelogs (#​12099)
  • Use consistent commas around i.e. and e.g. (#​12157)
  • Fix typos in MRE docs (#​12198)
  • Fix double space typo (#​12171)

v0.6.6

Compare Source

Python
  • Add support for dynamic musl Python distributions on x86-64 Linux (#​12121)
  • Allow the experimental JIT to be enabled at runtime on Python 3.13 and 3.14 on Linux
  • Upgrade the build toolchain to LLVM 20, improving performance

See the python-build-standalone release notes for more details.

Enhancements
  • Add --marker flag to uv add (#​12012)
  • Allow overriding module name for uv build backend (#​11884)
  • Sync latest Python releases (#​12120)
  • Use 'Upload' instead of 'Download' in publish reporter (#​12029)
  • Add [index].authenticate allowing authentication to be required on an index (#​11896)
  • Add support for Windows legacy scripts in uv tool run (#​12079)
  • Propagate conflicting dependency groups when using include-group (#​12005)
  • Show ambiguous requirements when uv add failed (#​12106)
Performance
  • Cache workspace discovery (#​12096)
  • Insert dependencies into fork state prior to fetching metadata (#​12057)
  • Remove some allocations from uv-auth (#​12077)
Bug fixes
  • Avoid considering PATH updated when the export is commented in the shellrc (#​12043)
  • Fix uv publish retry on network failures (#​12041)
  • Use a sized stream in uv publish to comply with WSGI PyPI server constraints (#​12111)
  • Fix uv python install --reinstall when the version was not previously installed (#​12124)
Preview features
Documentation
  • Quote versions string in python-versions.md (#​12112)
  • Fix tool concept page headings (#​12053)
  • Update the [index].authenticate docs (#​12102)
  • Update versioning policy (#​11666)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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 added the dependencies Pull requests that update a dependency file label Mar 17, 2025
Copy link

codecov bot commented Mar 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.65%. Comparing base (7a8772e) to head (41845a6).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #369   +/-   ##
=======================================
  Coverage   93.65%   93.65%           
=======================================
  Files          41       41           
  Lines        2268     2268           
=======================================
  Hits         2124     2124           
  Misses        144      144           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/docker-dependencies branch from 28b06e8 to 2ed30b4 Compare March 18, 2025 02:44
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.6 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.7 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/docker-dependencies branch from 2ed30b4 to 57e8c22 Compare March 18, 2025 23:13
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.7 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.8 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/docker-dependencies branch from 57e8c22 to 41845a6 Compare March 20, 2025 22:58
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.8 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.9 Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants