Marimo

Latest version: v0.12.4

Safety actively analyzes 723947 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 14 of 47

0.9.4

Not secure
What's Changed

This release includes small improvements and fixes:

- uv isolated or "sandboxed" notebooks now support `uv` sources
- fix a regression in Copilot

All changes

* improve: SQL examples by akshayka in https://github.com/marimo-team/marimo/pull/2527
* revise chinese by forrestzhang in https://github.com/marimo-team/marimo/pull/2538
* Create CODE_OF_CONDUCT.md by ecomodeller in https://github.com/marimo-team/marimo/pull/2537
* improvement: support uv sources when creating a sandbox requirements.txt by mscolnick in https://github.com/marimo-team/marimo/pull/2541
* fix: check lsp in CI after building wheel by mscolnick in https://github.com/marimo-team/marimo/pull/2540
* fix: slightly decrease cell toolbar size by akshayka in https://github.com/marimo-team/marimo/pull/2543
* 0.9.4 by akshayka in https://github.com/marimo-team/marimo/pull/2544

New Contributors

* forrestzhang made their first contribution in https://github.com/marimo-team/marimo/pull/2538
* ecomodeller made their first contribution in https://github.com/marimo-team/marimo/pull/2537

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.3...0.9.4

0.9.2

Not secure
What's Changed

🛠 Quality of life improvements and bug fixes.

- The run, stop, and show cell actions buttons have been moved to the top right of a cell, to create more space
- Viewing a hidden cell's code no longer changes its configuration to visible
- Bug fix for Plotly plots not updating on cell-rerun

All changes
* improvement: move toolbar above cell for better gutter usage by mscolnick in https://github.com/marimo-team/marimo/pull/2481
* Update version in Dockerfile by eracle in https://github.com/marimo-team/marimo/pull/2344
* docs touch up by akshayka in https://github.com/marimo-team/marimo/pull/2500
* docs: editing pass by akshayka in https://github.com/marimo-team/marimo/pull/2501
* docs: fix some links in getting_started by akshayka in https://github.com/marimo-team/marimo/pull/2503
* improvement: add Download as HTML (no code) by mscolnick in https://github.com/marimo-team/marimo/pull/2502
* improve: temporarily show code by akshayka in https://github.com/marimo-team/marimo/pull/2504
* improve: Move highlighted code to newly created cells by wasimsandhu in https://github.com/marimo-team/marimo/pull/2484
* fix: hidden cell blur on parent, not editorview by akshayka in https://github.com/marimo-team/marimo/pull/2508
* docs: mo.ui.plotly only supports selecting scatter plots by akshayka in https://github.com/marimo-team/marimo/pull/2510
* chore: migrate to hatch for better local development testing by mscolnick in https://github.com/marimo-team/marimo/pull/2449
* chore: move docs deps output of hatch by mscolnick in https://github.com/marimo-team/marimo/pull/2516
* fix: json encoding of png binary by mscolnick in https://github.com/marimo-team/marimo/pull/2517
* improvement: change the filename in static html export to be just the file basename by mscolnick in https://github.com/marimo-team/marimo/pull/2518
* fix: typings of marimo config, fix typedict to openapi cases by mscolnick in https://github.com/marimo-team/marimo/pull/2519
* fix: temporarily show code by akshayka in https://github.com/marimo-team/marimo/pull/2523
* chore: use hatch for main release by mscolnick in https://github.com/marimo-team/marimo/pull/2521
* chore: filter /examples from irrelevant CI by mscolnick in https://github.com/marimo-team/marimo/pull/2522
* improve: text label -> markdown label by akshayka in https://github.com/marimo-team/marimo/pull/2524
* example: Tools using ell-ai by mscolnick in https://github.com/marimo-team/marimo/pull/2525
* fix: plotly stale data (2526) by mscolnick in https://github.com/marimo-team/marimo/pull/2528
* 0.9.2 by akshayka in https://github.com/marimo-team/marimo/pull/2529

