Skip to content

Commit 4f8bdbe

Browse files
chore(deps-dev): Update uv requirement from 0.8.15 to 0.8.17 (#968)
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.8.17</h2> <h2>Release Notes</h2> <p>Released on 2025-09-10.</p> <h3>Enhancements</h3> <ul> <li>Improve error message for HTTP validation in auth services (<a href="https://redirect.github.com/astral-sh/uv/pull/15768">#15768</a>)</li> <li>Respect <code>PYX_API_URL</code> when suggesting <code>uv auth login</code> on 401 (<a href="https://redirect.github.com/astral-sh/uv/pull/15774">#15774</a>)</li> <li>Add pyx as a supported PyTorch index URL (<a href="https://redirect.github.com/astral-sh/uv/pull/15769">#15769</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid initiating login flow for invalid API keys (<a href="https://redirect.github.com/astral-sh/uv/pull/15773">#15773</a>)</li> <li>Do not search for a password for requests with a token attached already (<a href="https://redirect.github.com/astral-sh/uv/pull/15772">#15772</a>)</li> <li>Filter pre-release Python versions in <code>uv init --script</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15747">#15747</a>)</li> </ul> <h2>Install uv 0.8.17</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.8.17/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.8.17/uv-installer.ps1 | iex&quot; </code></pre> <h2>Download uv 0.8.17</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.8.17/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.8.17/uv-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/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.8.17/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.8.17/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.8.17/uv-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/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.8.17/uv-i686-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/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.8.17/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.8.17/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.8.17/uv-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-i686-unknown-linux-gnu.tar.gz">uv-i686-unknown-linux-gnu.tar.gz</a></td> <td>x86 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-loongarch64-unknown-linux-gnu.tar.gz">uv-loongarch64-unknown-linux-gnu.tar.gz</a></td> <td>LOONGARCH64 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-loongarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-powerpc64-unknown-linux-gnu.tar.gz">uv-powerpc64-unknown-linux-gnu.tar.gz</a></td> <td>PPC64 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-powerpc64le-unknown-linux-gnu.tar.gz">uv-powerpc64le-unknown-linux-gnu.tar.gz</a></td> <td>PPC64LE Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-riscv64gc-unknown-linux-gnu.tar.gz">uv-riscv64gc-unknown-linux-gnu.tar.gz</a></td> <td>RISCV Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-s390x-unknown-linux-gnu.tar.gz">uv-s390x-unknown-linux-gnu.tar.gz</a></td> <td>S390x Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-s390x-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86_64-unknown-linux-gnu.tar.gz">uv-x86_64-unknown-linux-gnu.tar.gz</a></td> <td>x64 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-armv7-unknown-linux-gnueabihf.tar.gz">uv-armv7-unknown-linux-gnueabihf.tar.gz</a></td> <td>ARMv7 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-unknown-linux-musl.tar.gz">uv-aarch64-unknown-linux-musl.tar.gz</a></td> <td>ARM64 MUSL Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-unknown-linux-musl.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.8.17</h2> <p>Released on 2025-09-10.</p> <h3>Enhancements</h3> <ul> <li>Improve error message for HTTP validation in auth services (<a href="https://redirect.github.com/astral-sh/uv/pull/15768">#15768</a>)</li> <li>Respect <code>PYX_API_URL</code> when suggesting <code>uv auth login</code> on 401 (<a href="https://redirect.github.com/astral-sh/uv/pull/15774">#15774</a>)</li> <li>Add pyx as a supported PyTorch index URL (<a href="https://redirect.github.com/astral-sh/uv/pull/15769">#15769</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid initiating login flow for invalid API keys (<a href="https://redirect.github.com/astral-sh/uv/pull/15773">#15773</a>)</li> <li>Do not search for a password for requests with a token attached already (<a href="https://redirect.github.com/astral-sh/uv/pull/15772">#15772</a>)</li> <li>Filter pre-release Python versions in <code>uv init --script</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15747">#15747</a>)</li> </ul> <h2>0.8.16</h2> <h3>Enhancements</h3> <ul> <li>Allow <code>--editable</code> to override <code>editable = false</code> annotations (<a href="https://redirect.github.com/astral-sh/uv/pull/15712">#15712</a>)</li> <li>Allow <code>editable = false</code> for workspace sources (<a href="https://redirect.github.com/astral-sh/uv/pull/15708">#15708</a>)</li> <li>Show a dedicated error for virtual environments in source trees on build (<a href="https://redirect.github.com/astral-sh/uv/pull/15748">#15748</a>)</li> <li>Support Android platform tags (<a href="https://redirect.github.com/astral-sh/uv/pull/15646">#15646</a>)</li> <li>Support iOS platform tags (<a href="https://redirect.github.com/astral-sh/uv/pull/15640">#15640</a>)</li> <li>Support scripts with inline metadata in <code>--with-requirements</code> and <code>--requirements</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12763">#12763</a>)</li> </ul> <h3>Preview features</h3> <ul> <li>Support <code>--no-project</code> in <code>uv format</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15572">#15572</a>)</li> <li>Allow <code>uv format</code> in unmanaged projects (<a href="https://redirect.github.com/astral-sh/uv/pull/15553">#15553</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid erroring when <code>match-runtime</code> target is optional (<a href="https://redirect.github.com/astral-sh/uv/pull/15671">#15671</a>)</li> <li>Ban empty usernames and passwords in <code>uv auth</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15743">#15743</a>)</li> <li>Error early for parent path in build backend (<a href="https://redirect.github.com/astral-sh/uv/pull/15733">#15733</a>)</li> <li>Retry on IO errors during HTTP/2 streaming (<a href="https://redirect.github.com/astral-sh/uv/pull/15675">#15675</a>)</li> <li>Support recursive requirements and constraints inclusion (<a href="https://redirect.github.com/astral-sh/uv/pull/15657">#15657</a>)</li> <li>Use token store credentials for <code>uv publish</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15759">#15759</a>)</li> <li>Fix virtual environment activation script compatibility with latest nushell (<a href="https://redirect.github.com/astral-sh/uv/pull/15272">#15272</a>)</li> <li>Skip Python interpreters that cannot be queried with permission errors (<a href="https://redirect.github.com/astral-sh/uv/pull/15685">#15685</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Clarify that <code>uv auth</code> commands take a URL (<a href="https://redirect.github.com/astral-sh/uv/pull/15664">#15664</a>)</li> <li>Improve the CLI help for options that accept requirements files (<a href="https://redirect.github.com/astral-sh/uv/pull/15706">#15706</a>)</li> <li>Adds example for caching for managed Python downloads in Docker builds (<a href="https://redirect.github.com/astral-sh/uv/pull/15689">#15689</a>)</li> </ul> <h2>0.8.15</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/uv/commit/10960bc13a29fdfc70b30e1bded25a23cb970568"><code>10960bc</code></a> Bump version in the <code>pyproject.toml</code> to 0.8.17 (<a href="https://redirect.github.com/astral-sh/uv/issues/15777">#15777</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/7789f5b217ed6db9a74552d27ea2f86d0d60123a"><code>7789f5b</code></a> Bump version to 0.8.17 (<a href="https://redirect.github.com/astral-sh/uv/issues/15776">#15776</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/b195d523d514e65eec64231c1ecd7f4c4f030cbf"><code>b195d52</code></a> Add pyx as a supported PyTorch index URL (<a href="https://redirect.github.com/astral-sh/uv/issues/15769">#15769</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/0d174b79e21fdfbef63480b4a549ce7284ada3e1"><code>0d174b7</code></a> Ignore pre-release versions in <code>uv init --script</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/15747">#15747</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/ab2880f3895c010898e932ffdf0f64ca0712f203"><code>ab2880f</code></a> Upgrade to the latest rooster version (<a href="https://redirect.github.com/astral-sh/uv/issues/15749">#15749</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/27d205b0c300813efb793fd5ebb03b5229ecd3dc"><code>27d205b</code></a> Respect <code>PYX_API_URL</code> when suggesting <code>uv auth login</code> on 401 (<a href="https://redirect.github.com/astral-sh/uv/issues/15774">#15774</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/ccf01fff663fe82d9bd8062f48c742b3498c8b3c"><code>ccf01ff</code></a> Avoid initiating login flow for invalid API keys (<a href="https://redirect.github.com/astral-sh/uv/issues/15773">#15773</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/b2c59a8ace9b6e359b473a07a992e180a462cf0d"><code>b2c59a8</code></a> Do not search for a password for requests with a token attached already (<a href="https://redirect.github.com/astral-sh/uv/issues/15772">#15772</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/7c716d52279a540f5561cb2c0494253656218098"><code>7c716d5</code></a> Improve error message for HTTP validation in auth services (<a href="https://redirect.github.com/astral-sh/uv/issues/15768">#15768</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/4976a6763b359844871781a71a416752f7cff9ce"><code>4976a67</code></a> Fix the glob for filtering <code>uv_build</code> loongarch wheels (<a href="https://redirect.github.com/astral-sh/uv/issues/15762">#15762</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/uv/compare/0.8.15...0.8.17">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 7ff437f commit 4f8bdbe

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
@@ -109,7 +109,7 @@ pip = ">=23.0"
109109
pipenv = ">=2023.11.5"
110110
poetry = "^1.7"
111111
pdm = "^2.11"
112-
uv = "0.8.15" # keep pinned to exact version, until a v1.0.0 is released
112+
uv = "0.8.17" # keep pinned to exact version, until a v1.0.0 is released
113113

114114

115115

0 commit comments

Comments
 (0)