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.9.32 to 0.9.33 (#3611)
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.9.32 to 0.9.33. <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.9.33</h2> <h2>⭐ Highlights</h2> <ul> <li>Configuration can now be overridden using <code>pyproject.toml</code>, providing more flexibility in managing notebook settings. This goes under the <code>[tool.marimo]</code> settings. To learn more about the configuration exposed, run <code>marimo config describe</code></li> <li>Frontend performance improvements to prevent unnecessary re-rendering</li> <li><code>marimo.create_asgi_app</code> supports ASGI middleware (e.g. for authentication/authorization)</li> <li>Export to <code>.ipynb</code> improvements/interoperability. For example: <code>marimo export ipynb nb.py -o snapshot.ipynb --include-outputs --sort=top-down</code>. You can use this to view the outputs in GitHub or pipe the results in your other tools.</li> </ul> <h2>What's Changed</h2> <ul> <li>improvement: refactors for perf by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3079">marimo-team/marimo#3079</a></li> <li>feat: override configuration with pyproject.toml by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3071">marimo-team/marimo#3071</a></li> <li>improvement: don't send variables if they dont change by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3080">marimo-team/marimo#3080</a></li> <li>improvement: add validate callback to asgi with_dynamic_directory by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3081">marimo-team/marimo#3081</a></li> <li>example: deploy editable notebooks in Modal by <a href="https://github.com/ashah03"><code>@ashah03</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3087">marimo-team/marimo#3087</a></li> <li>fix: allow grid controls to be edited by <a href="https://github.com/Light2Dark"><code>@Light2Dark</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3092">marimo-team/marimo#3092</a></li> <li>fix: marimo export returns propper error code by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3091">marimo-team/marimo#3091</a></li> <li>improvement: include cell config and name in ipynb metadata by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3093">marimo-team/marimo#3093</a></li> <li>development: add command to print all routes by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3094">marimo-team/marimo#3094</a></li> <li>improvement: add asgi middleware to create_asgi_app by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3095">marimo-team/marimo#3095</a></li> <li>improvement: allow python files with just deps or no cells by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3096">marimo-team/marimo#3096</a></li> <li>example: explore embeddings by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3097">marimo-team/marimo#3097</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ashah03"><code>@ashah03</code></a> made their first contribution in <a href="https://redirect.github.com/marimo-team/marimo/pull/3087">marimo-team/marimo#3087</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/marimo-team/marimo/compare/0.9.32...0.9.33">https://github.com/marimo-team/marimo/compare/0.9.32...0.9.33</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marimo-team/marimo/commit/b89381072e4bd37a5498eece4d26d7dea1a61eb9"><code>b893810</code></a> release: 0.9.33</li> <li><a href="https://github.com/marimo-team/marimo/commit/bca676f375e319bf76cb9ae28de28932e05ce9bd"><code>bca676f</code></a> example: explore embeddings (<a href="https://redirect.github.com/marimo-team/marimo/issues/3097">#3097</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/791bad6a2e3bc68caa16980d8b7f871b925567eb"><code>791bad6</code></a> improvement: allow python files with just deps or no cells (<a href="https://redirect.github.com/marimo-team/marimo/issues/3096">#3096</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/387b711e583fa2b0c64610841eb98586fb6f8183"><code>387b711</code></a> improvement: add asgi middleware to create_asgi_app (<a href="https://redirect.github.com/marimo-team/marimo/issues/3095">#3095</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/d0165491d5aa559424919086aa67eec440392522"><code>d016549</code></a> development: add command to print all routes (<a href="https://redirect.github.com/marimo-team/marimo/issues/3094">#3094</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/7ba411e16f2c0be1a8a7cf9fe984136daab41e76"><code>7ba411e</code></a> improvement: include cell config and name in ipynb metadata (<a href="https://redirect.github.com/marimo-team/marimo/issues/3093">#3093</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/b68468906c71d12b2c258119635b9793f07c66af"><code>b684689</code></a> fix: marimo export returns propper error code (<a href="https://redirect.github.com/marimo-team/marimo/issues/3091">#3091</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/4a8685ab3c7620f05dc94b23891695266dd29710"><code>4a8685a</code></a> fix: allow grid controls to be edited (<a href="https://redirect.github.com/marimo-team/marimo/issues/3092">#3092</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/f2c288b7dfd3d07cf4b7dd298d1ef0166eea6f4b"><code>f2c288b</code></a> example: deploy editable notebooks in Modal (<a href="https://redirect.github.com/marimo-team/marimo/issues/3087">#3087</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/e0e6ed8b67a3bc4a678261a964abe35c797aba2e"><code>e0e6ed8</code></a> improvement: add validate callback to asgi with_dynamic_directory (<a href="https://redirect.github.com/marimo-team/marimo/issues/3081">#3081</a>)</li> <li>Additional commits viewable in <a href="https://github.com/marimo-team/marimo/compare/0.9.32...0.9.33">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.9.32&new-version=0.9.33)](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