The GitHub Actions job "uv in / for bodo - Update #1156066123" on 
iceberg-python.git/main has succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
7254a9dcd900d8b04d52d011cac27b3d713ef842 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Build: Bump daft from 0.6.12 to 0.6.14 (#2758)

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [daft](https://github.com/Eventual-Inc/Daft) from 0.6.12 to
0.6.14.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Eventual-Inc/Daft/releases";>daft's
releases</a>.</em></p>
<blockquote>
<h2>v0.6.14</h2>
<h2>What's Changed 🚀</h2>
<h2>✨ Features</h2>
<ul>
<li>feat: embed text metrics <a
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5583";>#5583</a>)</li>
<li>feat: Add description and attributes to custom udf metrics <a
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5574";>#5574</a>)</li>
<li>feat(flotilla): Aggregate Completed Worker Metrics in StatsManager
<a href="https://github.com/srilman";><code>@​srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5531";>#5531</a>)</li>
<li>feat: add amplification metric for explode operator in native runner
<a href="https://github.com/samstokes";><code>@​samstokes</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5565";>#5565</a>)</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>fix: Fix empty dataframe <code>show</code> issue <a
href="https://github.com/caican00";><code>@​caican00</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5595";>#5595</a>)</li>
<li>fix: Fix openai test metrics fixture <a
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5593";>#5593</a>)</li>
<li>fix: resolve docgen disk space failures by removing unused tools <a
href="https://github.com/ykdojo";><code>@​ykdojo</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5589";>#5589</a>)</li>
<li>fix: fix imports in explode.rs <a
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5573";>#5573</a>)</li>
<li>fix: Add support for parsing STRUCT with parentheses syntax <a
href="https://github.com/Lucas61000";><code>@​Lucas61000</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5449";>#5449</a>)</li>
<li>fix: Dashboard Verbose Tracing Error <a
href="https://github.com/srilman";><code>@​srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5567";>#5567</a>)</li>
<li>fix: Skip prompt metrics tests on ray runner <a
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5564";>#5564</a>)</li>
</ul>
<h2>📖 Documentation</h2>
<ul>
<li>docs: Update AI functions usage patterns <a
href="https://github.com/everettVT";><code>@​everettVT</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5568";>#5568</a>)</li>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>chore: Enrich and unify the UDF properties displayed in the query
plan <a href="https://github.com/plotor";><code>@​plotor</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5553";>#5553</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Eventual-Inc/Daft/compare/v0.6.13...v0.6.14";>https://github.com/Eventual-Inc/Daft/compare/v0.6.13...v0.6.14</a></p>
<h2>v0.6.13</h2>
<h2>What's Changed 🚀</h2>
<h2>💥 Breaking Changes</h2>
<ul>
<li>refactor!: Remove support for creating File objects from bytes <a
href="https://github.com/universalmind303";><code>@​universalmind303</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5556";>#5556</a>)</li>
</ul>
<h2>✨ Features</h2>
<ul>
<li>feat: Prompt metrics <a
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5549";>#5549</a>)</li>
<li>feat: Async udf metrics <a
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5541";>#5541</a>)</li>
<li>feat: Support specifying dimensions for text embedding <a
href="https://github.com/samstokes";><code>@​samstokes</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5543";>#5543</a>)</li>
<li>feat: support customized retries error message of S3 request <a
href="https://github.com/stayrascal";><code>@​stayrascal</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5447";>#5447</a>)</li>
<li>feat: UDF metrics <a
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5507";>#5507</a>)</li>
<li>feat: Support product <a
href="https://github.com/luoyuxia";><code>@​luoyuxia</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5515";>#5515</a>)</li>
<li>feat: OTEL Metrics from Swordfish <a
href="https://github.com/srilman";><code>@​srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5454";>#5454</a>)</li>
<li>feat: add tos object source <a
href="https://github.com/stayrascal";><code>@​stayrascal</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5372";>#5372</a>)</li>
<li>feat: Bind the name of the running UDF to the UDFActor <a
href="https://github.com/plotor";><code>@​plotor</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5514";>#5514</a>)</li>
<li>feat: Support text documents in prompt <a
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5520";>#5520</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/ada1ef1c4718c3cf9cd64210b3cdef777e2c6f6d";><code>ada1ef1</code></a>
chore: Enrich and unify the UDF properties displayed in the query plan
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5553";>#5553</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/f49e3fa2a27c21c2fe3a873bc29e0c5e723806ef";><code>f49e3fa</code></a>
fix: Fix empty dataframe <code>show</code> issue (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5595";>#5595</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/f970a08afb2c4ca5c298a49c3eea25bc6b32be6c";><code>f970a08</code></a>
fix: Fix openai test metrics fixture (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5593";>#5593</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/b718d70bdf1e53ed0a4a7729fc0466fc4c680690";><code>b718d70</code></a>
feat: embed text metrics (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5583";>#5583</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/2cd85a9913ea0cba74a78e8c26e7875e4a9687c4";><code>2cd85a9</code></a>
fix: resolve docgen disk space failures by removing unused tools (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5589";>#5589</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/6159f1f14340157fa7e286e41a22c2f299ea5627";><code>6159f1f</code></a>
feat: Add description and attributes to custom udf metrics (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5574";>#5574</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/d9d4a4e3a6f4a4ce9469c3e9ac4d26dee58d0fa7";><code>d9d4a4e</code></a>
fix: fix imports in explode.rs (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5573";>#5573</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/47c6f102522a45af8f9e3ca5eec5ed9a426a2aa6";><code>47c6f10</code></a>
feat(flotilla): Aggregate Completed Worker Metrics in StatsManager (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5531";>#5531</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/d14777c95468eddb35821660362495b0e95c4b1e";><code>d14777c</code></a>
docs: Update AI functions usage patterns (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5568";>#5568</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/e3af26d7c07b7eb3f26b710239d41380c0a69da1";><code>e3af26d</code></a>
feat: add amplification metric for explode operator in native runner (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5565";>#5565</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Eventual-Inc/Daft/compare/v0.6.12...v0.6.14";>compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=daft&package-manager=uv&previous-version=0.6.12&new-version=0.6.14)](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 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>

Report URL: https://github.com/apache/iceberg-python/actions/runs/19452724576

With regards,
GitHub Actions via GitBox

Reply via email to