Skip to content

Commit ecdb273

Browse files
chore(deps): bump uv from 0.10.10 to 0.10.11 (#379)
Bumps [uv](https://github.com/astral-sh/uv) from 0.10.10 to 0.10.11. <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.10.11</h2> <h2>Release Notes</h2> <p>Released on 2026-03-16.</p> <h3>Enhancements</h3> <ul> <li>Fetch Ruff release metadata from an Astral mirror (<a href="https://redirect.github.com/astral-sh/uv/pull/18358">#18358</a>)</li> <li>Use PEP 639 license metadata for uv itself (<a href="https://redirect.github.com/astral-sh/uv/pull/16477">#16477</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Improve distribution id performance (<a href="https://redirect.github.com/astral-sh/uv/pull/18486">#18486</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Allow <code>--project</code> to refer to a <code>pyproject.toml</code> directly and reduce to a warning on other files (<a href="https://redirect.github.com/astral-sh/uv/pull/18513">#18513</a>)</li> <li>Disable <code>SYSTEM_VERSION_COMPAT</code> when querying interpreters on macOS (<a href="https://redirect.github.com/astral-sh/uv/pull/18452">#18452</a>)</li> <li>Enforce available distributions for supported environments (<a href="https://redirect.github.com/astral-sh/uv/pull/18451">#18451</a>)</li> <li>Fix <code>uv sync --active</code> recreating active environments when <code>UV_PYTHON_INSTALL_DIR</code> is relative (<a href="https://redirect.github.com/astral-sh/uv/pull/18398">#18398</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add missing <code>-o requirements.txt</code> in <code>uv pip compile</code> example (<a href="https://redirect.github.com/astral-sh/uv/pull/12308">#12308</a>)</li> <li>Link to organization security policy (<a href="https://redirect.github.com/astral-sh/uv/pull/18449">#18449</a>)</li> <li>Link to the AI policy in the contributing guide (<a href="https://redirect.github.com/astral-sh/uv/pull/18448">#18448</a>)</li> </ul> <h2>Install uv 0.10.11</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.10.11/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://releases.astral.sh/github/uv/releases/download/0.10.11/uv-installer.ps1 | iex&quot; </code></pre> <h2>Download uv 0.10.11</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://releases.astral.sh/github/uv/releases/download/0.10.11/uv-aarch64-apple-darwin.tar.gz">uv-aarch64-apple-darwin.tar.gz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://releases.astral.sh/github/uv/releases/download/0.10.11/uv-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/uv/releases/download/0.10.11/uv-x86_64-apple-darwin.tar.gz">uv-x86_64-apple-darwin.tar.gz</a></td> <td>Intel macOS</td> <td><a href="https://releases.astral.sh/github/uv/releases/download/0.10.11/uv-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/uv/releases/download/0.10.11/uv-aarch64-pc-windows-msvc.zip">uv-aarch64-pc-windows-msvc.zip</a></td> <td>ARM64 Windows</td> <td><a href="https://releases.astral.sh/github/uv/releases/download/0.10.11/uv-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/uv/releases/download/0.10.11/uv-i686-pc-windows-msvc.zip">uv-i686-pc-windows-msvc.zip</a></td> <td>x86 Windows</td> <td><a href="https://releases.astral.sh/github/uv/releases/download/0.10.11/uv-i686-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://releases.astral.sh/github/uv/releases/download/0.10.11/uv-x86_64-pc-windows-msvc.zip">uv-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://releases.astral.sh/github/uv/releases/download/0.10.11/uv-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> </tbody> </table> </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.10.11</h2> <p>Released on 2026-03-16.</p> <h3>Enhancements</h3> <ul> <li>Fetch Ruff release metadata from an Astral mirror (<a href="https://redirect.github.com/astral-sh/uv/pull/18358">#18358</a>)</li> <li>Use PEP 639 license metadata for uv itself (<a href="https://redirect.github.com/astral-sh/uv/pull/16477">#16477</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Improve distribution id performance (<a href="https://redirect.github.com/astral-sh/uv/pull/18486">#18486</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Allow <code>--project</code> to refer to a <code>pyproject.toml</code> directly and reduce to a warning on other files (<a href="https://redirect.github.com/astral-sh/uv/pull/18513">#18513</a>)</li> <li>Disable <code>SYSTEM_VERSION_COMPAT</code> when querying interpreters on macOS (<a href="https://redirect.github.com/astral-sh/uv/pull/18452">#18452</a>)</li> <li>Enforce available distributions for supported environments (<a href="https://redirect.github.com/astral-sh/uv/pull/18451">#18451</a>)</li> <li>Fix <code>uv sync --active</code> recreating active environments when <code>UV_PYTHON_INSTALL_DIR</code> is relative (<a href="https://redirect.github.com/astral-sh/uv/pull/18398">#18398</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add missing <code>-o requirements.txt</code> in <code>uv pip compile</code> example (<a href="https://redirect.github.com/astral-sh/uv/pull/12308">#12308</a>)</li> <li>Link to organization security policy (<a href="https://redirect.github.com/astral-sh/uv/pull/18449">#18449</a>)</li> <li>Link to the AI policy in the contributing guide (<a href="https://redirect.github.com/astral-sh/uv/pull/18448">#18448</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/uv/commit/006b56b12dac36c41e2486a6a0a1726e3abebe86"><code>006b56b</code></a> Bump version to 0.10.11 (<a href="https://redirect.github.com/astral-sh/uv/issues/18521">#18521</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/4d4b968f250f680fe2e4bf1fa9d17b95bc12acbb"><code>4d4b968</code></a> Deprecate some non-PEP 625 source distributions (<a href="https://redirect.github.com/astral-sh/uv/issues/17467">#17467</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/de2071881e5ab238a4cd67d499a05dceb2ee2cfc"><code>de20718</code></a> Run benchmarks in offline mode (<a href="https://redirect.github.com/astral-sh/uv/issues/18487">#18487</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/add312b6799f9e75e732eba8a0cf1b73dc38f1a9"><code>add312b</code></a> Allow <code>--project</code> to refer to a <code>pyproject.toml</code> directly and reduce to a war...</li> <li><a href="https://github.com/astral-sh/uv/commit/ebdd2bf4b9dcadd9a30d8e231315aa278013bba1"><code>ebdd2bf</code></a> Update zizmorcore/zizmor-action action to v0.5.2 (<a href="https://redirect.github.com/astral-sh/uv/issues/18496">#18496</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/6bde8a4e6304523c14252136e60fdfd6ad182f70"><code>6bde8a4</code></a> Update taiki-e/install-action action to v2.68.25 (<a href="https://redirect.github.com/astral-sh/uv/issues/18495">#18495</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/8f9dff80a5be0258f66bf9b99ca019620b09fa0f"><code>8f9dff8</code></a> Update Rust crate jiff to v0.2.23 (<a href="https://redirect.github.com/astral-sh/uv/issues/18491">#18491</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/7514a0e0d7cdf1499464f59286ba3d59f0019747"><code>7514a0e</code></a> Update Rust crate cargo-util to v0.2.27 (<a href="https://redirect.github.com/astral-sh/uv/issues/18490">#18490</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/d52c38980f4661cffcb6c7ebebce0610cb33bea6"><code>d52c389</code></a> Update dependency astral-sh/uv to v0.10.10 (<a href="https://redirect.github.com/astral-sh/uv/issues/18489">#18489</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/59123af42a16417f4e8725ee7cf93adde82fe3ed"><code>59123af</code></a> Update CodSpeedHQ/action action to v4.11.1 (<a href="https://redirect.github.com/astral-sh/uv/issues/18488">#18488</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/uv/compare/0.10.10...0.10.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uv&package-manager=pip&previous-version=0.10.10&new-version=0.10.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
1 parent 39b5653 commit ecdb273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-uv.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
uv==0.10.10
1+
uv==0.10.11

0 commit comments

Comments
 (0)