dependabot[bot] opened a new pull request, #3698:
URL: https://github.com/apache/iceberg-python/pull/3698

   Bumps [daft](https://github.com/Eventual-Inc/Daft) from 0.7.19 to 0.7.21.
   <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.7.21</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <h3>🐛 Bug Fixes</h3>
   <ul>
   <li>fix(ai): keep UDF options out of OpenAI requests by <a 
href="https://github.com/FANNG1";><code>@​FANNG1</code></a> in <a 
href="https://redirect.github.com/Eventual-Inc/Daft/pull/7277";>Eventual-Inc/Daft#7277</a></li>
   </ul>
   <h3>📖 Documentation</h3>
   <ul>
   <li>docs(benchmark): add hand-tracking workload A/B benchmark for lerobot 
batched decode by <a href="https://github.com/ykdojo";><code>@​ykdojo</code></a> 
in <a 
href="https://redirect.github.com/Eventual-Inc/Daft/pull/7267";>Eventual-Inc/Daft#7267</a></li>
   <li>docs: add physical AI examples (hand tracking + reward scoring) by <a 
href="https://github.com/ykdojo";><code>@​ykdojo</code></a> in <a 
href="https://redirect.github.com/Eventual-Inc/Daft/pull/7271";>Eventual-Inc/Daft#7271</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.7.20...v0.7.21";>https://github.com/Eventual-Inc/Daft/compare/v0.7.20...v0.7.21</a></p>
   <h2>v0.7.20</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <h3>✨ Features</h3>
   <ul>
   <li>feat(iceberg): push down starts_with and is_nan/not_nan filters by <a 
href="https://github.com/jackylee-ch";><code>@​jackylee-ch</code></a> in <a 
href="https://redirect.github.com/Eventual-Inc/Daft/pull/7266";>Eventual-Inc/Daft#7266</a></li>
   </ul>
   <h3>🐛 Bug Fixes</h3>
   <ul>
   <li>fix(dashboard): support OUT_DIR on a different filesystem from the 
source tree by <a 
href="https://github.com/alejandro-soto-franco";><code>@​alejandro-soto-franco</code></a>
 in <a 
href="https://redirect.github.com/Eventual-Inc/Daft/pull/7246";>Eventual-Inc/Daft#7246</a></li>
   <li>fix(daft-file): release GIL in PyDaftFile methods to prevent deadlock by 
<a href="https://github.com/zhouwenjiajia";><code>@​zhouwenjiajia</code></a> in 
<a 
href="https://redirect.github.com/Eventual-Inc/Daft/pull/7257";>Eventual-Inc/Daft#7257</a></li>
   <li>fix: fd and thread leak from tqdm progress bar in Jupyter by <a 
href="https://github.com/ykdojo";><code>@​ykdojo</code></a> in <a 
href="https://redirect.github.com/Eventual-Inc/Daft/pull/7262";>Eventual-Inc/Daft#7262</a></li>
   </ul>
   <h3>♻️ Refactor</h3>
   <ul>
   <li>refactor(shuffle): dedup local shuffle backend enums for gather and 
into_partitions by <a 
href="https://github.com/BABTUNA";><code>@​BABTUNA</code></a> in <a 
href="https://redirect.github.com/Eventual-Inc/Daft/pull/7221";>Eventual-Inc/Daft#7221</a></li>
   </ul>
   <h3>🔧 Maintenance</h3>
   <ul>
   <li>chore(deps): lower opt-level for opendal-service-oss release builds by 
<a 
href="https://github.com/alejandro-soto-franco";><code>@​alejandro-soto-franco</code></a>
 in <a 
href="https://redirect.github.com/Eventual-Inc/Daft/pull/7249";>Eventual-Inc/Daft#7249</a></li>
   <li>chore(config): deprecate min_cpu_per_task by <a 
href="https://github.com/XiaoHongbo-Hope";><code>@​XiaoHongbo-Hope</code></a> in 
<a 
href="https://redirect.github.com/Eventual-Inc/Daft/pull/7125";>Eventual-Inc/Daft#7125</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/alejandro-soto-franco";><code>@​alejandro-soto-franco</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/Eventual-Inc/Daft/pull/7249";>Eventual-Inc/Daft#7249</a></li>
   <li><a 
href="https://github.com/zhouwenjiajia";><code>@​zhouwenjiajia</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/Eventual-Inc/Daft/pull/7257";>Eventual-Inc/Daft#7257</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.7.19...v0.7.20";>https://github.com/Eventual-Inc/Daft/compare/v0.7.19...v0.7.20</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/7e52cc9911eb9bc6c566d83be34b44972543fbb0";><code>7e52cc9</code></a>
 docs: add physical AI examples (hand tracking + reward scoring) (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/7271";>#7271</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/6f4caa25296f53853e2e3e11e5b19d7de5d11f21";><code>6f4caa2</code></a>
 docs(benchmark): add hand-tracking workload A/B benchmark for lerobot 
batched...</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/0fdec65f445c73eb8ef35068aa71cd6477174a53";><code>0fdec65</code></a>
 fix(ai): keep UDF options out of OpenAI requests (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/7277";>#7277</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/55290cb31cae396f5c0fdb1c861b6e3c0e5b4caf";><code>55290cb</code></a>
 fix: fd and thread leak from tqdm progress bar in Jupyter (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/7262";>#7262</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/10f1596c5613bcb41d6a020c361c0d266744de51";><code>10f1596</code></a>
 fix(daft-file): release GIL in PyDaftFile methods to prevent deadlock (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/7257";>#7257</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/92e0770da047e4c7dc5436c22e46ef24eca9a4c5";><code>92e0770</code></a>
 feat(iceberg): push down starts_with and is_nan/not_nan filters (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/7266";>#7266</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/51a0f0ff97333c299c407d96aa65ec93c04a6cba";><code>51a0f0f</code></a>
 chore(config): deprecate min_cpu_per_task (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/7125";>#7125</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/03c72cb7d55881a0d5b4b43701ea1f8aea07520a";><code>03c72cb</code></a>
 fix(dashboard): support OUT_DIR on a different filesystem from the source 
tre...</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/6b6e89c409420b6d2e838059d63f52bfe5508ade";><code>6b6e89c</code></a>
 refactor(shuffle): dedup local shuffle backend enums for gather and 
into_part...</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/5a7d8d9f748b4e7caebfbd39d4a6de1e96e09ca3";><code>5a7d8d9</code></a>
 chore(deps): lower opt-level for opendal-service-oss release builds (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/7249";>#7249</a>)</li>
   <li>See full diff in <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.7.19...v0.7.21";>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.7.19&new-version=0.7.21)](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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to