[PR #1772] [CLOSED] deps(mlsysim): update marimo requirement from >=0.23.5 to >=0.23.6 in /mlsysim #15723

Closed
opened 2026-05-20 14:04:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1772
Author: @dependabot[bot]
Created: 5/18/2026
Status: Closed

Base: devHead: dependabot/pip/mlsysim/dev/marimo-gte-0.23.6


📝 Commits (1)

  • 4cacb4a deps(mlsysim): update marimo requirement in /mlsysim

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 mlsysim/pyproject.toml (+1 -1)

📄 Description

Updates the requirements on marimo to permit the latest version.

Release notes

Sourced from marimo's releases.

0.23.6

What's Changed

🚨 Breaking changes

  • Propagate notebook filename through MarimoIslandGenerator.from_file (#9409). This is a correctness fix, but could break existing users who relied on broken assumptions.

Enhancements

  • Implement kernel exit classification and notification system (#9500)
  • Render notebook snapshot while Pyodide initializes (#9502)
  • hide add cell toolbar when show-chrome is false (#9487)
  • Add gpt-5.5 support (#9488)
  • Extract NotebookWorkspace from AppFileRouter (#9448)
  • Add new W&B models to llm-info data (#9465)
  • Add --execute to marimo export html-wasm for session previews (#9437)

🐛 Bug fixes

  • Send initial size when WebSocket opens (#9505)
  • Restore --proxy for base_url (#9503)
  • Avoid exponential blow-up of nested struct sample values (#9506)
  • Normalize Windows backslashes in inserted image URLs (#9504)
  • Skip wasm controller dynamic import unless host opts in (#9467)
  • fix label alignment (#9486)
  • standardize (y/n) prompt defaults (#9492)
  • Skip /health checks for static notebooks (#9498)
  • Avoid RecursionError when formatting objects with getattr traps (#9497)
  • Prevent mpl figure DPI from compounding on cell rerun (#9474)
  • use unified thinking for pydantic-ai (#9477)
  • Remount on src change in mo.Html to avoid stale paint (#9472)
  • Fix UI hang and stabilize tests for unusual tuple/list/dict child classes (#9468)
  • Include cell_manager in TransactionSource literal (#9457)
  • Improve parameter validation error messages for list[NewType] fields (#9442)

📚 Documentation

  • OpenCode Go config (#9431)
  • Add slides documentation and video (#9464)
  • Additional security acknowledgements (#9450)

📝 Other changes

  • Support HTTP Range requests on virtual files (#9460) (#9473) (26ee423)
  • Update all storybook dependencies to ^10.3.5 (#9392)

Contributors

Thanks to all our community and contributors who made this release possible: @​app/renovate, @​dmadisetti, @​domwst, @​fonnesbeck, @​kirangadhave, @​Light2Dark, @​ljchang, @​mchav, @​mscolnick, @​ralphptorres, @​stephenlf, @​wally-an

New Contributors

... (truncated)

Commits
  • c8f2b17 release: 0.23.6 (#9508)
  • 6524402 fix(terminal): send initial size when WebSocket opens (#9505)
  • 59ba840 feat: implement kernel exit classification and notification system (#9500)
  • cd08aaf fix: restore --proxy for base_url (#9503)
  • 0eecccd fix(datasets): avoid exponential blow-up of nested struct sample values (#9506)
  • af0556c feat(wasm): render notebook snapshot while Pyodide initializes (#9502)
  • c490624 fix(md): normalize Windows backslashes in inserted image URLs (#9504)
  • 26ee423 fix: support HTTP Range requests on virtual files (#9460) (#9473)
  • 06594d9 ci: resolve marimo from local wheel in sandbox tests (#9501)
  • 31d54e0 fix: skip wasm controller dynamic import unless host opts in (#9467)
  • Additional commits viewable in compare view

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1772 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/18/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/mlsysim/dev/marimo-gte-0.23.6` --- ### 📝 Commits (1) - [`4cacb4a`](https://github.com/harvard-edge/cs249r_book/commit/4cacb4aa1ac03c6582de2a0938799883ffcddc4f) deps(mlsysim): update marimo requirement in /mlsysim ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `mlsysim/pyproject.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [marimo](https://github.com/marimo-team/marimo) to permit the latest version. <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.23.6</h2> <h2>What's Changed</h2> <h2>🚨 Breaking changes</h2> <ul> <li>Propagate notebook filename through MarimoIslandGenerator.from_file (<a href="https://redirect.github.com/marimo-team/marimo/pull/9409">#9409</a>). This is a correctness fix, but could break existing users who relied on broken assumptions.</li> </ul> <h2>✨ Enhancements</h2> <ul> <li>Implement kernel exit classification and notification system (<a href="https://redirect.github.com/marimo-team/marimo/pull/9500">#9500</a>)</li> <li>Render notebook snapshot while Pyodide initializes (<a href="https://redirect.github.com/marimo-team/marimo/pull/9502">#9502</a>)</li> <li>hide add cell toolbar when show-chrome is false (<a href="https://redirect.github.com/marimo-team/marimo/pull/9487">#9487</a>)</li> <li>Add gpt-5.5 support (<a href="https://redirect.github.com/marimo-team/marimo/pull/9488">#9488</a>)</li> <li>Extract NotebookWorkspace from AppFileRouter (<a href="https://redirect.github.com/marimo-team/marimo/pull/9448">#9448</a>)</li> <li>Add new W&amp;B models to llm-info data (<a href="https://redirect.github.com/marimo-team/marimo/pull/9465">#9465</a>)</li> <li>Add --execute to <code>marimo export html-wasm</code> for session previews (<a href="https://redirect.github.com/marimo-team/marimo/pull/9437">#9437</a>)</li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>Send initial size when WebSocket opens (<a href="https://redirect.github.com/marimo-team/marimo/pull/9505">#9505</a>)</li> <li>Restore --proxy for base_url (<a href="https://redirect.github.com/marimo-team/marimo/pull/9503">#9503</a>)</li> <li>Avoid exponential blow-up of nested struct sample values (<a href="https://redirect.github.com/marimo-team/marimo/pull/9506">#9506</a>)</li> <li>Normalize Windows backslashes in inserted image URLs (<a href="https://redirect.github.com/marimo-team/marimo/pull/9504">#9504</a>)</li> <li>Skip wasm controller dynamic import unless host opts in (<a href="https://redirect.github.com/marimo-team/marimo/pull/9467">#9467</a>)</li> <li>fix label alignment (<a href="https://redirect.github.com/marimo-team/marimo/pull/9486">#9486</a>)</li> <li>standardize (y/n) prompt defaults (<a href="https://redirect.github.com/marimo-team/marimo/pull/9492">#9492</a>)</li> <li>Skip /health checks for static notebooks (<a href="https://redirect.github.com/marimo-team/marimo/pull/9498">#9498</a>)</li> <li>Avoid RecursionError when formatting objects with <strong>getattr</strong> traps (<a href="https://redirect.github.com/marimo-team/marimo/pull/9497">#9497</a>)</li> <li>Prevent mpl figure DPI from compounding on cell rerun (<a href="https://redirect.github.com/marimo-team/marimo/pull/9474">#9474</a>)</li> <li>use unified thinking for pydantic-ai (<a href="https://redirect.github.com/marimo-team/marimo/pull/9477">#9477</a>)</li> <li>Remount <!-- raw HTML omitted --> on src change in mo.Html to avoid stale paint (<a href="https://redirect.github.com/marimo-team/marimo/pull/9472">#9472</a>)</li> <li>Fix UI hang and stabilize tests for unusual tuple/list/dict child classes (<a href="https://redirect.github.com/marimo-team/marimo/pull/9468">#9468</a>)</li> <li>Include cell_manager in TransactionSource literal (<a href="https://redirect.github.com/marimo-team/marimo/pull/9457">#9457</a>)</li> <li>Improve parameter validation error messages for list[NewType] fields (<a href="https://redirect.github.com/marimo-team/marimo/pull/9442">#9442</a>)</li> </ul> <h2>📚 Documentation</h2> <ul> <li>OpenCode Go config (<a href="https://redirect.github.com/marimo-team/marimo/pull/9431">#9431</a>)</li> <li>Add slides documentation and video (<a href="https://redirect.github.com/marimo-team/marimo/pull/9464">#9464</a>)</li> <li>Additional security acknowledgements (<a href="https://redirect.github.com/marimo-team/marimo/pull/9450">#9450</a>)</li> </ul> <h2>📝 Other changes</h2> <ul> <li>Support HTTP Range requests on virtual files (<a href="https://redirect.github.com/marimo-team/marimo/issues/9460">#9460</a>) (<a href="https://redirect.github.com/marimo-team/marimo/issues/9473">#9473</a>) (26ee423)</li> <li>Update all storybook dependencies to ^10.3.5 (<a href="https://redirect.github.com/marimo-team/marimo/pull/9392">#9392</a>)</li> </ul> <h2>Contributors</h2> <p>Thanks to all our community and contributors who made this release possible: <code>@​app/renovate</code>, <a href="https://github.com/dmadisetti"><code>@​dmadisetti</code></a>, <a href="https://github.com/domwst"><code>@​domwst</code></a>, <a href="https://github.com/fonnesbeck"><code>@​fonnesbeck</code></a>, <a href="https://github.com/kirangadhave"><code>@​kirangadhave</code></a>, <a href="https://github.com/Light2Dark"><code>@​Light2Dark</code></a>, <a href="https://github.com/ljchang"><code>@​ljchang</code></a>, <a href="https://github.com/mchav"><code>@​mchav</code></a>, <a href="https://github.com/mscolnick"><code>@​mscolnick</code></a>, <a href="https://github.com/ralphptorres"><code>@​ralphptorres</code></a>, <a href="https://github.com/stephenlf"><code>@​stephenlf</code></a>, <a href="https://github.com/wally-an"><code>@​wally-an</code></a></p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wally-an"><code>@​wally-an</code></a> made their first contribution in <a href="https://redirect.github.com/marimo-team/marimo/pull/9442">marimo-team/marimo#9442</a></li> <li><a href="https://github.com/ljchang"><code>@​ljchang</code></a> made their first contribution in <a href="https://redirect.github.com/marimo-team/marimo/pull/9409">marimo-team/marimo#9409</a></li> <li><a href="https://github.com/fonnesbeck"><code>@​fonnesbeck</code></a> made their first contribution in <a href="https://redirect.github.com/marimo-team/marimo/pull/9431">marimo-team/marimo#9431</a></li> <li><a href="https://github.com/domwst"><code>@​domwst</code></a> made their first contribution in <a href="https://redirect.github.com/marimo-team/marimo/pull/9488">marimo-team/marimo#9488</a></li> <li><a href="https://github.com/ralphptorres"><code>@​ralphptorres</code></a> made their first contribution in <a href="https://redirect.github.com/marimo-team/marimo/pull/9492">marimo-team/marimo#9492</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marimo-team/marimo/commit/c8f2b17574af409a335a42de87184e6a88bf8e22"><code>c8f2b17</code></a> release: 0.23.6 (<a href="https://redirect.github.com/marimo-team/marimo/issues/9508">#9508</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/6524402860c6c2e84ea2c3965198bfcbe3167866"><code>6524402</code></a> fix(terminal): send initial size when WebSocket opens (<a href="https://redirect.github.com/marimo-team/marimo/issues/9505">#9505</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/59ba8407ee6494d1c7bc0eda636152472f38299a"><code>59ba840</code></a> feat: implement kernel exit classification and notification system (<a href="https://redirect.github.com/marimo-team/marimo/issues/9500">#9500</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/cd08aaf23833f4f1febfa3d98b17fe9d6bfc7c89"><code>cd08aaf</code></a> fix: restore --proxy for base_url (<a href="https://redirect.github.com/marimo-team/marimo/issues/9503">#9503</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/0eecccd369c4f81250b2f3adc1e1647a7e8e23c6"><code>0eecccd</code></a> fix(datasets): avoid exponential blow-up of nested struct sample values (<a href="https://redirect.github.com/marimo-team/marimo/issues/9506">#9506</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/af0556cb4d58e72b849674b13dc086e8951261b0"><code>af0556c</code></a> feat(wasm): render notebook snapshot while Pyodide initializes (<a href="https://redirect.github.com/marimo-team/marimo/issues/9502">#9502</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/c490624bec97265c03775e3d69c7c5d9d0ee5b3e"><code>c490624</code></a> fix(md): normalize Windows backslashes in inserted image URLs (<a href="https://redirect.github.com/marimo-team/marimo/issues/9504">#9504</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/26ee42352896b27aed50f22e6dc08d7c37706962"><code>26ee423</code></a> fix: support HTTP Range requests on virtual files (<a href="https://redirect.github.com/marimo-team/marimo/issues/9460">#9460</a>) (<a href="https://redirect.github.com/marimo-team/marimo/issues/9473">#9473</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/06594d94d80bd93537d6a483ea64a69580b9af08"><code>06594d9</code></a> ci: resolve marimo from local wheel in sandbox tests (<a href="https://redirect.github.com/marimo-team/marimo/issues/9501">#9501</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/31d54e003d8d3b10b70a57236a8f414fe66f52bd"><code>31d54e0</code></a> fix: skip wasm controller dynamic import unless host opts in (<a href="https://redirect.github.com/marimo-team/marimo/issues/9467">#9467</a>)</li> <li>Additional commits viewable in <a href="https://github.com/marimo-team/marimo/compare/0.23.5...0.23.6">compare view</a></li> </ul> </details> <br /> 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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-20 14:04:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#15723