Marimo

Latest version: v0.11.19

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

Scan your dependencies

Page 3 of 44

0.11.6

What's Changed
* fix: downgrade pyodide to 0.27.0 by mscolnick in https://github.com/marimo-team/marimo/pull/3809
* improvement: copy stacktrace to clipboard by mscolnick in https://github.com/marimo-team/marimo/pull/3805
* fix: basic support for bokeh.plotting.show by akshayka in https://github.com/marimo-team/marimo/pull/3796
* chore: try to debug/deflake app comp tests by akshayka in https://github.com/marimo-team/marimo/pull/3811
* improvement: add index column for stable selection in table, persist across search/filter/sort by mscolnick in https://github.com/marimo-team/marimo/pull/3810
* fix: from_panel using private APIs by akshayka in https://github.com/marimo-team/marimo/pull/3813
* fix: copy custom stylesheet by mscolnick in https://github.com/marimo-team/marimo/pull/3818
* fix: muted color in terminal output by mscolnick in https://github.com/marimo-team/marimo/pull/3819
* chore: cleanup in the table __init__ by mscolnick in https://github.com/marimo-team/marimo/pull/3814
* fix: don't override user if it is None by mscolnick in https://github.com/marimo-team/marimo/pull/3820


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.5...0.11.6

0.11.5

⭐ Highlights

Configure project settings on a per-notebook basis, by inlining as script metadata ([PEP 723](https://peps.python.org/pep-0723/)):

python
/// script
[tool.marimo.runtime]
auto_instantiate = false
on_cell_change = "lazy"
[tool.marimo.display]
theme = "dark"
cell_output = "below"
///


Note: script metadata configuration has the highest precedence, followed by `pyproject.toml` configuration, then user configuration.

What's Changed
* fix(deps): update react-aria dependencies by renovate in https://github.com/marimo-team/marimo/pull/3795
* feat: allow marimo configuration in notebook.py as script metadata (per PEP 723) by mscolnick in https://github.com/marimo-team/marimo/pull/3794
* improve: Add more relevant snippets to the snippets panel (`1/2`) by Haleshot in https://github.com/marimo-team/marimo/pull/3709
* snippets: openai, huggingface, env by mscolnick in https://github.com/marimo-team/marimo/pull/3799
* fix: disconnect RTC websockets when disconnected from main WS by mscolnick in https://github.com/marimo-team/marimo/pull/3803
* fix: more ipython display coverage, add tests by mscolnick in https://github.com/marimo-team/marimo/pull/3804


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.4...0.11.5

0.11.4

What's Changed
* docs: editable install for sandbox mode by mscolnick in https://github.com/marimo-team/marimo/pull/3786
* improvement: mo.latex() to load macros by mscolnick in https://github.com/marimo-team/marimo/pull/3790
* fix: preserve user defined user in mo.app_meta().request by mscolnick in https://github.com/marimo-team/marimo/pull/3789
* improvement: support Path in mo.image() by mscolnick in https://github.com/marimo-team/marimo/pull/3788
* fix: /public path assets for windows (pt 2) by mscolnick in https://github.com/marimo-team/marimo/pull/3792


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.3...0.11.4

0.11.3

⭐ Highlights

* Add databases through the GUI → generate a cell connecting to that database.

![image](https://github.com/user-attachments/assets/8e39aa0b-310f-4c21-8e69-7533af8fcae7)

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marimo-team/marimo/pull/3746
* fix: add helpful error when symlink = false by mscolnick in https://github.com/marimo-team/marimo/pull/3747
* feat: database GUI to create connections by mscolnick in https://github.com/marimo-team/marimo/pull/3737
* chore: less noisy debug by mscolnick in https://github.com/marimo-team/marimo/pull/3750
* example: turn a notebok into api endpoints by mscolnick in https://github.com/marimo-team/marimo/pull/3754
* chore(deps): update pre-commit dependencies to v1 (major) by renovate in https://github.com/marimo-team/marimo/pull/3757
* improvement: auto-run cells in watch mode, via config by mscolnick in https://github.com/marimo-team/marimo/pull/3753
* fix(deps): update dependency date-fns to v4 by renovate in https://github.com/marimo-team/marimo/pull/3758
* improvement: perf improvements to AI sidebar by mscolnick in https://github.com/marimo-team/marimo/pull/3760
* feat: top level functions by dmadisetti in https://github.com/marimo-team/marimo/pull/3755
* fix: encode notebookId when using /public by mscolnick in https://github.com/marimo-team/marimo/pull/3770
* fix: better fallback for notebook_dir by mscolnick in https://github.com/marimo-team/marimo/pull/3767
* docs: add youtube link by mscolnick in https://github.com/marimo-team/marimo/pull/3772
* Fix Windows path encoding for special characters (3761) by devin-ai-integration in https://github.com/marimo-team/marimo/pull/3768
* improvement: 'open in editor' via file-explorer by mscolnick in https://github.com/marimo-team/marimo/pull/3766
* fix: nested dictionary table by mscolnick in https://github.com/marimo-team/marimo/pull/3774
* chore: Fix typo by hfyeh in https://github.com/marimo-team/marimo/pull/3769
* improvement: add openai response formatters by mscolnick in https://github.com/marimo-team/marimo/pull/3776
* improvement: hide all markdown action (dropdown and command palette) by mscolnick in https://github.com/marimo-team/marimo/pull/3777
* fix: more specific bokeh formatter by akshayka in https://github.com/marimo-team/marimo/pull/3778
* fix: table value after sorting, when columnar dictionary by mscolnick in https://github.com/marimo-team/marimo/pull/3787
* improvement: katex global/macros by mscolnick in https://github.com/marimo-team/marimo/pull/3785

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

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.2...0.11.3

0.11.2

What's Changed
* feat: add searchable dropdown functionality by devin-ai-integration in https://github.com/marimo-team/marimo/pull/3723
* fix: update value when clearing chat messages by devin-ai-integration in https://github.com/marimo-team/marimo/pull/3729
* fix: polars category filtering by mscolnick in https://github.com/marimo-team/marimo/pull/3744
* fix: merge anywidget partial updates by mscolnick in https://github.com/marimo-team/marimo/pull/3745


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.1...0.11.2

0.11.1

Bug fixes and improvements.

What's Changed
* fix: code scanning alerts by dmadisetti in https://github.com/marimo-team/marimo/pull/3689
* fix: mo.ui.chat config casing by mscolnick in https://github.com/marimo-team/marimo/pull/3690
* smoke-test: sqlmodel with psql by mscolnick in https://github.com/marimo-team/marimo/pull/3693
* fix: include build_hook.py in source distribution by devin-ai-integration in https://github.com/marimo-team/marimo/pull/3699
* feat: embed independent copies of app objects by akshayka in https://github.com/marimo-team/marimo/pull/3695
* fix(router): Correct router name from "terminal" to "packages" by metaboulie in https://github.com/marimo-team/marimo/pull/3697
* fix: per session app.embed() by akshayka in https://github.com/marimo-team/marimo/pull/3694
* fix: use r-string when converting to markdown by mscolnick in https://github.com/marimo-team/marimo/pull/3701
* compat: interrupt using KeyboardInterrupt by akshayka in https://github.com/marimo-team/marimo/pull/3703
* fix: set select colour to blue in dark mode by Light2Dark in https://github.com/marimo-team/marimo/pull/3707
* improvement: pretty gemini responses in output, streaming / non-streaming by mscolnick in https://github.com/marimo-team/marimo/pull/3705
* docs: Update appropriate keyboard shortcut by Haleshot in https://github.com/marimo-team/marimo/pull/3708
* examples: GPU notebooks with modal by akshayka in https://github.com/marimo-team/marimo/pull/3711
* feat: (experimental) inline edits by mscolnick in https://github.com/marimo-team/marimo/pull/2453
* improvement: click package icon to change the package manager by mscolnick in https://github.com/marimo-team/marimo/pull/3691
* fix: apply borderless view in dark mode by Light2Dark in https://github.com/marimo-team/marimo/pull/3716
* fix(deps): update codemirror dependencies by renovate in https://github.com/marimo-team/marimo/pull/3717
* docs: play videos inline for mobile compat by akshayka in https://github.com/marimo-team/marimo/pull/3720
* fix: anywidget partial updates by mscolnick in https://github.com/marimo-team/marimo/pull/3721
* docs: convert to mp4 for webkit compatibility by akshayka in https://github.com/marimo-team/marimo/pull/3730
* chore: minor updates for narwhals 1.26 by MarcoGorelli in https://github.com/marimo-team/marimo/pull/3740
* fix: cache favicon requests by mscolnick in https://github.com/marimo-team/marimo/pull/3736
* fix: add checks for code outside sql statement by Light2Dark in https://github.com/marimo-team/marimo/pull/3742


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.0...0.11.1

Page 3 of 44

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.