-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit 309bf5c
authored
chore(deps-dev): Update uv requirement from 0.6.9 to 0.6.10 (#865)
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.6.10</h2>
<h2>Release Notes</h2>
<h3>Enhancements</h3>
<ul>
<li>Add <code>uv sync --check</code> flag (<a
href="https://redirect.github.com/astral-sh/uv/pull/12342">#12342</a>)</li>
<li>Add support for Python version requests in <code>uv python
list</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/12375">#12375</a>)</li>
<li>Support <code>.env</code> files in <code>uv tool run</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/12386">#12386</a>)</li>
<li>Support <code>python find --script</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/11891">#11891</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>Check all compatible torch indexes when <code>--torch-backend</code>
is enabled (<a
href="https://redirect.github.com/astral-sh/uv/pull/12385">#12385</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Use a boxed slice for extras and groups (<a
href="https://redirect.github.com/astral-sh/uv/pull/12391">#12391</a>)</li>
<li>Use small string for index name type (<a
href="https://redirect.github.com/astral-sh/uv/pull/12355">#12355</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Allow virtual packages with <code>--no-build</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/12314">#12314</a>)</li>
<li>Ignore <code>--find-links</code> entries for pinned indexes (<a
href="https://redirect.github.com/astral-sh/uv/pull/12396">#12396</a>)</li>
<li>Omit wheels from lockfile based on <code>--exclude-newer</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/12299">#12299</a>)</li>
<li>Retain end-of-line comment position when adding dependency (<a
href="https://redirect.github.com/astral-sh/uv/pull/12360">#12360</a>)</li>
<li>Omit fragment when querying for wheels in Simple HTML API (<a
href="https://redirect.github.com/astral-sh/uv/pull/12384">#12384</a>)</li>
<li>Error on missing argument in <code>requirements.txt</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/12354">#12354</a>)</li>
<li>Support modules with different casing in build backend (<a
href="https://redirect.github.com/astral-sh/uv/pull/12240">#12240</a>)</li>
<li>Add authentication policy support for <code>pip</code> commands (<a
href="https://redirect.github.com/astral-sh/uv/pull/12470">#12470</a>)</li>
</ul>
<h1>uv 0.6.10</h1>
<h2>Install uv 0.6.10</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.6.10/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.6.10/uv-installer.ps1
| iex"
</code></pre>
<h2>Download uv 0.6.10</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
</table>
<!-- raw HTML omitted -->
</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.6.10</h2>
<h3>Enhancements</h3>
<ul>
<li>Add <code>uv sync --check</code> flag (<a
href="https://redirect.github.com/astral-sh/uv/pull/12342">#12342</a>)</li>
<li>Add support for Python version requests in <code>uv python
list</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/12375">#12375</a>)</li>
<li>Support <code>.env</code> files in <code>uv tool run</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/12386">#12386</a>)</li>
<li>Support <code>python find --script</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/11891">#11891</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>Check all compatible torch indexes when <code>--torch-backend</code>
is enabled (<a
href="https://redirect.github.com/astral-sh/uv/pull/12385">#12385</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Use a boxed slice for extras and groups (<a
href="https://redirect.github.com/astral-sh/uv/pull/12391">#12391</a>)</li>
<li>Use small string for index name type (<a
href="https://redirect.github.com/astral-sh/uv/pull/12355">#12355</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Allow virtual packages with <code>--no-build</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/12314">#12314</a>)</li>
<li>Ignore <code>--find-links</code> entries for pinned indexes (<a
href="https://redirect.github.com/astral-sh/uv/pull/12396">#12396</a>)</li>
<li>Omit wheels from lockfile based on <code>--exclude-newer</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/12299">#12299</a>)</li>
<li>Retain end-of-line comment position when adding dependency (<a
href="https://redirect.github.com/astral-sh/uv/pull/12360">#12360</a>)</li>
<li>Omit fragment when querying for wheels in Simple HTML API (<a
href="https://redirect.github.com/astral-sh/uv/pull/12384">#12384</a>)</li>
<li>Error on missing argument in <code>requirements.txt</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/12354">#12354</a>)</li>
<li>Support modules with different casing in build backend (<a
href="https://redirect.github.com/astral-sh/uv/pull/12240">#12240</a>)</li>
<li>Add authentication policy support for <code>pip</code> commands (<a
href="https://redirect.github.com/astral-sh/uv/pull/12470">#12470</a>)</li>
</ul>
<h2>0.6.9</h2>
<h3>Enhancements</h3>
<ul>
<li>Use <code>keyring --mode creds</code> when <code>authenticate =
"always"</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/12316">#12316</a>)</li>
<li>Fail with specific error message when no password is present and
<code>authenticate = "always"</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/12313">#12313</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Add boolish value parser for <code>UV_MANAGED_PYTHON</code> flags
(<a
href="https://redirect.github.com/astral-sh/uv/pull/12345">#12345</a>)</li>
<li>Make deserialization non-fatal when assessing source tree revisions
(<a
href="https://redirect.github.com/astral-sh/uv/pull/12319">#12319</a>)</li>
<li>Use resolver-returned wheel over alternate cached wheel (<a
href="https://redirect.github.com/astral-sh/uv/pull/12301">#12301</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add experimental <code>--torch-backend</code> to the PyTorch guide
(<a
href="https://redirect.github.com/astral-sh/uv/pull/12317">#12317</a>)</li>
<li>Fix <code>#keyring-provider</code> references in alternative index
docs (<a
href="https://redirect.github.com/astral-sh/uv/pull/12315">#12315</a>)</li>
<li>Fix <code>--directory</code> path in examples (<a
href="https://redirect.github.com/astral-sh/uv/pull/12165">#12165</a>)</li>
</ul>
<h3>Preview changes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/uv/commit/f2a2d982b8e7195e976766ff734f2d6e0988d088"><code>f2a2d98</code></a>
Bump version to v0.6.10 (<a
href="https://redirect.github.com/astral-sh/uv/issues/12430">#12430</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/e4c98e976f36f6f1e1d5eff2874cb984a78b28e5"><code>e4c98e9</code></a>
Use <code>Box\<Path></code> in lieu of <code>PathBuf</code> for
immutable structs (<a
href="https://redirect.github.com/astral-sh/uv/issues/12346">#12346</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/9745b7635716f2e8d82a906ff8f205e072e4030b"><code>9745b76</code></a>
Add auth policy support for pip commands (<a
href="https://redirect.github.com/astral-sh/uv/issues/12470">#12470</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/99e2324dcf62956b3685ce032160a66e11976c6b"><code>99e2324</code></a>
Use 64-bit host for 32-bit releases to work around OOM (<a
href="https://redirect.github.com/astral-sh/uv/issues/12466">#12466</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/c2eb32164d0b5ddd4a1bb0c495bb34ac726134bf"><code>c2eb321</code></a>
Update Rust crate windows-registry to v0.5.1 (<a
href="https://redirect.github.com/astral-sh/uv/issues/12419">#12419</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/c5b6a0849eac71f1a273cb2994b049d63265d6c5"><code>c5b6a08</code></a>
Update Rust crate boxcar to v0.2.11 (<a
href="https://redirect.github.com/astral-sh/uv/issues/12414">#12414</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/78b6c5e57157c65bfe40f481919f418e1b9bab4b"><code>78b6c5e</code></a>
Update Rust crate backon to v1.4.1 (<a
href="https://redirect.github.com/astral-sh/uv/issues/12413">#12413</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/ddbf90c906083acd51afd86409fa3cb1ae2bcaa6"><code>ddbf90c</code></a>
Revert "Show a dedicated hint for <code>setuptools</code>
dash-separator change" (<a
href="https://redirect.github.com/astral-sh/uv/issues/12453">#12453</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/20e7dcd3668c27983908b799e6a84de15bea1f97"><code>20e7dcd</code></a>
docs: update dependency-bots.md (<a
href="https://redirect.github.com/astral-sh/uv/issues/12454">#12454</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/664c77a6e12b4735c0000bbb44f895c892c62aa0"><code>664c77a</code></a>
Show a dedicated hint for <code>setuptools</code> dash-separator change
(<a
href="https://redirect.github.com/astral-sh/uv/issues/12438">#12438</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.6.9...0.6.10">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a424de0 commit 309bf5cCopy full SHA for 309bf5c
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
| 109 | + | |
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
|
0 commit comments