Marimo

Latest version: v0.11.17

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

Scan your dependencies

Page 1 of 44

0.11.17

What's Changed
* Fix filename in cloud examples readme by ashah03 in https://github.com/marimo-team/marimo/pull/3991
* fix: select all on a searched table by Light2Dark in https://github.com/marimo-team/marimo/pull/3993
* Add additional selection modes by nojaf in https://github.com/marimo-team/marimo/pull/3725
* fix: auto-export ipynb from reload/remapping by mscolnick in https://github.com/marimo-team/marimo/pull/3994
* fix: anywidget should re-render whenever re-created by mscolnick in https://github.com/marimo-team/marimo/pull/3998
* improvement: table cell selection followups (styling, renaming, tests) by mscolnick in https://github.com/marimo-team/marimo/pull/3999

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

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.16...0.11.17

0.11.15

What's Changed
* fix: prevent many requests for table lists when no tables exists by Light2Dark in https://github.com/marimo-team/marimo/pull/3968
* improvement: add pythonpath confiugration by mscolnick in https://github.com/marimo-team/marimo/pull/3969
* Adding cloudflare pages as an option for publishing by xeniumcode in https://github.com/marimo-team/marimo/pull/3974
* fix: invalid test feature flag by dmadisetti in https://github.com/marimo-team/marimo/pull/3982
* YouTube link in English README by akshayka in https://github.com/marimo-team/marimo/pull/3981
* Fix AI chat/generation showing false error when streaming response by devin-ai-integration in https://github.com/marimo-team/marimo/pull/3978
* Fix error serializing dictionary errors by devin-ai-integration in https://github.com/marimo-team/marimo/pull/3977
* fix: auto-install pyarrow when polars+mo.sql present in wasm by akshayka in https://github.com/marimo-team/marimo/pull/3983
* fix: improved parsing of Error object by mscolnick in https://github.com/marimo-team/marimo/pull/3984
* chore: add logging when falling back to csv in altair transformer by mscolnick in https://github.com/marimo-team/marimo/pull/3985
* fix: anywidget re-render by mscolnick in https://github.com/marimo-team/marimo/pull/3986
* fix: rtc code duplication and disconnection, other syncing bugfixes by mscolnick in https://github.com/marimo-team/marimo/pull/3989
* chore: upgrade marimo-team/codemirror-ai by mscolnick in https://github.com/marimo-team/marimo/pull/3990

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

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.14...0.11.15

0.11.14

What's Changed
* Update dependencies in connect_to_sqlite.py by sumau in https://github.com/marimo-team/marimo/pull/3953
* fix: imports being stripped by vanilla ruff by dmadisetti in https://github.com/marimo-team/marimo/pull/3952
* Fix blur behavior for output-variable-name input field by sswatson in https://github.com/marimo-team/marimo/pull/3960
* improve: background color for markdown code blocks by akshayka in https://github.com/marimo-team/marimo/pull/3959
* fix(deps): update all npm non-major dependencies by renovate in https://github.com/marimo-team/marimo/pull/3951
* improvement: better sql completions by Light2Dark in https://github.com/marimo-team/marimo/pull/3930
* chore(deps): update dependency sympy to >=1.13.3 by renovate in https://github.com/marimo-team/marimo/pull/3950
* chore(deps): update dependency sqlalchemy to >=2.0.38 - autoclosed by renovate in https://github.com/marimo-team/marimo/pull/3949
* improvement: allow script metadata to override config when using 'marimo edit' by mscolnick in https://github.com/marimo-team/marimo/pull/3934
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marimo-team/marimo/pull/3963
* feat: preview table list sql by Light2Dark in https://github.com/marimo-team/marimo/pull/3955
* fix: islands css not showing up by mscolnick in https://github.com/marimo-team/marimo/pull/3965
* Upgrade mypy to 1.15.0 and fix type errors by devin-ai-integration in https://github.com/marimo-team/marimo/pull/3966

New Contributors
* sumau made their first contribution in https://github.com/marimo-team/marimo/pull/3953
* sswatson made their first contribution in https://github.com/marimo-team/marimo/pull/3960

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.13...0.11.14

0.11.13

What's Changed

This change includes performance and usability fixes, as well as a new experimental feature —

🧪 experimental: autorun test functions with `pytest`: When this experimental flag is enabled, cells containing only functions starting with `test` will automatically be executed with pytest.

All changes

* Better placeholder for dataframe context by koaning in https://github.com/marimo-team/marimo/pull/3941
* Disable RTC experimental flag by akshayka in https://github.com/marimo-team/marimo/pull/3942
* fix: top level function serialization broke in wasm example by dmadisetti in https://github.com/marimo-team/marimo/pull/3945
* fix: default to opt-in for introspection of tables by Light2Dark in https://github.com/marimo-team/marimo/pull/3940
* experimental: reactive pytest by dmadisetti in https://github.com/marimo-team/marimo/pull/3938
* chore(deps): update dependency anywidget to ~=0.9.14 by renovate in https://github.com/marimo-team/marimo/pull/3947
* chore(deps): update crate-ci/typos action to v1.29.10 by renovate in https://github.com/marimo-team/marimo/pull/3946


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.12...0.11.13

0.11.12

What's Changed

This change includes improved error messages, explaining why marimo places constraints on variables and "star" imports.

* improve: error messages for import *, multiple definition by akshayka in https://github.com/marimo-team/marimo/pull/3937


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.11...0.11.12

0.11.11

What's Changed

🧠 This release makes it possible to use thinking models (e.g., o3-mini) in the AI chat sidebar and elsewhere, and includes a couple other fixes and improvements.

* improvement: allow --no-sandbox by mscolnick in https://github.com/marimo-team/marimo/pull/3924
* fix: cell staleness when autorun on startup is off by akshayka in https://github.com/marimo-team/marimo/pull/3926
* chore(deps): update all storybook dependencies to ^8.5.8 by renovate in https://github.com/marimo-team/marimo/pull/3927
* improvement: add helpful resources to the home page and dropdown by mscolnick in https://github.com/marimo-team/marimo/pull/3929
* fix: remove tmp for thinking models by mscolnick in https://github.com/marimo-team/marimo/pull/3932


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.10...0.11.11

Page 1 of 44

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.