-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit df97008
authored
chore(deps-dev): Update uv requirement from 0.7.19 to 0.7.20 (#933)
Updates the requirements on [uv](https://github.com/astral-sh/uv) to
permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/uv/releases">uv's
releases</a>.</em></p>
<blockquote>
<h2>0.7.20</h2>
<h2>Release Notes</h2>
<h3>Python</h3>
<ul>
<li>Add Python 3.14.0b4</li>
<li>Add zstd support to Python 3.14 on Unix (it already was available on
Windows)</li>
<li>Add PyPy 7.3.20 (for Python 3.11.13)</li>
</ul>
<p>See the <a
href="https://pypy.org/posts/2025/07/pypy-v7320-release.html">PyPy</a>
and <a
href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250708"><code>python-build-standalone</code></a>
release notes for more details.</p>
<h3>Enhancements</h3>
<ul>
<li>Add <code>--workspace</code> flag to <code>uv add</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14496">#14496</a>)</li>
<li>Add auto-detection for Intel GPUs (<a
href="https://redirect.github.com/astral-sh/uv/pull/14386">#14386</a>)</li>
<li>Drop trailing arguments when writing shebangs (<a
href="https://redirect.github.com/astral-sh/uv/pull/14519">#14519</a>)</li>
<li>Add debug message when skipping Python downloads (<a
href="https://redirect.github.com/astral-sh/uv/pull/14509">#14509</a>)</li>
<li>Add support for declaring multiple modules in namespace packages (<a
href="https://redirect.github.com/astral-sh/uv/pull/14460">#14460</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Revert normalization of trailing slashes on index URLs (<a
href="https://redirect.github.com/astral-sh/uv/pull/14511">#14511</a>)</li>
<li>Fix forced resolution with all extras in <code>uv version</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14434">#14434</a>)</li>
<li>Fix handling of pre-releases in preferences (<a
href="https://redirect.github.com/astral-sh/uv/pull/14498">#14498</a>)</li>
<li>Remove transparent variants in <code>uv-extract</code> to enable
retries (<a
href="https://redirect.github.com/astral-sh/uv/pull/14450">#14450</a>)</li>
</ul>
<h3>Rust API</h3>
<ul>
<li>Add method to get packages involved in a
<code>NoSolutionError</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14457">#14457</a>)</li>
<li>Make <code>ErrorTree</code> for <code>NoSolutionError</code> public
(<a
href="https://redirect.github.com/astral-sh/uv/pull/14444">#14444</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Finish incomplete sentence in pip migration guide (<a
href="https://redirect.github.com/astral-sh/uv/pull/14432">#14432</a>)</li>
<li>Remove <code>cache-dependency-glob</code> examples for
<code>setup-uv</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14493">#14493</a>)</li>
<li>Remove <code>uv pip sync</code> suggestion with
<code>pyproject.toml</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14510">#14510</a>)</li>
<li>Update documentation for GitHub to use <code>setup-uv@v6</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14490">#14490</a>)</li>
</ul>
<h2>Install uv 0.7.20</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/astral-sh/uv/releases/download/0.7.20/uv-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm
https://github.com/astral-sh/uv/releases/download/0.7.20/uv-installer.ps1
| iex"
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/uv/blob/main/CHANGELOG.md">uv's
changelog</a>.</em></p>
<blockquote>
<h2>0.7.20</h2>
<h3>Python</h3>
<ul>
<li>Add Python 3.14.0b4</li>
<li>Add zstd support to Python 3.14 on Unix (it already was available on
Windows)</li>
<li>Add PyPy 7.3.20 (for Python 3.11.13)</li>
</ul>
<p>See the <a
href="https://pypy.org/posts/2025/07/pypy-v7320-release.html">PyPy</a>
and <a
href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250708"><code>python-build-standalone</code></a>
release notes for more details.</p>
<h3>Enhancements</h3>
<ul>
<li>Add <code>--workspace</code> flag to <code>uv add</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14496">#14496</a>)</li>
<li>Add auto-detection for Intel GPUs (<a
href="https://redirect.github.com/astral-sh/uv/pull/14386">#14386</a>)</li>
<li>Drop trailing arguments when writing shebangs (<a
href="https://redirect.github.com/astral-sh/uv/pull/14519">#14519</a>)</li>
<li>Add debug message when skipping Python downloads (<a
href="https://redirect.github.com/astral-sh/uv/pull/14509">#14509</a>)</li>
<li>Add support for declaring multiple modules in namespace packages (<a
href="https://redirect.github.com/astral-sh/uv/pull/14460">#14460</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Revert normalization of trailing slashes on index URLs (<a
href="https://redirect.github.com/astral-sh/uv/pull/14511">#14511</a>)</li>
<li>Fix forced resolution with all extras in <code>uv version</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14434">#14434</a>)</li>
<li>Fix handling of pre-releases in preferences (<a
href="https://redirect.github.com/astral-sh/uv/pull/14498">#14498</a>)</li>
<li>Remove transparent variants in <code>uv-extract</code> to enable
retries (<a
href="https://redirect.github.com/astral-sh/uv/pull/14450">#14450</a>)</li>
</ul>
<h3>Rust API</h3>
<ul>
<li>Add method to get packages involved in a
<code>NoSolutionError</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14457">#14457</a>)</li>
<li>Make <code>ErrorTree</code> for <code>NoSolutionError</code> public
(<a
href="https://redirect.github.com/astral-sh/uv/pull/14444">#14444</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Finish incomplete sentence in pip migration guide (<a
href="https://redirect.github.com/astral-sh/uv/pull/14432">#14432</a>)</li>
<li>Remove <code>cache-dependency-glob</code> examples for
<code>setup-uv</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14493">#14493</a>)</li>
<li>Remove <code>uv pip sync</code> suggestion with
<code>pyproject.toml</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14510">#14510</a>)</li>
<li>Update documentation for GitHub to use <code>setup-uv@v6</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14490">#14490</a>)</li>
</ul>
<h2>0.7.19</h2>
<p>The <strong><a
href="https://docs.astral.sh/uv/concepts/build-backend/">uv build
backend</a> is now stable</strong>, and considered ready for production
use.</p>
<p>The uv build backend is a great choice for pure Python projects. It
has reasonable defaults, with the goal of requiring zero configuration
for most users, but provides flexible configuration to accommodate most
Python project structures. It integrates tightly with uv, to improve
messaging and user experience. It validates project metadata and
structures, preventing common mistakes. And, finally, it's very fast —
<code>uv sync</code> on a new project (from <code>uv init</code>) is
10-30x faster than with other build backends.</p>
<p>To use uv as a build backend in an existing project, add
<code>uv_build</code> to the <code>[build-system]</code> section in your
<code>pyproject.toml</code>:</p>
<pre lang="toml"><code>[build-system]
requires = ["uv_build>=0.7.19,<0.8.0"]
build-backend = "uv_build"
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/uv/commit/2514203964449fcd3a5cac3320963aa57383e6b6"><code>2514203</code></a>
Add missing 0.7.20 changelog entry (<a
href="https://redirect.github.com/astral-sh/uv/issues/14528">#14528</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/e798b09aa4bb52bf0c80d1e820a0c0f5fb82bb81"><code>e798b09</code></a>
Multiple modules in namespace packages (<a
href="https://redirect.github.com/astral-sh/uv/issues/14460">#14460</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/812a3e7c34030e54937a64395e5a341c323f9d89"><code>812a3e7</code></a>
Bump version to 0.7.20 (<a
href="https://redirect.github.com/astral-sh/uv/issues/14525">#14525</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/1958aa26bd1f93b4345a5c954c8ad3ac763e1225"><code>1958aa2</code></a>
Add debug message when skipping Python downloads (<a
href="https://redirect.github.com/astral-sh/uv/issues/14509">#14509</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/57338e558cdf7f0e82a49ae5530439016e43a450"><code>57338e5</code></a>
Drop trailing arguments when writing shebangs (<a
href="https://redirect.github.com/astral-sh/uv/issues/14519">#14519</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/4d061a6fc349b6bb05ff60bdeb4b2fc2ed8e18a6"><code>4d061a6</code></a>
Add <code>--workspace</code> flag to <code>uv add</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/14496">#14496</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/b1dc2b71a3c0c1ce39024457e2cadcebbcda793a"><code>b1dc2b7</code></a>
Add auto-detection for Intel GPUs (<a
href="https://redirect.github.com/astral-sh/uv/issues/14386">#14386</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/2709c441a803dc0a335a77e569a16b47eb794d74"><code>2709c44</code></a>
Revert normalization of trailing slashes on index URLs (<a
href="https://redirect.github.com/astral-sh/uv/issues/14511">#14511</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/afcbcc7498532f434d00c6d9a6d95ca3d3865e66"><code>afcbcc7</code></a>
Sync latest Python releases (<a
href="https://redirect.github.com/astral-sh/uv/issues/14514">#14514</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/5e2dc5a9aa18aaa942f26513ca3b8ae4704eb018"><code>5e2dc5a</code></a>
Remove <code>uv pip sync</code> suggestion with
<code>pyproject.toml</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/14510">#14510</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.7.19...0.7.20">compare
view</a></li>
</ul>
</details>
<br />
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2be98e5 commit df97008Copy full SHA for df97008
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
0 commit comments