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.10.17 to 0.10.18 (#3811)
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.10.17 to 0.10.18. <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.10.18</h2> <h2>Highlights ⭐</h2> <ul> <li>🐳 Added <strong><a href="https://docs.marimo.io/guides/editor_features/ai_completion/?h=deepseek#using-other-ai-providers">DeepSeek</a></strong> support and documentation for AI completions</li> <li>🖥️ New <code>mo.ui.app_meta().request</code> API to access incoming request context (headers, query params, and user info)</li> <li>🐛 Various bug fixes to <code>mo.Thread</code>, Altair charts, and table formatting.</li> </ul> <h2>What's Changed</h2> <ul> <li>fix: allow editable installs when devloping locally with sandbox by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3568">marimo-team/marimo#3568</a></li> <li>feat: add wasm watch and some docs on set up by <a href="https://github.com/Light2Dark"><code>@Light2Dark</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3572">marimo-team/marimo#3572</a></li> <li>fix: support running in FIPS-enabled environments by <a href="https://github.com/marcodlk"><code>@marcodlk</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3571">marimo-team/marimo#3571</a></li> <li>chore: deflake tmpdir cleanup in tests by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3573">marimo-team/marimo#3573</a></li> <li>docs: fix admonition rendering by <a href="https://github.com/Haleshot"><code>@Haleshot</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3577">marimo-team/marimo#3577</a></li> <li>chore(deps): update all storybook dependencies to ^8.5.1 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3582">marimo-team/marimo#3582</a></li> <li>fix: lower timeout in version check by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3585">marimo-team/marimo#3585</a></li> <li>fix: handle timezone in samples by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3584">marimo-team/marimo#3584</a></li> <li>feat: add configurable width to mo.sidebar() (<a href="https://redirect.github.com/marimo-team/marimo/issues/3570">#3570</a>) by <a href="https://github.com/devin-ai-integration"><code>@devin-ai-integration</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3591">marimo-team/marimo#3591</a></li> <li>fix: support altair map selection when vconcat or hconcat by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3590">marimo-team/marimo#3590</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/3592">marimo-team/marimo#3592</a></li> <li>fix: scope ag-grid styles to plugin to avoid style pollution by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3601">marimo-team/marimo#3601</a></li> <li>docs: add DeepSeek configuration to AI completion guide by <a href="https://github.com/Haleshot"><code>@Haleshot</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3597">marimo-team/marimo#3597</a></li> <li>Add DeepSeek chatbot example by <a href="https://github.com/Haleshot"><code>@Haleshot</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3598">marimo-team/marimo#3598</a></li> <li>fix: Simplify and resolve pandas snippet error by <a href="https://github.com/Haleshot"><code>@Haleshot</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3605">marimo-team/marimo#3605</a></li> <li>fix: persistent loader save path (+ feat: test tweaks / json loader for interpretability) by <a href="https://github.com/dmadisetti"><code>@dmadisetti</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3595">marimo-team/marimo#3595</a></li> <li>example: nvidia nims endpoint by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3608">marimo-team/marimo#3608</a></li> <li>tidy: make tests stricter to better capture cache state invalidation by <a href="https://github.com/dmadisetti"><code>@dmadisetti</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3609">marimo-team/marimo#3609</a></li> <li>fix: handle numeric formatting in table widgets by <a href="https://github.com/devin-ai-integration"><code>@devin-ai-integration</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3618">marimo-team/marimo#3618</a></li> <li>fix: correct time formatting for minutes and seconds in cell status by <a href="https://github.com/devin-ai-integration"><code>@devin-ai-integration</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3621">marimo-team/marimo#3621</a></li> <li>feat: add mo.ui.app_meta().request by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3619">marimo-team/marimo#3619</a></li> <li>fix: mo.Thread communication to output area by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3611">marimo-team/marimo#3611</a></li> <li>fix: printing in mo.Threads by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3628">marimo-team/marimo#3628</a></li> <li>added CLA notes to the CONTRIBUTING guide by <a href="https://github.com/paddymul"><code>@paddymul</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3633">marimo-team/marimo#3633</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/marcodlk"><code>@marcodlk</code></a> made their first contribution in <a href="https://redirect.github.com/marimo-team/marimo/pull/3571">marimo-team/marimo#3571</a></li> <li><a href="https://github.com/paddymul"><code>@paddymul</code></a> made their first contribution in <a href="https://redirect.github.com/marimo-team/marimo/pull/3633">marimo-team/marimo#3633</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/marimo-team/marimo/compare/0.10.17...0.10.18">https://github.com/marimo-team/marimo/compare/0.10.17...0.10.18</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marimo-team/marimo/commit/bea26322c2dcaf93a84650e10f0a401c667ae7d3"><code>bea2632</code></a> release: 0.10.18</li> <li><a href="https://github.com/marimo-team/marimo/commit/5f1593d25230c0f28b478c763fceed1bb747e8b9"><code>5f1593d</code></a> added CLA notes to the CONTRIBUTING guide (<a href="https://redirect.github.com/marimo-team/marimo/issues/3633">#3633</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/f7b47096aea0254be4472f01297b2389ac600636"><code>f7b4709</code></a> fix mpp4</li> <li><a href="https://github.com/marimo-team/marimo/commit/db1a68e134683b898b89614c1349dc9c9fc57c84"><code>db1a68e</code></a> fix: printing in mo.Threads (<a href="https://redirect.github.com/marimo-team/marimo/issues/3628">#3628</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/0d719dd64756f3eb10c73a62193fb404166fde7a"><code>0d719dd</code></a> fix: mo.Thread communication to output area (<a href="https://redirect.github.com/marimo-team/marimo/issues/3611">#3611</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/99ab9c9bbc94a465456a482755c5f9d8967b3f6d"><code>99ab9c9</code></a> feat: add mo.ui.app_meta().request (<a href="https://redirect.github.com/marimo-team/marimo/issues/3619">#3619</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/48ae1e4800d2564684fc6a31da615d288c6b1d12"><code>48ae1e4</code></a> fix: correct time formatting for minutes and seconds in cell status (<a href="https://redirect.github.com/marimo-team/marimo/issues/3621">#3621</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/0d4d779b459bd7dd8559846ca045851360dd26e1"><code>0d4d779</code></a> fix: handle numeric formatting in table widgets (<a href="https://redirect.github.com/marimo-team/marimo/issues/3618">#3618</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/d75c3505564c7a49507415c4fb0ad6154eedaab6"><code>d75c350</code></a> tidy: make tests stricter to better capture cache state invalidation (<a href="https://redirect.github.com/marimo-team/marimo/issues/3609">#3609</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/208c4aa9ff57c2313c298209f310385267f034c4"><code>208c4aa</code></a> example: nvidia nims endpoint (<a href="https://redirect.github.com/marimo-team/marimo/issues/3608">#3608</a>)</li> <li>Additional commits viewable in <a href="https://github.com/marimo-team/marimo/compare/0.10.17...0.10.18">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.10.17&new-version=0.10.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: compor <[email protected]>
- Loading branch information