Skip to content

Bump marimo from 0.23.9 to 0.23.10#159

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/marimo-0.23.10
Open

Bump marimo from 0.23.9 to 0.23.10#159
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/marimo-0.23.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps marimo from 0.23.9 to 0.23.10.

Release notes

Sourced from marimo's releases.

0.23.10

What's Changed

This release brings threading and multiprocessing to WASM notebooks and makes remote storage browsing scale with search and pagination — alongside table column controls, slide editing improvements, and a broad set of fixes.

⭐️ Highlights

Pyodide 314.0

This release moves marimo's WebAssembly runtime to Pyodide's latest release: Pyodide 314.0. This allows use to use newer versions of duckdb, polars, and pyarrow as well as many other popular packages.

Threading and multiprocessing in WASM

WASM notebooks can now run threading- and multiprocessing-shaped code. marimo installs lightweight adapters for Pyodide so mo.Thread, stdlib threading primitives, and common multiprocessing APIs keep working in the browser, executing on a synthetic thread identity that the marimo runtime context follows (#9839).

Scalable remote storage browsing

Browsing large remote storage backends is now practical. Listings paginate behind a "Load more" button instead of loading everything up front, and when a prefix query matches none of the already-loaded entries, marimo pages through the backend to surface remote results — matching on full paths so partial path queries resolve, with clear status while it searches (#9834, #9835).

✨ Enhancements

  • Search the backend when no loaded entries match (#9835)
  • Honor OTEL_SERVICE_NAME for traces (#9906)
  • Progressively mount cell editors in the editor view (#9904)
  • Generate Google Drive connection code for embedded environments (#9884)
  • Paginate remote storage listings with a "Load more" button (#9834)
  • Threading and multiprocessing adapters in WASM (#9839)
  • Gate schema discovery behind "auto" for remote engines (#9784)
  • Column visibility dropdown in table top bar (#9865)
  • Support ROCM for /api/usage endpoint (#9773)
  • Shared select-core for multiselect, dropdown, and filter picker (#9849)
  • Per-slide show-code config + editor toggles (#9831)
  • Resolve definitions and get docstring (#9838)
  • Minimap insert-cell + context menu (#9830)
  • Add a toggle to filter empty schemas and db (#9712)
  • Wire Dremio dialect into the SQL editor (#9817)
  • Allow lazy (callable) filename (#9799)
  • Styled tooltip for mo.ui.table hover_template (#9780)
  • Remove beta status for opencode (#9791)

🐛 Bug fixes

  • Deflake CI by ignoring finished WASM thread records (#9914)
  • Rewrite double-quoted DuckDB sources in WASM (#9925)

... (truncated)

Commits
  • 2f6ca50 release: 0.23.10 (#9929)
  • 462bb8c fix(frontend): hide toast viewport in print and image exports (#9930)
  • 710d756 refactor(frontend): make CellHandle editorView nullable (#9928)
  • fbb1288 fix(tests): make WASM thread id tests platform-aware (#9927)
  • e18b5e4 fix(tests): use ASGI-compliant scope in auth test helper (#9926)
  • 0dbc230 fix: deflake CI by ignoring finished WASM thread records (#9914)
  • 5405b64 fix: rewrite double-quoted DuckDB sources in WASM (#9925)
  • 8a53f27 fix(frontend): avoid crash when creating a markdown cell (#9923)
  • 3df7696 refactor(storage): tidy remote-search helpers and tooltip copy (#9920)
  • a46aff8 test: deflake TTL-takeover websocket test (#9912)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [marimo](https://github.com/marimo-team/marimo) from 0.23.9 to 0.23.10.
- [Release notes](https://github.com/marimo-team/marimo/releases)
- [Commits](marimo-team/marimo@0.23.9...0.23.10)

---
updated-dependencies:
- dependency-name: marimo
  dependency-version: 0.23.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 22, 2026
@coveralls

Copy link
Copy Markdown
Collaborator

Coverage Report for CI Build 27922631132

Coverage remained the same at 31.834%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 4291
Covered Lines: 1366
Line Coverage: 31.83%
Coverage Strength: 0.32 hits per line

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant