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.7.5 to 0.7.7 (#2896)
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.7.5 to 0.7.7. <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.7.7</h2> <h2>What's Changed</h2> <p>Bug fixes and improvements.</p> <ul> <li>datasource parsing fixes by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1815">marimo-team/marimo#1815</a></li> <li>fix: cloning UI elements by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1818">marimo-team/marimo#1818</a></li> <li>fix: portal menus when in fullscreen by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1817">marimo-team/marimo#1817</a></li> <li>improvement: support operators on mo.ui.altair, improve docs for custom selection by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1814">marimo-team/marimo#1814</a></li> <li>0.7.7 by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1819">marimo-team/marimo#1819</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/marimo-team/marimo/compare/0.7.6...0.7.7">https://github.com/marimo-team/marimo/compare/0.7.6...0.7.7</a></p> <h2>0.7.6</h2> <h2>What's Changed</h2> <h3>Highlights</h3> <ul> <li>Tables that you create with <code>duckdb</code> now show up in the data sources panel!</li> <li>The marimo CLI now comes lets you specify the allowed origins for CORS with the <code>-allow-origins</code> option</li> <li>We have a <a href="https://docs.marimo.io/api/app.html#marimo.App.embed">new API </a> for embedding notebooks/apps into other notebooks</li> </ul> <p><a href="https://github.com/user-attachments/assets/69ae7b01-0fac-4e5b-b30d-48fd09905584">https://github.com/user-attachments/assets/69ae7b01-0fac-4e5b-b30d-48fd09905584</a></p> <h3>All changes</h3> <ul> <li>Restrict CORS allow origins to localhost; add CLI flag to specify allowed origins by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1794">marimo-team/marimo#1794</a></li> <li>fix: more robust app composition by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1784">marimo-team/marimo#1784</a></li> <li>ignore cut on linux by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1795">marimo-team/marimo#1795</a></li> <li>Add Additional 'unclonables' by <a href="https://github.com/dmadisetti"><code>@dmadisetti</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1798">marimo-team/marimo#1798</a></li> <li>Add <code>CITATION.cff</code> file by <a href="https://github.com/Haleshot"><code>@Haleshot</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1778">marimo-team/marimo#1778</a></li> <li>fix: function calling with nested apps by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1797">marimo-team/marimo#1797</a></li> <li>fix: grid editor when bordered by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1801">marimo-team/marimo#1801</a></li> <li>fix: column wrap styling, don't capitalize admonoition and better contrast by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1802">marimo-team/marimo#1802</a></li> <li>lint: parse_dataclass by <a href="https://github.com/dmadisetti"><code>@dmadisetti</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1805">marimo-team/marimo#1805</a></li> <li>Persistent cache by <a href="https://github.com/dmadisetti"><code>@dmadisetti</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1758">marimo-team/marimo#1758</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1806">marimo-team/marimo#1806</a></li> <li>improvement: sync vim mode by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1807">marimo-team/marimo#1807</a></li> <li>experimental: scratch pad by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1800">marimo-team/marimo#1800</a></li> <li>Fix: latex tag alignment by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1809">marimo-team/marimo#1809</a></li> <li>feat: sql datasources by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1808">marimo-team/marimo#1808</a></li> <li>fix: register cell as queued on run by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1810">marimo-team/marimo#1810</a></li> <li>fix: cancel queued execution requests on interruption by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1812">marimo-team/marimo#1812</a></li> <li>0.7.6 by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1813">marimo-team/marimo#1813</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/marimo-team/marimo/compare/0.7.5...0.7.6">https://github.com/marimo-team/marimo/compare/0.7.5...0.7.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marimo-team/marimo/commit/22b3a652ed7d4e77ea07d804e31213167f11d1a9"><code>22b3a65</code></a> 0.7.7 (<a href="https://redirect.github.com/marimo-team/marimo/issues/1819">#1819</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/6a2e720e0290b75402970ebd3035b95cfd7862bd"><code>6a2e720</code></a> improvement: support operators on mo.ui.altair, improve docs for custom selec...</li> <li><a href="https://github.com/marimo-team/marimo/commit/c091756746429e4d91fcb4fd8465244ec3a4d787"><code>c091756</code></a> fix: portal menus when in fullscreen (<a href="https://redirect.github.com/marimo-team/marimo/issues/1817">#1817</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/251239e8798b784fa698030610604a5479d4c93d"><code>251239e</code></a> fix: cloning UI elements (<a href="https://redirect.github.com/marimo-team/marimo/issues/1818">#1818</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/a102e81b9d79ce7de57ca7db9f97faddd2d950c4"><code>a102e81</code></a> datasource parsing fixes (<a href="https://redirect.github.com/marimo-team/marimo/issues/1815">#1815</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/7db58940cb5f5b7efa70bb6990d1aafe6655f005"><code>7db5894</code></a> 0.7.6 (<a href="https://redirect.github.com/marimo-team/marimo/issues/1813">#1813</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/79ffeeb29ef8646281351109553be7b21de3ddc6"><code>79ffeeb</code></a> Cancel queued execution requests on interruption (<a href="https://redirect.github.com/marimo-team/marimo/issues/1812">#1812</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/7f7e2d0fada9bf0d07a9f379fe8f001f412d22ab"><code>7f7e2d0</code></a> fix: register cell as queued on run (<a href="https://redirect.github.com/marimo-team/marimo/issues/1810">#1810</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/208d66992e53961cb157b044a3628459dd970ad0"><code>208d669</code></a> feat: sql datasources (<a href="https://redirect.github.com/marimo-team/marimo/issues/1808">#1808</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/1ebc8e7fc53ed55132747f719af1de45f7264121"><code>1ebc8e7</code></a> Fix: latex tag alignment (<a href="https://redirect.github.com/marimo-team/marimo/issues/1809">#1809</a>)</li> <li>Additional commits viewable in <a href="https://github.com/marimo-team/marimo/compare/0.7.5...0.7.7">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.7.5&new-version=0.7.7)](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