Skip to content

core: bump astral-sh/uv from 0.7.20 to 0.7.21#15567

Merged
BeryJu merged 1 commit intomainfrom
dependabot/docker/astral-sh/uv-0.7.21
Jul 15, 2025
Merged

core: bump astral-sh/uv from 0.7.20 to 0.7.21#15567
BeryJu merged 1 commit intomainfrom
dependabot/docker/astral-sh/uv-0.7.21

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2025

Bumps astral-sh/uv from 0.7.20 to 0.7.21.

Release notes

Sourced from astral-sh/uv's releases.

0.7.21

Release Notes

Python

  • Restore the SQLite fts4, fts5, rtree, and geopoly extensions on macOS and Linux

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

Enhancements

  • Add --python-platform to uv sync (#14320)
  • Support pre-releases in uv version --bump (#13578)
  • Add -w shorthand for --with (#14530)
  • Add an exception handler on Windows to display information on crash (#14582)
  • Add hint when Python downloads are disabled (#14522)
  • Add UV_HTTP_RETRIES to customize retry counts (#14544)
  • Follow leaf symlinks matched by globs in cache-key (#13438)
  • Support parent path components (..) in globs in cache-key (#13469)
  • Improve cache-key performance (#13469)

Preview features

  • Add uv sync --output-format json (#13689)

Bug fixes

  • Do not re-resolve with a new Python version in uv tool if it is incompatible with --python (#14606)

Documentation

  • Document how to nest dependency groups with include-group (#14539)
  • Fix repeated word in Pyodide doc (#14554)
  • Update CONTRIBUTING.md with instructions to format Markdown files via Docker (#14246)
  • Fix version number for setup-python (#14533)

Install uv 0.7.21

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

... (truncated)

Changelog

Sourced from astral-sh/uv's changelog.

0.7.21

Python

  • Restore the SQLite fts4, fts5, rtree, and geopoly extensions on macOS and Linux

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

Enhancements

  • Add --python-platform to uv sync (#14320)
  • Support pre-releases in uv version --bump (#13578)
  • Add -w shorthand for --with (#14530)
  • Add an exception handler on Windows to display information on crash (#14582)
  • Add hint when Python downloads are disabled (#14522)
  • Add UV_HTTP_RETRIES to customize retry counts (#14544)
  • Follow leaf symlinks matched by globs in cache-key (#13438)
  • Support parent path components (..) in globs in cache-key (#13469)
  • Improve cache-key performance (#13469)

Preview features

  • Add uv sync --output-format json (#13689)

Bug fixes

  • Do not re-resolve with a new Python version in uv tool if it is incompatible with --python (#14606)

Documentation

  • Document how to nest dependency groups with include-group (#14539)
  • Fix repeated word in Pyodide doc (#14554)
  • Update CONTRIBUTING.md with instructions to format Markdown files via Docker (#14246)
  • Fix version number for setup-python (#14533)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.7.20 to 0.7.21.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.7.20...0.7.21)

---
updated-dependencies:
- dependency-name: astral-sh/uv
  dependency-version: 0.7.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 15, 2025 07:32
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2025
@netlify
Copy link

netlify bot commented Jul 15, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 57fb68c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/687603f4c876360008781743

@netlify
Copy link

netlify bot commented Jul 15, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 57fb68c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/687603f42badfe0008c8dcfa
😎 Deploy Preview https://deploy-preview-15567--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jul 15, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 57fb68c
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/687603f4970ad50008550cd4

@BeryJu BeryJu merged commit dc8dee9 into main Jul 15, 2025
104 checks passed
@BeryJu BeryJu deleted the dependabot/docker/astral-sh/uv-0.7.21 branch July 15, 2025 11:37
tanberry pushed a commit to stazio/authentik that referenced this pull request Jul 24, 2025
Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.7.20 to 0.7.21.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.7.20...0.7.21)

---
updated-dependencies:
- dependency-name: astral-sh/uv
  dependency-version: 0.7.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant