Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

⚠️ 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.


Bumps getdaft from 0.4.16 to 0.4.18.

Release notes

Sourced from getdaft's releases.

v0.4.18

What's Changed 🚀

🐛 Bug Fixes

🔧 Maintenance

  • chore: Upgrade Ruff ruleset to 3.9 and add from __future__ import annotations @​srilman (#4393)

Full Changelog: Eventual-Inc/Daft@v0.4.17...v0.4.18

v0.4.17

What's Changed 🚀

✨ Features

🐛 Bug Fixes

♻️ Refactor

📖 Documentation

... (truncated)

Commits
  • b7af7d6 fix: Implement dedicated map growable (#4435)
  • 00a302b fix: update broken-link-checker.yml (#4440)
  • 7573cdb fix: casting from list(list(T)) to list(tensor(T, shape)) (#4437)
  • 5db2e18 chore: Upgrade Ruff ruleset to 3.9 and add `from future import annotation...
  • 1714b53 fix: Ensure additional columns are passed through granular projection splitti...
  • 88baf41 fix: Improve UDF errors (#4424)
  • 52e74fd ci: Add retries to requirements installation (#4430)
  • 2e60aff feat(catalogs): enable Rust usage of Python catalogs and tables (#4394)
  • 75cfc69 ci: Up broken link checker retries (#4429)
  • 0eb5896 fix(dashboard): broadcast url (#4404)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.16 to 0.4.18.
- [Release notes](https://github.com/Eventual-Inc/Daft/releases)
- [Commits](Eventual-Inc/Daft@v0.4.16...v0.4.18)

---
updated-dependencies:
- dependency-name: getdaft
  dependency-version: 0.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 2, 2025
@kevinjqliu kevinjqliu merged commit fc4a3aa into main Jun 3, 2025
10 checks passed
@kevinjqliu kevinjqliu deleted the dependabot/pip/getdaft-0.4.18 branch June 3, 2025 04:20
amitgilad3 pushed a commit to amitgilad3/iceberg-python that referenced this pull request Jul 7, 2025
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.16 to
0.4.18.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Eventual-Inc/Daft/releases">getdaft's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.18</h2>
<h2>What's Changed 🚀</h2>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>fix: Implement dedicated map growable <a
href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4435">#4435</a>)</li>
<li>fix: update broken-link-checker.yml <a
href="https://github.com/ccmao1130"><code>@​ccmao1130</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4440">#4440</a>)</li>
<li>fix: casting from list(list(T)) to list(tensor(T, shape)) <a
href="https://github.com/universalmind303"><code>@​universalmind303</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4437">#4437</a>)</li>
<li>fix: Ensure additional columns are passed through granular
projection splitting <a
href="https://github.com/srilman"><code>@​srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4423">#4423</a>)</li>
<li>fix: Improve UDF errors <a
href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4424">#4424</a>)</li>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>chore: Upgrade Ruff ruleset to 3.9 and add <code>from __future__
import annotations</code> <a
href="https://github.com/srilman"><code>@​srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4393">#4393</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Eventual-Inc/Daft/compare/v0.4.17...v0.4.18">https://github.com/Eventual-Inc/Daft/compare/v0.4.17...v0.4.18</a></p>
<h2>v0.4.17</h2>
<h2>What's Changed 🚀</h2>
<ul>
<li>build: make dashboard self contained again, except when running in
ci <a
href="https://github.com/universalmind303"><code>@​universalmind303</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4417">#4417</a>)</li>
</ul>
<h2>✨ Features</h2>
<ul>
<li>feat(catalogs): enable Rust usage of Python catalogs and tables <a
href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4394">#4394</a>)</li>
<li>feat: adds functions prelude and clean up contributing notes. <a
href="https://github.com/rchowell"><code>@​rchowell</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4416">#4416</a>)</li>
<li>feat: Add duration expressions <a
href="https://github.com/rohitkulshreshtha"><code>@​rohitkulshreshtha</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4391">#4391</a>)</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>fix(dashboard): broadcast url <a
href="https://github.com/universalmind303"><code>@​universalmind303</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4404">#4404</a>)</li>
<li>fix: substr with null args <a
href="https://github.com/universalmind303"><code>@​universalmind303</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4415">#4415</a>)</li>
<li>fix: Enable strict mode for mypy in pre-commit <a
href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4422">#4422</a>)</li>
<li>fix: Fix iceberg docker compose entrypoint command <a
href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4428">#4428</a>)</li>
<li>fix: Progress bar no longer panics <a
href="https://github.com/desmondcheongzx"><code>@​desmondcheongzx</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4421">#4421</a>)</li>
<li>fix(spark-connect): withColumnRenamed now preserves non-renamed
columns <a href="https://github.com/jwills"><code>@​jwills</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4418">#4418</a>)</li>
<li>fix(mypy): mypy fixes for daft.runners <a
href="https://github.com/srilman"><code>@​srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4392">#4392</a>)</li>
<li>fix: Add s3n to parse_url <a
href="https://github.com/desmondcheongzx"><code>@​desmondcheongzx</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4405">#4405</a>)</li>
<li>fix(tests): add retry to pyarrow parquet read <a
href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4408">#4408</a>)</li>
<li>fix(ci): import matplotlib for window function tutorial <a
href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4407">#4407</a>)</li>
</ul>
<h2>♻️ Refactor</h2>
<ul>
<li>refactor(exprs): literal support for FunctionArgs proc macro <a
href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4401">#4401</a>)</li>
</ul>
<h2>📖 Documentation</h2>
<ul>
<li>docs: Fix docs generation for
<code>Expression.embedding.cosine_distance</code> <a
href="https://github.com/srilman"><code>@​srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4419">#4419</a>)</li>
<li>docs: fix readthedocs version dropdown <a
href="https://github.com/ccmao1130"><code>@​ccmao1130</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4406">#4406</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/b7af7d6aa8e14ff784cf79877719ecfdc4ee061e"><code>b7af7d6</code></a>
fix: Implement dedicated map growable (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4435">#4435</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/00a302b502ea2965c2a974660158f0914839bdc6"><code>00a302b</code></a>
fix: update broken-link-checker.yml (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4440">#4440</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/7573cdbaa4e00026e31be9c398680593da2e23b4"><code>7573cdb</code></a>
fix: casting from list(list(T)) to list(tensor(T, shape)) (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4437">#4437</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/5db2e18e5c8253d671115a675f4322ad81b1e709"><code>5db2e18</code></a>
chore: Upgrade Ruff ruleset to 3.9 and add `from <strong>future</strong>
import annotation...</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/1714b537a78b8e5f4f676f7735a1eac8b0ad6aff"><code>1714b53</code></a>
fix: Ensure additional columns are passed through granular projection
splitti...</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/88baf41adc0690a87a96d0a10162a3cd103db714"><code>88baf41</code></a>
fix: Improve UDF errors (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4424">#4424</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/52e74fd3c84f2895ab8d0efcfa28a30484a71454"><code>52e74fd</code></a>
ci: Add retries to requirements installation (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4430">#4430</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/2e60afffc5fe289679b14c3193c21444993f9dec"><code>2e60aff</code></a>
feat(catalogs): enable Rust usage of Python catalogs and tables (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4394">#4394</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/75cfc69f8faf58f2f1c67843e44efbc927dff326"><code>75cfc69</code></a>
ci: Up broken link checker retries (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4429">#4429</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/0eb5896313186c434e0f5f7d45b0a2033cc30e6f"><code>0eb5896</code></a>
fix(dashboard): broadcast url (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4404">#4404</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Eventual-Inc/Daft/compare/v0.4.16...v0.4.18">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getdaft&package-manager=pip&previous-version=0.4.16&new-version=0.4.18)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gabeiglio pushed a commit to Netflix/iceberg-python that referenced this pull request Aug 13, 2025
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.16 to
0.4.18.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Eventual-Inc/Daft/releases">getdaft's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.18</h2>
<h2>What's Changed 🚀</h2>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>fix: Implement dedicated map growable <a
href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4435">#4435</a>)</li>
<li>fix: update broken-link-checker.yml <a
href="https://github.com/ccmao1130"><code>@​ccmao1130</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4440">#4440</a>)</li>
<li>fix: casting from list(list(T)) to list(tensor(T, shape)) <a
href="https://github.com/universalmind303"><code>@​universalmind303</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4437">#4437</a>)</li>
<li>fix: Ensure additional columns are passed through granular
projection splitting <a
href="https://github.com/srilman"><code>@​srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4423">#4423</a>)</li>
<li>fix: Improve UDF errors <a
href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4424">#4424</a>)</li>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>chore: Upgrade Ruff ruleset to 3.9 and add <code>from __future__
import annotations</code> <a
href="https://github.com/srilman"><code>@​srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4393">#4393</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Eventual-Inc/Daft/compare/v0.4.17...v0.4.18">https://github.com/Eventual-Inc/Daft/compare/v0.4.17...v0.4.18</a></p>
<h2>v0.4.17</h2>
<h2>What's Changed 🚀</h2>
<ul>
<li>build: make dashboard self contained again, except when running in
ci <a
href="https://github.com/universalmind303"><code>@​universalmind303</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4417">#4417</a>)</li>
</ul>
<h2>✨ Features</h2>
<ul>
<li>feat(catalogs): enable Rust usage of Python catalogs and tables <a
href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4394">#4394</a>)</li>
<li>feat: adds functions prelude and clean up contributing notes. <a
href="https://github.com/rchowell"><code>@​rchowell</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4416">#4416</a>)</li>
<li>feat: Add duration expressions <a
href="https://github.com/rohitkulshreshtha"><code>@​rohitkulshreshtha</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4391">#4391</a>)</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>fix(dashboard): broadcast url <a
href="https://github.com/universalmind303"><code>@​universalmind303</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4404">#4404</a>)</li>
<li>fix: substr with null args <a
href="https://github.com/universalmind303"><code>@​universalmind303</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4415">#4415</a>)</li>
<li>fix: Enable strict mode for mypy in pre-commit <a
href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4422">#4422</a>)</li>
<li>fix: Fix iceberg docker compose entrypoint command <a
href="https://github.com/colin-ho"><code>@​colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4428">#4428</a>)</li>
<li>fix: Progress bar no longer panics <a
href="https://github.com/desmondcheongzx"><code>@​desmondcheongzx</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4421">#4421</a>)</li>
<li>fix(spark-connect): withColumnRenamed now preserves non-renamed
columns <a href="https://github.com/jwills"><code>@​jwills</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4418">#4418</a>)</li>
<li>fix(mypy): mypy fixes for daft.runners <a
href="https://github.com/srilman"><code>@​srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4392">#4392</a>)</li>
<li>fix: Add s3n to parse_url <a
href="https://github.com/desmondcheongzx"><code>@​desmondcheongzx</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4405">#4405</a>)</li>
<li>fix(tests): add retry to pyarrow parquet read <a
href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4408">#4408</a>)</li>
<li>fix(ci): import matplotlib for window function tutorial <a
href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4407">#4407</a>)</li>
</ul>
<h2>♻️ Refactor</h2>
<ul>
<li>refactor(exprs): literal support for FunctionArgs proc macro <a
href="https://github.com/kevinzwang"><code>@​kevinzwang</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4401">#4401</a>)</li>
</ul>
<h2>📖 Documentation</h2>
<ul>
<li>docs: Fix docs generation for
<code>Expression.embedding.cosine_distance</code> <a
href="https://github.com/srilman"><code>@​srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4419">#4419</a>)</li>
<li>docs: fix readthedocs version dropdown <a
href="https://github.com/ccmao1130"><code>@​ccmao1130</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4406">#4406</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/b7af7d6aa8e14ff784cf79877719ecfdc4ee061e"><code>b7af7d6</code></a>
fix: Implement dedicated map growable (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4435">#4435</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/00a302b502ea2965c2a974660158f0914839bdc6"><code>00a302b</code></a>
fix: update broken-link-checker.yml (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4440">#4440</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/7573cdbaa4e00026e31be9c398680593da2e23b4"><code>7573cdb</code></a>
fix: casting from list(list(T)) to list(tensor(T, shape)) (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4437">#4437</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/5db2e18e5c8253d671115a675f4322ad81b1e709"><code>5db2e18</code></a>
chore: Upgrade Ruff ruleset to 3.9 and add `from <strong>future</strong>
import annotation...</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/1714b537a78b8e5f4f676f7735a1eac8b0ad6aff"><code>1714b53</code></a>
fix: Ensure additional columns are passed through granular projection
splitti...</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/88baf41adc0690a87a96d0a10162a3cd103db714"><code>88baf41</code></a>
fix: Improve UDF errors (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4424">#4424</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/52e74fd3c84f2895ab8d0efcfa28a30484a71454"><code>52e74fd</code></a>
ci: Add retries to requirements installation (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4430">#4430</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/2e60afffc5fe289679b14c3193c21444993f9dec"><code>2e60aff</code></a>
feat(catalogs): enable Rust usage of Python catalogs and tables (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4394">#4394</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/75cfc69f8faf58f2f1c67843e44efbc927dff326"><code>75cfc69</code></a>
ci: Up broken link checker retries (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4429">#4429</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/0eb5896313186c434e0f5f7d45b0a2033cc30e6f"><code>0eb5896</code></a>
fix(dashboard): broadcast url (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4404">#4404</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Eventual-Inc/Daft/compare/v0.4.16...v0.4.18">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getdaft&package-manager=pip&previous-version=0.4.16&new-version=0.4.18)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant