dependabot[bot] opened a new pull request, #3686:
URL: https://github.com/apache/avro/pull/3686

   Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.3.1 
to 7.5.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/astral-sh/setup-uv/releases";>astral-sh/setup-uv's 
releases</a>.</em></p>
   <blockquote>
   <h2>v7.5.0 🌈 Use <code>astral-sh/versions</code> as version provider</h2>
   <h1>No more rate-limits</h1>
   <p>This release addresses a long-standing source of timeouts and rate-limit 
failures in setup-uv.</p>
   <p>Previously, the action resolved version identifiers like 0.5.x by 
iterating over available uv releases via the GitHub API to find the best match. 
In contrast, latest and exact versions such as 0.5.0 skipped version resolution 
entirely and downloaded uv directly.</p>
   <p>The <code>manifest-file</code> input was an earlier attempt to improve 
this. It allows providing an url to a file that lists available versions, 
checksums, and even custom download URLs. The action also shipped with such a 
manifest.
   However, because that bundled file could become outdated whenever new uv 
releases were published, the action still had to fall back to the GitHub API in 
many cases.</p>
   <p>This release solves the problem by sourcing version data from Astral’s 
versions repository via the raw content endpoint:</p>
   <p><a 
href="https://raw.githubusercontent.com/astral-sh/versions/refs/heads/main/v1/uv.ndjson";>https://raw.githubusercontent.com/astral-sh/versions/refs/heads/main/v1/uv.ndjson</a></p>
   <p>By using the raw endpoint instead of the GitHub API, version resolution 
no longer depends on API authentication and is much less likely to run into 
rate limits or timeouts.</p>
   <hr />
   <blockquote>
   <p>[!TIP]
   The next section is only interesting for users of the 
<code>manifest-file</code> input</p>
   </blockquote>
   <p>The <code>manifest-file</code> input lets you override that source with 
your own URL, for example to test custom uv builds or alternate download 
locations.</p>
   <p>The manifest file must be in NDJSON format, where each line is a JSON 
object representing a version and its artifacts. For example:</p>
   <pre 
lang="json"><code>{&quot;version&quot;:&quot;0.10.7&quot;,&quot;artifacts&quot;:[{&quot;platform&quot;:&quot;x86_64-unknown-linux-gnu&quot;,&quot;variant&quot;:&quot;default&quot;,&quot;url&quot;:&quot;https://example.com/uv-x86_64-unknown-linux-gnu.tar.gz&quot;,&quot;archive_format&quot;:&quot;tar.gz&quot;,&quot;sha256&quot;:&quot;...&quot;}]}
   
{&quot;version&quot;:&quot;0.10.6&quot;,&quot;artifacts&quot;:[{&quot;platform&quot;:&quot;x86_64-unknown-linux-gnu&quot;,&quot;variant&quot;:&quot;default&quot;,&quot;url&quot;:&quot;https://example.com/uv-x86_64-unknown-linux-gnu.tar.gz&quot;,&quot;archive_format&quot;:&quot;tar.gz&quot;,&quot;sha256&quot;:&quot;...&quot;}]}
   </code></pre>
   <blockquote>
   <p>[!WARNING]<br />
   The old format still works but is deprecated. A warning will be logged when 
you use it.</p>
   </blockquote>
   <h2>Changes</h2>
   <ul>
   <li>docs: replace copilot instructions with AGENTS.md <a 
href="https://github.com/eifinger";><code>@​eifinger</code></a> (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/794";>#794</a>)</li>
   </ul>
   <h2>🚀 Enhancements</h2>
   <ul>
   <li>Use astral-sh/versions as primary version provider <a 
href="https://github.com/eifinger";><code>@​eifinger</code></a> (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/802";>#802</a>)</li>
   </ul>
   <h2>📚 Documentation</h2>
   <ul>
   <li>docs: add cross-client dependabot rollup skill <a 
href="https://github.com/eifinger";><code>@​eifinger</code></a> (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/793";>#793</a>)</li>
   </ul>
   <h2>v7.4.0 🌈 Add riscv64 architecture support to platform detection</h2>
   <h2>Changes</h2>
   <p>Thank you <a href="https://github.com/luhenry";><code>@​luhenry</code></a> 
for adding support for riscv64 arch</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/e06108dd0aef18192324c70427afc47652e63a82";><code>e06108d</code></a>
 Use astral-sh/versions as primary version provider (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/802";>#802</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/0f6ec07aafe46cff7a322c837e5ba37d95c82b00";><code>0f6ec07</code></a>
 docs: replace copilot instructions with AGENTS.md (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/794";>#794</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/821e5c98158b218f7c8e97d0ea3862c6d6425e8b";><code>821e5c9</code></a>
 docs: add cross-client dependabot rollup skill (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/793";>#793</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/6ee6290f1cbc4156c0bdd66691b2c144ef8df19a";><code>6ee6290</code></a>
 chore(deps): bump versions (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/792";>#792</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/9f332a133a60f39d23361d5262fa95793aa02590";><code>9f332a1</code></a>
 Add riscv64 architecture support to platform detection (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/791";>#791</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/0acf9708cec26cdcd463dd57db30a4eb5b123bda";><code>0acf970</code></a>
 Bump actions/setup-node from 6.2.0 to 6.3.0 (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/790";>#790</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/fe3617d6e9d89d9b2ddd353e1b3c5d20d20c896f";><code>fe3617d</code></a>
 Delete .github/workflows/dependabot-build.yml (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/789";>#789</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/2ff70eebccce84d92853b5f8343657ea7c422348";><code>2ff70ee</code></a>
 Harden Dependabot build workflow (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/788";>#788</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/5ba8a7e5d0edc496a1a4eba89351373601667d41";><code>5ba8a7e</code></a>
 Fix: check PR author instead of event sender for Dependabot detection (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/787";>#787</a>)</li>
   <li><a 
href="https://github.com/astral-sh/setup-uv/commit/4bc8fabc0c006b3ae503c65dde93c57e8374d126";><code>4bc8fab</code></a>
 chore: update known checksums for 0.10.9 (<a 
href="https://redirect.github.com/astral-sh/setup-uv/issues/783";>#783</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/astral-sh/setup-uv/compare/5a095e7a2014a4212f075830d4f7277575a9d098...e06108dd0aef18192324c70427afc47652e63a82";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astral-sh/setup-uv&package-manager=github_actions&previous-version=7.3.1&new-version=7.5.0)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to