Skip to content

Commit 7a729d1

Browse files
chore(deps-dev): Update uv requirement from 0.6.6 to 0.6.9 (#863)
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.9</h2> <h2>Release Notes</h2> <h3>Enhancements</h3> <ul> <li>Use <code>keyring --mode creds</code> when <code>authenticate = &quot;always&quot;</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 = &quot;always&quot;</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> <ul> <li>Automatically infer the PyTorch index via <code>--torch-backend=auto</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12070">#12070</a>)</li> </ul> <h1>uv 0.6.9</h1> <h2>Install uv 0.6.9</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.9/uv-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm https://github.com/astral-sh/uv/releases/download/0.6.9/uv-installer.ps1 | iex&quot; </code></pre> <h2>Download uv 0.6.9</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.6.9/uv-aarch64-apple-darwin.tar.gz">uv-aarch64-apple-darwin.tar.gz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.6.9/uv-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.6.9/uv-x86_64-apple-darwin.tar.gz">uv-x86_64-apple-darwin.tar.gz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.6.9/uv-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.6.9/uv-aarch64-pc-windows-msvc.zip">uv-aarch64-pc-windows-msvc.zip</a></td> <td>ARM64 Windows</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.6.9/uv-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.6.9/uv-i686-pc-windows-msvc.zip">uv-i686-pc-windows-msvc.zip</a></td> <td>x86 Windows</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.6.9/uv-i686-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.6.9/uv-x86_64-pc-windows-msvc.zip">uv-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.6.9/uv-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.6.9/uv-aarch64-unknown-linux-gnu.tar.gz">uv-aarch64-unknown-linux-gnu.tar.gz</a></td> <td>ARM64 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.6.9/uv-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> </tbody> </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.9</h2> <h3>Enhancements</h3> <ul> <li>Use <code>keyring --mode creds</code> when <code>authenticate = &quot;always&quot;</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 = &quot;always&quot;</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> <ul> <li>Automatically infer the PyTorch index via <code>--torch-backend=auto</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12070">#12070</a>)</li> </ul> <h2>0.6.8</h2> <h3>Enhancements</h3> <ul> <li>Add support for enabling all groups by default with <code>default-groups = &quot;all&quot;</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12289">#12289</a>)</li> <li>Add simpler <code>--managed-python</code> and <code>--no-managed-python</code> flags for toggling Python preferences (<a href="https://redirect.github.com/astral-sh/uv/pull/12246">#12246</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid allocations for default cache keys (<a href="https://redirect.github.com/astral-sh/uv/pull/12063">#12063</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Allow local version mismatches when validating lockfile (<a href="https://redirect.github.com/astral-sh/uv/pull/12285">#12285</a>)</li> <li>Allow owned string when deserializing <code>requires-python</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12278">#12278</a>)</li> <li>Make cache errors non-fatal in <code>Planner::build</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12281">#12281</a>)</li> </ul> <h2>0.6.7</h2> <h3>Python</h3> <ul> <li>Add CPython 3.14.0a6</li> <li>Fix regression where extension modules would use wrong <code>CXX</code> compiler on Linux</li> <li>Enable FTS3 enhanced query syntax for SQLite</li> </ul> <p>See the <a href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250317"><code>python-build-standalone</code> release notes</a> for more details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/uv/commit/3d946027841ac949b9ecfd5ceaeec721836ee555"><code>3d94602</code></a> Bump version to 0.6.9 (<a href="https://redirect.github.com/astral-sh/uv/issues/12347">#12347</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/4b8a2de66038fe14d3a0646d28dc0bd444d14068"><code>4b8a2de</code></a> Add boolish value parser for *MANAGED_PYTHON flags (<a href="https://redirect.github.com/astral-sh/uv/issues/12345">#12345</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/584dd36e46732cd955ec3e984d97a7ba6569c019"><code>584dd36</code></a> Fix cache_prune::prune_unzipped test to match updated error message format (#...</li> <li><a href="https://github.com/astral-sh/uv/commit/37c25f2a9da329a4870167c778f0403e9e12bbc9"><code>37c25f2</code></a> Use <code>keyring --mode creds</code> when <code>authenticate = &quot;always&quot;</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/12316">#12316</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/011a6de6dc1a49a4a6e816d8c5df39800a362879"><code>011a6de</code></a> Make deserialization non-fatal when assessing source tree revisions (<a href="https://redirect.github.com/astral-sh/uv/issues/12319">#12319</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/bf12cdbd3727aae43b42db7fb4f115c9a23be115"><code>bf12cdb</code></a> Add experimental <code>--torch-backend</code> to the PyTorch guide (<a href="https://redirect.github.com/astral-sh/uv/issues/12317">#12317</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/615cd6e045a9d79ef6331db07ceeed323d5c0ba6"><code>615cd6e</code></a> Fail with specific error message when no password on auth always (<a href="https://redirect.github.com/astral-sh/uv/issues/12313">#12313</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/f7d9b0e2fad3875d72b4d0ad51b9f33ae0cfea8e"><code>f7d9b0e</code></a> Fix <code>#keyring-provider</code> references in alternative index docs (<a href="https://redirect.github.com/astral-sh/uv/issues/12315">#12315</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/5173b59b50cc7cb36134e16d8164dcb394bb4604"><code>5173b59</code></a> Automatically infer the PyTorch index via <code>--torch-backend=auto</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/12070">#12070</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/e40c551b8070356bea0984d497870f38142f90cb"><code>e40c551</code></a> Use resolver-returned wheel over alternate cached wheel (<a href="https://redirect.github.com/astral-sh/uv/issues/12301">#12301</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/uv/compare/0.6.6...0.6.9">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 4837c99 commit 7a729d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pip = ">=23.0"
106106
pipenv = ">=2023.11.5"
107107
poetry = "^1.7"
108108
pdm = "^2.11"
109-
uv = "0.6.6" # keep pinned to exact version, until a v1.0.0 is released
109+
uv = "0.6.9" # keep pinned to exact version, until a v1.0.0 is released
110110

111111

112112

0 commit comments

Comments
 (0)