Marimo

Latest version: v0.11.5

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

Scan your dependencies

Page 30 of 42

0.1.81

Not secure
What's Changed

This change includes a number of bug fixes.

* fix: reference fonts by css vars by mscolnick in https://github.com/marimo-team/marimo/pull/630
* fix: dropdown visibility in dark mode by akshayka in https://github.com/marimo-team/marimo/pull/637
* fix: DatetimeTZDtype serialization by mscolnick in https://github.com/marimo-team/marimo/pull/631
* Fix: add encoding, fileno to Stdout/Stderr by akshayka in https://github.com/marimo-team/marimo/pull/639
* 0.1.81 by akshayka in https://github.com/marimo-team/marimo/pull/640


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.80...0.1.81

0.1.80

Not secure
What's Changed

This change adds several customization options to `mo.ui.form()`, including the ability to validate forms with custom logic and display error messages on submission failure. It also adds emoji autocomplete to the markdown editor, and a new function, `mo.icon()`, which lets you display SVGs from popular open source icon libraries.

* misc: update copyright year by ericjanto in https://github.com/marimo-team/marimo/pull/610
* fix(deps): update all non-major dependencies by renovate in https://github.com/marimo-team/marimo/pull/618
* feat: emojis autcomplete in markdown by mscolnick in https://github.com/marimo-team/marimo/pull/615
* chore(deps): update actions/cache action to v4 by renovate in https://github.com/marimo-team/marimo/pull/620
* chore(deps): update all storybook dependencies to ^7.6.10 by renovate in https://github.com/marimo-team/marimo/pull/617
* improvement: form customization options and validation by mscolnick in https://github.com/marimo-team/marimo/pull/614
* feat: mo.icon by mscolnick in https://github.com/marimo-team/marimo/pull/619

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

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.79...0.1.80

0.1.79

Not secure
What's Changed

This change adds support for the `pdb` debugger.

* chore: decouple sessions from tornado by mscolnick in https://github.com/marimo-team/marimo/pull/597
* improve: mo.ui.text/text_area background by akshayka in https://github.com/marimo-team/marimo/pull/602
* fix: missing defs at runtime in app.run() by akshayka in https://github.com/marimo-team/marimo/pull/604
* fix: fix nullable max_rows, max_columns by mscolnick in https://github.com/marimo-team/marimo/pull/608
* feat: pdb by mscolnick akshayka in https://github.com/marimo-team/marimo/pull/586


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.78...0.1.79

0.1.78

Not secure
What's Changed

This release adds support for using `input()` and `stdin` for reading user input when editing a notebook, as well as a number of bug fixes and improvements.

* docs: add diagrams section by akshayka in https://github.com/marimo-team/marimo/pull/568
* fix(deps): update all non-major dependencies by renovate in https://github.com/marimo-team/marimo/pull/570
* chore(deps): update all storybook dependencies to ^7.6.8 by renovate in https://github.com/marimo-team/marimo/pull/569
* chore: skip playwright forks by mscolnick in https://github.com/marimo-team/marimo/pull/578
* fix: correctly handle command palette short (fixes on Linux) by mscolnick in https://github.com/marimo-team/marimo/pull/577
* Update plotting example to use vega_datasets module, replacing obsole altair.load_dataset() by ideoforms in https://github.com/marimo-team/marimo/pull/579
* fix: stopPropagation on Ctrl-B when a cell is not focused by mscolnick in https://github.com/marimo-team/marimo/pull/582
* improvement: add 'inline=bool' to mo.ui.radio by mscolnick in https://github.com/marimo-team/marimo/pull/584
* fix: Add support for recognizing Alt key in shortcuts by mscolnick in https://github.com/marimo-team/marimo/pull/589
* feat: support input() and stdin by akshayka in https://github.com/marimo-team/marimo/pull/587
* 0.1.78 by akshayka in https://github.com/marimo-team/marimo/pull/592

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

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.77...0.1.78

0.1.77

Not secure
What's Changed

This release includes a number of bug fixes and improvements, as well as a new feature: `mo.mermaid()`, which lets you render Mermaid diagrams. We also have a number of new contributors -- welcome pavelzw and bckmnn!

* Fix formatting in dataflow example by pavelzw in https://github.com/marimo-team/marimo/pull/549
* Update callout kinds by pavelzw in https://github.com/marimo-team/marimo/pull/551
* Use r-string to ignore escaping by pavelzw in https://github.com/marimo-team/marimo/pull/550
* improvement: make footer more visible by akshayka in https://github.com/marimo-team/marimo/pull/554
* improvement: add 'system' theme option by mscolnick in https://github.com/marimo-team/marimo/pull/556
* Fix JSON encodings - use utf-8 by akshayka in https://github.com/marimo-team/marimo/pull/557
* Add automatic typo checking by pavelzw in https://github.com/marimo-team/marimo/pull/559
* feat: support loading image from path by akshayka in https://github.com/marimo-team/marimo/pull/555
* Update description of cell movement in intro.py by bckmnn in https://github.com/marimo-team/marimo/pull/560
* Add typos as dev dependency, for local usage by akshayka in https://github.com/marimo-team/marimo/pull/561
* docs: editor features by akshayka in https://github.com/marimo-team/marimo/pull/563
* fix: fix native select background color on Linux, improve other dark more support by mscolnick in https://github.com/marimo-team/marimo/pull/565
* docs: Remove mo.pdf iframe to prevent autodownloads by akshayka in https://github.com/marimo-team/marimo/pull/567
* improvement: clip mo.ui.dataframe preview to 100 rows, add dropdown for pagination to find specific page by mscolnick in https://github.com/marimo-team/marimo/pull/566
* feat: mo.mermaid by mscolnick in https://github.com/marimo-team/marimo/pull/564

New Contributors
* pavelzw made their first contribution in https://github.com/marimo-team/marimo/pull/549
* bckmnn made their first contribution in https://github.com/marimo-team/marimo/pull/560

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.76...0.1.77

0.1.76

Not secure
What's Changed

* Update README.md: link to what problems does marimo solve by akshayka in https://github.com/marimo-team/marimo/pull/539
* fix: update undo delete cell icon by mscolnick in https://github.com/marimo-team/marimo/pull/538
* fix: switch to marimo.app for sharing by mscolnick in https://github.com/marimo-team/marimo/pull/543


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.75...0.1.76

Page 30 of 42

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.