Marimo

Latest version: v0.12.2

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

Scan your dependencies

Page 3 of 46

0.11.20

Not secure
What's Changed
* mep/8: introduce setup block by dmadisetti in https://github.com/marimo-team/marimo/pull/4023
* improvement: better prompt-to-install when missing deps, grouped installed, Optional Features panel by mscolnick in https://github.com/marimo-team/marimo/pull/4080
* Allow any characters in HTML title by vangberg in https://github.com/marimo-team/marimo/pull/4082
* improvement: support S3, GCS, Azure paths in mo.ui.file_browser() by mscolnick in https://github.com/marimo-team/marimo/pull/4087
* fix: only add packages that we haven't already tried installing by akshayka in https://github.com/marimo-team/marimo/pull/4089
* improve: allow header comments in SQL cells. by akshayka in https://github.com/marimo-team/marimo/pull/4090
* experimental: lsp server by mscolnick in https://github.com/marimo-team/marimo/pull/3414
* fix: remove top-level typing_extension by mscolnick in https://github.com/marimo-team/marimo/pull/4094
* fix: when a widget is unhashable don't cache it by mscolnick in https://github.com/marimo-team/marimo/pull/4099
* improve: accept Path for mo.pdf() by akshayka in https://github.com/marimo-team/marimo/pull/4098
* smoke-test: plotly resampler by mscolnick in https://github.com/marimo-team/marimo/pull/4096
* fix: split packages in micropip.install by mscolnick in https://github.com/marimo-team/marimo/pull/4095
* fix(deps): update react-aria dependencies by renovate in https://github.com/marimo-team/marimo/pull/4100
* fix: always re-mount anywidgets to clear state by mscolnick in https://github.com/marimo-team/marimo/pull/4105

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

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.19...0.11.20

0.11.19

Not secure
What's Changed
* improve: Easier `altair` installation dataframe panel helper text (QoL) by Haleshot in https://github.com/marimo-team/marimo/pull/3961
* improvement: use vegafusion for datasource panel when available by mscolnick in https://github.com/marimo-team/marimo/pull/4068
* feat: support column charts for duckdb tables by mscolnick in https://github.com/marimo-team/marimo/pull/4072
* tests: sql engines by mscolnick in https://github.com/marimo-team/marimo/pull/4075
* docs: marimo[recommended] by akshayka in https://github.com/marimo-team/marimo/pull/4073
* tests: llm libraries by mscolnick in https://github.com/marimo-team/marimo/pull/4076
* fix: render polars dates in UTC when a timezone is specified by mscolnick in https://github.com/marimo-team/marimo/pull/4078
* fix: wait longer in pyodide to render output by mscolnick in https://github.com/marimo-team/marimo/pull/4079


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.11.18...0.11.19

0.11.18

Not secure
What's Changed
* fix: use encoding='utf-8' for remote marimo notebooks by mscolnick in https://github.com/marimo-team/marimo/pull/4004
* chore: use Path over open by mscolnick in https://github.com/marimo-team/marimo/pull/4005
* Add test coverage for marimo/_ai/llm/_impl.py by devin-ai-integration in https://github.com/marimo-team/marimo/pull/4008
* Add tests for cli_validators.py by devin-ai-integration in https://github.com/marimo-team/marimo/pull/4009
* Add tests for missing coverage in marimo/_messaging by devin-ai-integration in https://github.com/marimo-team/marimo/pull/4010
* tests: health and repr tests by mscolnick in https://github.com/marimo-team/marimo/pull/4007
* fix(deps): update codemirror dependencies by renovate in https://github.com/marimo-team/marimo/pull/4015
* Add test coverage for marimo/_server/print.py by devin-ai-integration in https://github.com/marimo-team/marimo/pull/4011
* Convert tqdm.notebook.tqdm monkey patch function to a class by alecglen in https://github.com/marimo-team/marimo/pull/4017
* Pass cellSelection to table state by nojaf in https://github.com/marimo-team/marimo/pull/4021
* fix(deps): update dependency lezer/python to ^1.1.16 by renovate in https://github.com/marimo-team/marimo/pull/4018
* fix(deps): update dependency lezer/python to ^1.1.16 by renovate in https://github.com/marimo-team/marimo/pull/4024
* chore: refactor cell actions in codemirror by mscolnick in https://github.com/marimo-team/marimo/pull/4027
* chore(ai): upgrade default Anthropic model to claude-3-7-sonnet-20250219 by salimmj in https://github.com/marimo-team/marimo/pull/4028
* fix: disallow auto-export when unnamed, marimo convert tests by mscolnick in https://github.com/marimo-team/marimo/pull/4029
* Adding a check for file in convert cli. Earliar it used to raise long error by xeniumcode in https://github.com/marimo-team/marimo/pull/4022
* Ask for confirmation if file name already exist instead of overriding it by xeniumcode in https://github.com/marimo-team/marimo/pull/3987
* Add min-width to DataEditorPlugin columns by devin-ai-integration in https://github.com/marimo-team/marimo/pull/4035
* improvement: add copy button to codeblocks by mscolnick in https://github.com/marimo-team/marimo/pull/4036
* test: xfail flakey test by mscolnick in https://github.com/marimo-team/marimo/pull/4038
* Add column sizing mode to data editor by kacper-paszkowski-airspace-intelligence in https://github.com/marimo-team/marimo/pull/4037
* improvement: add 'auto' as an option for auto_discovery by mscolnick in https://github.com/marimo-team/marimo/pull/4043
* fix: url detection by mscolnick in https://github.com/marimo-team/marimo/pull/4046
* Add tests for file overwrite confirmation by devin-ai-integration in https://github.com/marimo-team/marimo/pull/4033
* chore: cell component refactoring by mscolnick in https://github.com/marimo-team/marimo/pull/4048
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marimo-team/marimo/pull/4049
* fix: memory available machine stats by akshayka in https://github.com/marimo-team/marimo/pull/4053
* experimental: setup cell UI by mscolnick in https://github.com/marimo-team/marimo/pull/4026
* fix: embedding from code by akshayka in https://github.com/marimo-team/marimo/pull/4052
* Add test coverage for marimo/_save/loaders module by devin-ai-integration in https://github.com/marimo-team/marimo/pull/4055
* Adding a boolean to see the code first, then result in marimo.show_code by xeniumcode in https://github.com/marimo-team/marimo/pull/4039
* improvement: mo.show_code followups by mscolnick in https://github.com/marimo-team/marimo/pull/4059
* fix: box-plots are not selectable by mscolnick in https://github.com/marimo-team/marimo/pull/4063
* improvement: configurable ai.max_tokens, bump default max tokens by mscolnick in https://github.com/marimo-team/marimo/pull/4062

New Contributors
* alecglen made their first contribution in https://github.com/marimo-team/marimo/pull/4017
* salimmj made their first contribution in https://github.com/marimo-team/marimo/pull/4028
* kacper-paszkowski-airspace-intelligence made their first contribution in https://github.com/marimo-team/marimo/pull/4037

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

0.11.17

Not secure
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

Not secure
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

Not secure
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

Page 3 of 46

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.