New Contributors
* eracle made their first contribution in https://github.com/marimo-team/marimo/pull/2344

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.1...0.9.2

0.9.1

Not secure
What's changed

This patch release includes small bug fixes for [0.9.0](https://github.com/marimo-team/marimo/releases/tag/0.9.0).

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.9.0...0.9.1

0.9.0

Not secure
What's Changed

For a deep dive into this release, check out our [blog post](https://marimo.io/blog/marimo-0-9-0).

Breaking changes

This release drops support for Python 3.8, which has reached its end-of-life.

Highlights

- 💬 **Custom chatbots**: Create custom chatbots with [mo.ui.chat](https://docs.marimo.io/api/inputs/chat.html), a reactive chat component
- ✨ **Gemini support**: marimo’s [built-in AI assistant](https://docs.marimo.io/guides/editor_features/ai_completion.html#generate-code-with-our-ai-assistant) now supports Google’s Gemini model
- 💾 **Smart caching**: marimo now ships with [opt-in caching](https://docs.marimo.io/api/caching.html#caching-variables-to-disk) that lets you shut down or re-run notebooks and pick up where you left off, instantly loading variables in memory instead of recomputing them.

All changes

* fix: pin version to current marimo version in sandbox by mscolnick in https://github.com/marimo-team/marimo/pull/2447
* improvement: allow more package installation rules in the pkg management UI by mscolnick in https://github.com/marimo-team/marimo/pull/2448
* chore: upgrade pnpm v9 by mscolnick in https://github.com/marimo-team/marimo/pull/2450
* feat: mo.ui.chat() by mscolnick in https://github.com/marimo-team/marimo/pull/2436
* fix: mangle node.asname for imports by akshayka in https://github.com/marimo-team/marimo/pull/2452
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marimo-team/marimo/pull/2454
* Docs: Add guide to Codeium API key from VS Code by rparkr in https://github.com/marimo-team/marimo/pull/2458
* improvement: add -o to marimo convert CLI by mscolnick in https://github.com/marimo-team/marimo/pull/2461
* improvement: add on-module-change footer config by mscolnick in https://github.com/marimo-team/marimo/pull/2462
* improvement: support sunburst and treemap plotly selection by mscolnick in https://github.com/marimo-team/marimo/pull/2463
* feat: add `mo.notebook_dir()`. avoid relative paths for better reproducibility by mscolnick in https://github.com/marimo-team/marimo/pull/2464
* feat: marimo.cache + tests and documentation by dmadisetti in https://github.com/marimo-team/marimo/pull/2318
* Remove 3.8 support by akshayka in https://github.com/marimo-team/marimo/pull/2467
* Update AutoExporter directory to __marimo__ by akshayka in https://github.com/marimo-team/marimo/pull/2468
* Use notebook directory in persistent_cache by akshayka in https://github.com/marimo-team/marimo/pull/2469
* fix: broken screenshot links in docs by rparkr in https://github.com/marimo-team/marimo/pull/2472
* Document support for IPython `_repr_*_()_` protocol by akshayka in https://github.com/marimo-team/marimo/pull/2470
* fix: opening nested files with 'marimo edit <dir>' by mscolnick in https://github.com/marimo-team/marimo/pull/2477
* fix: honor show_column_summaries by mscolnick in https://github.com/marimo-team/marimo/pull/2475
* fix: open running notebooks in new tab on the homepage by mscolnick in https://github.com/marimo-team/marimo/pull/2476
* added python executable to pip and uv by liquidcarbon in https://github.com/marimo-team/marimo/pull/2478
* feat: support gemini in AI Assist and mo.ui.chat() by mscolnick in https://github.com/marimo-team/marimo/pull/2479
* fix: reactive ui.chat, add examples by akshayka in https://github.com/marimo-team/marimo/pull/2482
* fix: handle shadowed variables in mo.cache, update tutorials by akshayka in https://github.com/marimo-team/marimo/pull/2480
* 0.9.0 by akshayka in https://github.com/marimo-team/marimo/pull/2490

New Contributors
* rparkr made their first contribution in https://github.com/marimo-team/marimo/pull/2458

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.8.22...0.9.0

0.8.22

Not secure
What's Changed

- Important bug fixes for running sandboxed notebooks
- Possible performance improvement for edit mode

* Force asyncio in edit mode by akshayka in https://github.com/marimo-team/marimo/pull/2442
* fix: ignore warning for finding dependencies in new files by mscolnick in https://github.com/marimo-team/marimo/pull/2444
* fix: in sandbox, skip sandbox prompt if possible by akshayka in https://github.com/marimo-team/marimo/pull/2445


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.8.21...0.8.22

0.8.21

Not secure
What's Changed

Highlights ✨

🪐 ➡️ 🍃 **A new and improved auto-converter from Jupyter to marimo.** This release substantially improves our tool for converting Jupyter notebooks to marimo notebooks — you no longer have to resolve multiple definition errors on your own, and some popular magic commands are replaced with marimo equivalents.

Try it at the command-line: `marimo convert nb.ipynb > nb.py`.

Converting from Jupyter to marimo gets you freebies like a much more powerful [dataframe viewer](https://docs.marimo.io/guides/dataframes.html) and [editor](https://docs.marimo.io/guides/editor_features/index.html) (including GitHub copilot, AI completion, and data source panels), with zero effort required on your part.

📦 **Making it easier to start [sandboxed notebooks](https://marimo.io/blog/sandboxed-notebooks).** If a notebook encapsulates its own dependencies, marimo now prompts you to open it an a temporary venv, with its packages automatically installed:

✅ **`-y` option for our CLI.**  Adds a CLI `-y` option that when enabled automatically confirms "yes" for interactive prompts.

🖱️**Multi-select improvements** Select and unselect all, with one click.

All changes

* move gitpod to contributing by akshayka in https://github.com/marimo-team/marimo/pull/2408
* fix: staleness in mo.ui.table() when using UI elements by mscolnick in https://github.com/marimo-team/marimo/pull/2409
* styles: increase slides default font-size to 80px by mscolnick in https://github.com/marimo-team/marimo/pull/2411
* fix: restore users custom rcparams by akshayka in https://github.com/marimo-team/marimo/pull/2410
* improve: prompt to run in sandbox when appropriate by akshayka in https://github.com/marimo-team/marimo/pull/2412
* examples: sidebar and slides examples by mscolnick in https://github.com/marimo-team/marimo/pull/2417
* fix: install inline-metadata for remote deps by mscolnick in https://github.com/marimo-team/marimo/pull/2416
* Fixes to layout examples by akshayka in https://github.com/marimo-team/marimo/pull/2418
* examples: grid dashboard by mscolnick in https://github.com/marimo-team/marimo/pull/2419
* improvement: track duckdb.sql and duckdb.execute SQL statements in dep graph by mscolnick in https://github.com/marimo-team/marimo/pull/2427
* fix: don't allow install/uninstall if package manager doesn't exist, better warnings by mscolnick in https://github.com/marimo-team/marimo/pull/2428
* improvement: patch plotly show to open in the notebook by mscolnick in https://github.com/marimo-team/marimo/pull/2423
* improvement: remove bounds on number, add warnings and validation by mscolnick in https://github.com/marimo-team/marimo/pull/2429
* improvement: add multiple dependencies and pressing ENTER for package manager by mscolnick in https://github.com/marimo-team/marimo/pull/2431
* improvement: add select all and deselect all to multi-select by mscolnick in https://github.com/marimo-team/marimo/pull/2433
* improvement: improve convert with smart renaming, magics, dedupe imports, and more by mscolnick akshayka in https://github.com/marimo-team/marimo/pull/2422
* 0.8.21 by akshayka in https://github.com/marimo-team/marimo/pull/2439


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.8.20...0.8.21

Page 14 of 47

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.