Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pip prod(deps): bump marimo from 0.8.4 to 0.8.5 (#3117)
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.8.4 to 0.8.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/marimo-team/marimo/releases">marimo's releases</a>.</em></p> <blockquote> <h2>0.8.5</h2> <h2>What's Changed</h2> <h3>Highlights</h3> <p><strong>SQL Reactivity! ⚡🛢</strong> This release adds reactivity across SQL cells. When you run a cell that creates a table or view, or attaches a schema, cells that refer to the table, view, or schema are marked as stale. When you delete a cell, any <em>in-memory</em> tables/views are dropped and schemas are detached, and SQL cells referring to them are invalidated.</p> <h3>All changes</h3> <ul> <li>fix: admonition to display contents vertically by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2150">marimo-team/marimo#2150</a></li> <li>feat: add anthropic support by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2147">marimo-team/marimo#2147</a></li> <li>marimo.app_meta.theme and custom themers to auto switch plotting themes based on the display theme by <a href="https://github.com/metaboulie"><code>@metaboulie</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2126">marimo-team/marimo#2126</a></li> <li>fix <a href="https://redirect.github.com/marimo-team/marimo/issues/2139">#2139</a>: disable heading detection for carousel, accordion and tabs by <a href="https://github.com/metaboulie"><code>@metaboulie</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2154">marimo-team/marimo#2154</a></li> <li>fix: islands render_html() head needs marimo tags by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2156">marimo-team/marimo#2156</a></li> <li>improvement: open the tutorials from the homepage by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2157">marimo-team/marimo#2157</a></li> <li>improvement: parse sql CREATE table names by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2031">marimo-team/marimo#2031</a></li> <li>fix: mo.ui.dataframe don't infer data types, use backend data types by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2155">marimo-team/marimo#2155</a></li> <li>fix: fix browser freezing when rendering large dataframes by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2159">marimo-team/marimo#2159</a></li> <li>0.8.5 by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2160">marimo-team/marimo#2160</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/marimo-team/marimo/compare/0.8.4...0.8.5">https://github.com/marimo-team/marimo/compare/0.8.4...0.8.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marimo-team/marimo/commit/7a165aeaec6909e298a4521ccd42dfea39e4083c"><code>7a165ae</code></a> 0.8.5 (<a href="https://redirect.github.com/marimo-team/marimo/issues/2160">#2160</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/1b454af1bdb4daa4e90c10150ee2ed90b26ca9f1"><code>1b454af</code></a> fix: rendering large dataframes (<a href="https://redirect.github.com/marimo-team/marimo/issues/2159">#2159</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/0c4ed5cd66d615c96ad4dce11f1fa4f05af02915"><code>0c4ed5c</code></a> fix: mo.ui.dataframe don't infer data types, use backend data types (<a href="https://redirect.github.com/marimo-team/marimo/issues/2155">#2155</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/7b9a76bcc578c1aa3b58a6e36ac903a6bb3bb569"><code>7b9a76b</code></a> improvement: parse sql CREATE table names (<a href="https://redirect.github.com/marimo-team/marimo/issues/2031">#2031</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/05bf87340473137513fe7bc0c0aabbf1a499b901"><code>05bf873</code></a> improvement: open the totutorials from the homepage (<a href="https://redirect.github.com/marimo-team/marimo/issues/2157">#2157</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/44300d40b371b0fac5aaa7cd3781f2c5acbb1d0c"><code>44300d4</code></a> fix: islands render_html() head needs marimo tags (<a href="https://redirect.github.com/marimo-team/marimo/issues/2156">#2156</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/88be8cc42577d0b3016fcf4af7d97dc400ae17fd"><code>88be8cc</code></a> fix <a href="https://redirect.github.com/marimo-team/marimo/issues/2139">#2139</a>: disable heading detection for carousel, accordion and tabs (<a href="https://redirect.github.com/marimo-team/marimo/issues/2154">#2154</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/da7b2a710284a8603b6e0b538866186d99baf393"><code>da7b2a7</code></a> marimo.app_meta.theme and custom themers to auto switch plotting themes based...</li> <li><a href="https://github.com/marimo-team/marimo/commit/8560feeb2b339d3070fc60ddc7edbfc1b8acf93e"><code>8560fee</code></a> feat: add anthropic support (<a href="https://redirect.github.com/marimo-team/marimo/issues/2147">#2147</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/4590466ca057c7180163ec7ce60175cbee95f453"><code>4590466</code></a> fix: admonition to display contents vertically (<a href="https://redirect.github.com/marimo-team/marimo/issues/2150">#2150</a>)</li> <li>See full diff in <a href="https://github.com/marimo-team/marimo/compare/0.8.4...0.8.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=marimo&package-manager=pip&previous-version=0.8.4&new-version=0.8.5)](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>
- Loading branch information