Marimo

Latest version: v0.11.19

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

Scan your dependencies

Page 18 of 44

0.7.8

Not secure
What's Changed

This release includes a critical bug fix that was affecting versions 0.7.6 and 0.7.7.

* cache parsed SQL statements by akshayka in https://github.com/marimo-team/marimo/pull/1820
* fix: make recv robust to EAGAIN, EDEADLK by akshayka in https://github.com/marimo-team/marimo/pull/1822
* fix: move cell back to idle on error by akshayka in https://github.com/marimo-team/marimo/pull/1824
* 0.7.8 by akshayka in https://github.com/marimo-team/marimo/pull/1825


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.7...0.7.8

0.7.7

Not secure
What's Changed

Bug fixes and improvements.

* datasource parsing fixes by mscolnick in https://github.com/marimo-team/marimo/pull/1815
* fix: cloning UI elements by akshayka in https://github.com/marimo-team/marimo/pull/1818
* fix: portal menus when in fullscreen by mscolnick in https://github.com/marimo-team/marimo/pull/1817
* improvement: support operators on mo.ui.altair, improve docs for custom selection by mscolnick in https://github.com/marimo-team/marimo/pull/1814
* 0.7.7 by akshayka in https://github.com/marimo-team/marimo/pull/1819


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.6...0.7.7

0.7.6

Not secure
What's Changed

Highlights

- Tables that you create with `duckdb` now show up in the data sources panel!
- The marimo CLI now comes lets you specify the allowed origins for CORS with the `-allow-origins` option
- We have a [new API ](https://docs.marimo.io/api/app.html#marimo.App.embed) for embedding notebooks/apps into other notebooks

https://github.com/user-attachments/assets/69ae7b01-0fac-4e5b-b30d-48fd09905584

All changes

* Restrict CORS allow origins to localhost; add CLI flag to specify allowed origins by akshayka in https://github.com/marimo-team/marimo/pull/1794
* fix: more robust app composition by akshayka in https://github.com/marimo-team/marimo/pull/1784
* ignore cut on linux by mscolnick in https://github.com/marimo-team/marimo/pull/1795
* Add Additional 'unclonables' by dmadisetti in https://github.com/marimo-team/marimo/pull/1798
* Add `CITATION.cff` file by Haleshot in https://github.com/marimo-team/marimo/pull/1778
* fix: function calling with nested apps by akshayka in https://github.com/marimo-team/marimo/pull/1797
* fix: grid editor when bordered by mscolnick in https://github.com/marimo-team/marimo/pull/1801
* fix: column wrap styling, don't capitalize admonoition and better contrast by mscolnick in https://github.com/marimo-team/marimo/pull/1802
* lint: parse_dataclass by dmadisetti in https://github.com/marimo-team/marimo/pull/1805
* Persistent cache by dmadisetti in https://github.com/marimo-team/marimo/pull/1758
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/marimo-team/marimo/pull/1806
* improvement: sync vim mode by mscolnick in https://github.com/marimo-team/marimo/pull/1807
* experimental: scratch pad by mscolnick in https://github.com/marimo-team/marimo/pull/1800
* Fix: latex tag alignment by akshayka in https://github.com/marimo-team/marimo/pull/1809
* feat: sql datasources by mscolnick in https://github.com/marimo-team/marimo/pull/1808
* fix: register cell as queued on run by akshayka in https://github.com/marimo-team/marimo/pull/1810
* fix: cancel queued execution requests on interruption by akshayka in https://github.com/marimo-team/marimo/pull/1812
* 0.7.6 by akshayka in https://github.com/marimo-team/marimo/pull/1813


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.5...0.7.6

0.7.5

Not secure
What's Changed

Fixes an issue with `marimo edit`

* fix: handle os errors in listing files by akshayka in https://github.com/marimo-team/marimo/pull/1792
* 0.7.5 by akshayka in https://github.com/marimo-team/marimo/pull/1793


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.4...0.7.5

0.7.4

Not secure
What's Changed

Small bug fixes.

* example: duckdb connection, fix openapi doc url by mscolnick in https://github.com/marimo-team/marimo/pull/1781
* fix: scroll when adding new cell at the bottom by mscolnick in https://github.com/marimo-team/marimo/pull/1782
* fix: add missing requirement by akshayka in https://github.com/marimo-team/marimo/pull/1787
* 0.7.4 by akshayka in https://github.com/marimo-team/marimo/pull/1791


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.3...0.7.4

0.7.3

Not secure
What's Changed

Highlights

**`marimo edit` glow-up! ✨** We've done a UI revamp of the notebook server launched with `marimo edit`. Your notebooks are now organized in an easy-to-navigate and searchable file explorer.

![image](https://github.com/user-attachments/assets/ca1df956-70a5-491d-b07d-b633b59c13f8)

All changes

* docs: fix example for marimo.ui.file_browser by nchachereau in https://github.com/marimo-team/marimo/pull/1774
* fix: treat special variable "__" as local variable by ontowhee in https://github.com/marimo-team/marimo/pull/1764
* fix: opening files when using 'marimo <dir>' by mscolnick in https://github.com/marimo-team/marimo/pull/1775
* improvement: support AnyWidget.send, mosaic_widget example by mscolnick in https://github.com/marimo-team/marimo/pull/1776
* fix: patching vegaloader again, supporting various pathnames by mscolnick in https://github.com/marimo-team/marimo/pull/1777
* fix: remove side-effectful isinstance check by akshayka in https://github.com/marimo-team/marimo/pull/1779
* 0.7.3 by akshayka in https://github.com/marimo-team/marimo/pull/1780

New Contributors
* nchachereau made their first contribution in https://github.com/marimo-team/marimo/pull/1774
* ontowhee made their first contribution in https://github.com/marimo-team/marimo/pull/1764

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.7.2...0.7.3

Page 18 of 44

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.