Commit ffe63d1
authored
chore(deps-dev): Update uv requirement from 0.9.8 to 0.9.9 (#994)
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.9.9</h2>
<h2>Release Notes</h2>
<p>Released on 2025-11-12.</p>
<h3>Deprecations</h3>
<ul>
<li>Deprecate use of <code>--project</code> in <code>uv init</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/16674">#16674</a>)</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Add iOS support to Python interpreter discovery (<a
href="https://redirect.github.com/astral-sh/uv/pull/16686">#16686</a>)</li>
<li>Reject ambiguously parsed URLs (<a
href="https://redirect.github.com/astral-sh/uv/pull/16622">#16622</a>)</li>
<li>Allow explicit values in <code>uv version --bump</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/16555">#16555</a>)</li>
<li>Warn on use of managed pre-release Python versions when a stable
version is available (<a
href="https://redirect.github.com/astral-sh/uv/pull/16619">#16619</a>)</li>
<li>Allow signing trampolines on Windows by using <code>.rcdata</code>
to store metadata (<a
href="https://redirect.github.com/astral-sh/uv/pull/15068">#15068</a>)</li>
<li>Add <code>--only-emit-workspace</code> and similar variants to
<code>uv export</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/16681">#16681</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>Add <code>uv workspace dir</code> command (<a
href="https://redirect.github.com/astral-sh/uv/pull/16678">#16678</a>)</li>
<li>Add <code>uv workspace metadata</code> command (<a
href="https://redirect.github.com/astral-sh/uv/pull/16516">#16516</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Add <code>UV_NO_DEFAULT_GROUPS</code> environment variable (<a
href="https://redirect.github.com/astral-sh/uv/pull/16645">#16645</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Remove <code>torch-model-archiver</code> and
<code>torch-tb-profiler</code> from PyTorch backend (<a
href="https://redirect.github.com/astral-sh/uv/pull/16655">#16655</a>)</li>
<li>Fix Pixi environment detection (<a
href="https://redirect.github.com/astral-sh/uv/pull/16585">#16585</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Fix <code>CMD</code> path in FastAPI Dockerfile (<a
href="https://redirect.github.com/astral-sh/uv/pull/16701">#16701</a>)</li>
</ul>
<h2>Install uv 0.9.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.9.9/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.9.9/uv-installer.ps1
| iex"
</code></pre>
<!-- 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.9.9</h2>
<p>Released on 2025-11-12.</p>
<h3>Deprecations</h3>
<ul>
<li>Deprecate use of <code>--project</code> in <code>uv init</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/16674">#16674</a>)</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Add iOS support to Python interpreter discovery (<a
href="https://redirect.github.com/astral-sh/uv/pull/16686">#16686</a>)</li>
<li>Reject ambiguously parsed URLs (<a
href="https://redirect.github.com/astral-sh/uv/pull/16622">#16622</a>)</li>
<li>Allow explicit values in <code>uv version --bump</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/16555">#16555</a>)</li>
<li>Warn on use of managed pre-release Python versions when a stable
version is available (<a
href="https://redirect.github.com/astral-sh/uv/pull/16619">#16619</a>)</li>
<li>Allow signing trampolines on Windows by using <code>.rcdata</code>
to store metadata (<a
href="https://redirect.github.com/astral-sh/uv/pull/15068">#15068</a>)</li>
<li>Add <code>--only-emit-workspace</code> and similar variants to
<code>uv export</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/16681">#16681</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>Add <code>uv workspace dir</code> command (<a
href="https://redirect.github.com/astral-sh/uv/pull/16678">#16678</a>)</li>
<li>Add <code>uv workspace metadata</code> command (<a
href="https://redirect.github.com/astral-sh/uv/pull/16516">#16516</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Add <code>UV_NO_DEFAULT_GROUPS</code> environment variable (<a
href="https://redirect.github.com/astral-sh/uv/pull/16645">#16645</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Remove <code>torch-model-archiver</code> and
<code>torch-tb-profiler</code> from PyTorch backend (<a
href="https://redirect.github.com/astral-sh/uv/pull/16655">#16655</a>)</li>
<li>Fix Pixi environment detection (<a
href="https://redirect.github.com/astral-sh/uv/pull/16585">#16585</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Fix <code>CMD</code> path in FastAPI Dockerfile (<a
href="https://redirect.github.com/astral-sh/uv/pull/16701">#16701</a>)</li>
</ul>
<h2>0.9.8</h2>
<p>Released on 2025-11-07.</p>
<h3>Enhancements</h3>
<ul>
<li>Accept multiple packages in <code>uv export</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/16603">#16603</a>)</li>
<li>Accept multiple packages in <code>uv sync</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/16543">#16543</a>)</li>
<li>Add a <code>uv cache size</code> command (<a
href="https://redirect.github.com/astral-sh/uv/pull/16032">#16032</a>)</li>
<li>Add prerelease guidance for build-system resolution failures (<a
href="https://redirect.github.com/astral-sh/uv/pull/16550">#16550</a>)</li>
<li>Allow Python requests to include <code>+gil</code> to require a
GIL-enabled interpreter (<a
href="https://redirect.github.com/astral-sh/uv/pull/16537">#16537</a>)</li>
<li>Avoid pluralizing 'retry' for single value (<a
href="https://redirect.github.com/astral-sh/uv/pull/16535">#16535</a>)</li>
<li>Enable first-class dependency exclusions (<a
href="https://redirect.github.com/astral-sh/uv/pull/16528">#16528</a>)</li>
<li>Fix inclusive constraints on available package versions in resolver
errors (<a
href="https://redirect.github.com/astral-sh/uv/pull/16629">#16629</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/uv/commit/4fac4cb7ed8679debac7e495824367bf9abfeea8"><code>4fac4cb</code></a>
Bump version to 0.9.9 (<a
href="https://redirect.github.com/astral-sh/uv/issues/16708">#16708</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/e96354a6dd00d8362bb33388ca0466cef9517e08"><code>e96354a</code></a>
Always attach linehaul data (<a
href="https://redirect.github.com/astral-sh/uv/issues/16705">#16705</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/2c0d16626072e0e48cc7a64dfad0d5bfd5d5c0d3"><code>2c0d166</code></a>
Add <code>only-emit-workspace</code> and similar variants to <code>uv
export</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/16681">#16681</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/ae1edef9c0a4906cd22838b30fd719723c6cb67e"><code>ae1edef</code></a>
Reject ambiguously parsed URLs (<a
href="https://redirect.github.com/astral-sh/uv/issues/16622">#16622</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/82c612704a482ac7c77085a1147dd65d7b449b9a"><code>82c6127</code></a>
chore: fix typo in crates/uv-virtualenv/README.md (<a
href="https://redirect.github.com/astral-sh/uv/issues/16700">#16700</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/c16a5fd63040060c7eaa9942500581aed2ef073d"><code>c16a5fd</code></a>
Fix shell-specific test snapshots (<a
href="https://redirect.github.com/astral-sh/uv/issues/16688">#16688</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/d32cc638d1b2981ea5030de7962f27554a0ac63a"><code>d32cc63</code></a>
Deny stdout/stderr printing in <code>uv</code> crate via clippy (<a
href="https://redirect.github.com/astral-sh/uv/issues/16695">#16695</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/2de987ed37af1dcc4791e5d7d2d38f3ab1952a8d"><code>2de987e</code></a>
Skip python_install_emulated_macos except on ARM64 macos with rosetta
(<a
href="https://redirect.github.com/astral-sh/uv/issues/16687">#16687</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/1b38b47a3fc628b467b06bbb7fe32cd481068072"><code>1b38b47</code></a>
Warn on managed prerelease interpreters when a stable build is available
(<a
href="https://redirect.github.com/astral-sh/uv/issues/16">#16</a>...</li>
<li><a
href="https://github.com/astral-sh/uv/commit/92230ba67900c3bcd140740000460c974af44a5d"><code>92230ba</code></a>
Fix CMD path in FastAPI Dockerfile (<a
href="https://redirect.github.com/astral-sh/uv/issues/16701">#16701</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.9.8...0.9.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 745ca87 commit ffe63d1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments