Marimo

Latest version: v0.11.5

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

Scan your dependencies

Page 32 of 42

0.1.69

Not secure
What's Changed
* Add example notebook on embedding google scholar by akshayka in https://github.com/marimo-team/marimo/pull/488
* Fix: kernel process should not be daemonic by akshayka in https://github.com/marimo-team/marimo/pull/487
* fix(deps): update all non-major dependencies by renovate in https://github.com/marimo-team/marimo/pull/482
* improvement: use virtual file for image by mscolnick in https://github.com/marimo-team/marimo/pull/489
* chore(deps): update actions/setup-python action to v5 by renovate in https://github.com/marimo-team/marimo/pull/493
* chore(deps): update all storybook dependencies to ^7.6.7 by renovate in https://github.com/marimo-team/marimo/pull/481
* fix: dragging cells when in wide mode by mscolnick in https://github.com/marimo-team/marimo/pull/494
* Refactor tests into their own directory by akshayka in https://github.com/marimo-team/marimo/pull/491
* FAQ: running marimo on a remote server by akshayka in https://github.com/marimo-team/marimo/pull/495
* Docs: document conda installation by akshayka in https://github.com/marimo-team/marimo/pull/496
* fix: Fix server token validation errors by mscolnick in https://github.com/marimo-team/marimo/pull/497
* Add codecov.yml config by akshayka in https://github.com/marimo-team/marimo/pull/499
* Make output/std stream max sizes configurable by akshayka in https://github.com/marimo-team/marimo/pull/498
* feat: allow renaming cells by mscolnick in https://github.com/marimo-team/marimo/pull/484


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.68...0.1.69

0.1.68

Not secure
What's Changed
* Add third party licenses by akshayka in https://github.com/marimo-team/marimo/pull/486


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.67...0.1.68

0.1.67

Not secure
What's Changed

This change includes bug fixes and security upgrades.

* improvement: dark-mode compatible favicon by akshayka in https://github.com/marimo-team/marimo/pull/472
* fix: remove Ctrl+k keyboard shortcut in CommandPalette component by mscolnick in https://github.com/marimo-team/marimo/pull/467
* [Snyk] Security upgrade fonttools from 4.38.0 to 4.43.0 by mscolnick in https://github.com/marimo-team/marimo/pull/475
* fix runtime state registration in error handling by mscolnick in https://github.com/marimo-team/marimo/pull/474
* improvement: preload main fonts by mscolnick in https://github.com/marimo-team/marimo/pull/476
* Create kernel with configs on the backend by akshayka in https://github.com/marimo-team/marimo/pull/478
* Only distribute the marimo package by akshayka in https://github.com/marimo-team/marimo/pull/483


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.66...0.1.67

0.1.66

Not secure
What's Changed

This release adds the ability to include and show code when running a marimo notebook as an app:


marimo run notebook.py --include-code


<img width="713" alt="image" src="https://github.com/marimo-team/marimo/assets/1994308/2c183a42-ec50-4ea3-89e1-1e20e497d0bf">

It also includes other improvements and bug fixes.

* feat: show rows, columns of truncated dataframes by akshayka in https://github.com/marimo-team/marimo/pull/455
* feat: add --include-code to marimo run by mscolnick in https://github.com/marimo-team/marimo/pull/463
* fix: show elapsed time for errored cells by akshayka in https://github.com/marimo-team/marimo/pull/459
* improve: multi-select filter function by mscolnick in https://github.com/marimo-team/marimo/pull/460
* chore: pnpm dedupe check by mscolnick in https://github.com/marimo-team/marimo/pull/465
* chore: update vite5 and vitest1 by mscolnick in https://github.com/marimo-team/marimo/pull/461

**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.65...0.1.66

0.1.65

Not secure
What's Changed

This release contains bug fixes and minor improvements.

* fix: don't check server token in run mode by akshayka in https://github.com/marimo-team/marimo/pull/443
* fix: check frontend's app matches server's app in run mode by akshayka in https://github.com/marimo-team/marimo/pull/449
* docs: thicker favicon by akshayka in https://github.com/marimo-team/marimo/pull/450
* fix: stale filtering when using a multi-select by mscolnick in https://github.com/marimo-team/marimo/pull/452
* fix: incorrect staleness indicator of outputs in run mode by mscolnick in https://github.com/marimo-team/marimo/pull/454
* Update favicons in frontend by akshayka in https://github.com/marimo-team/marimo/pull/451
* Add processor to marimo env by akshayka in https://github.com/marimo-team/marimo/pull/453
* chore(deps): update dependency typescript to ^5.3.3 by renovate in https://github.com/marimo-team/marimo/pull/445


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.64...0.1.65

0.1.64

Not secure
What's Changed

This release contains a new Markdown viewer! Cells containing just `mo.md()` can be viewed and edited as Markdown, instead of Python. Just click the "View as markdown" button in a cell's top-right corner to trigger the Markdown view.

![markdown](https://github.com/marimo-team/marimo/assets/1994308/40179658-9cd3-4775-b515-72deda396918)

* feat: support markdown syntax by mscolnick in https://github.com/marimo-team/marimo/pull/422

It also includes a number of bug fixes and improvements.

* fix: handle backslashes in md (marimo convert) by akshayka in https://github.com/marimo-team/marimo/pull/424
* chore(deps): update all storybook dependencies to ^7.6.3 by renovate in https://github.com/marimo-team/marimo/pull/428
* chore(deps): update dependency eslint to ^8.55.0 by renovate in https://github.com/marimo-team/marimo/pull/429
* fix(deps): update dependency clsx to v2 by renovate in https://github.com/marimo-team/marimo/pull/433
* fix(deps): update dependency html-react-parser to v5 by renovate in https://github.com/marimo-team/marimo/pull/434
* chore: skip Google Auth on forks in CI by mscolnick in https://github.com/marimo-team/marimo/pull/435
* improvement: lazy load plotly, katax, and vega for smaller initial load js by mscolnick in https://github.com/marimo-team/marimo/pull/436
* improvement: include instructions for how to run static notebooks by mscolnick in https://github.com/marimo-team/marimo/pull/427
* fix(deps): update all non-major dependencies by renovate in https://github.com/marimo-team/marimo/pull/430
* improvement: add `rate` and `eta` to mo.status.progress_bar by mscolnick in https://github.com/marimo-team/marimo/pull/426
* fix: fix RuntimeState to be able to recover from failed ui element updates by mscolnick in https://github.com/marimo-team/marimo/pull/437
* fix: split up ipynb convert function by mscolnick in https://github.com/marimo-team/marimo/pull/438
* fix: scroll in cell's console output by mscolnick in https://github.com/marimo-team/marimo/pull/439
* fix: Add support for parsing Date in vega loader by mscolnick in https://github.com/marimo-team/marimo/pull/441
* improvement: option to show code in static html by mscolnick in https://github.com/marimo-team/marimo/pull/440
* fix: handle type params in function defs by akshayka in https://github.com/marimo-team/marimo/pull/442


**Full Changelog**: https://github.com/marimo-team/marimo/compare/0.1.63...0.1.64

Page 32 of 42

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.