-
Notifications
You must be signed in to change notification settings - Fork 8
Update dependency marimo to >=0.18,<0.19 #145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/marimo-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
2a9542d to
611ce6b
Compare
611ce6b to
f9e9036
Compare
f9e9036 to
d8cebb4
Compare
d8cebb4 to
ba1b72b
Compare
ba1b72b to
be26179
Compare
be26179 to
51a3f02
Compare
51a3f02 to
958337f
Compare
958337f to
9849ca9
Compare
9849ca9 to
25d564f
Compare
25d564f to
14b045d
Compare
14b045d to
4392aa8
Compare
4392aa8 to
b0e40c4
Compare
b0e40c4 to
06ae391
Compare
06ae391 to
470a4c0
Compare
470a4c0 to
f6bd856
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=0.13.6,<0.15->>=0.18,<0.19Release Notes
marimo-team/marimo (marimo)
v0.18.0Compare Source
What's Changed
🚨 Breaking changes
✨ Enhancements
uv pip install(#7179)🐛 Bug fixes
📚 Documentation
📝 Other changes
fa4fdfc)Contributors
Thanks to all our community and contributors who made this release possible: @adamwdraper, @akshayka, @dmadisetti, @kiwamizamurai, @kjgoodrick, @koaning, @Light2Dark, @mscolnick, @olad5, @sswatson, @thliang01
And especially to our new contributors:
Full Changelog: marimo-team/marimo@0.17.8...0.18.0
v0.17.8Compare Source
This release focuses on stability improvements and bug fixes across the runtime, with enhancements to error messaging, UI refinements, and better support for third-party integrations like Ibis and DuckDB.
Enhancements
can_narwhalify(#7160)!pipmetadata from ipynb convert and handle!commands (#7141)mo.ui.file_browserwhen listing is slow (#7155)Bug Fixes
d500207)Documentation
Other changes
Contributors
Thanks to all our community and contributors who made this release possible: @akshayka, @chendaniely, @dmadisetti, @enosh, @koaning, @Light2Dark, @mscolnick, @peterbygrave, @SamarJyoti496
And especially to our new contributors:
Full Changelog: marimo-team/marimo@0.17.7...0.17.8
v0.17.7Compare Source
This release focuses on stability with several bug fixes. It also adds SQLAlchemy Supabase support and removes Python 3.9 compatibility.
✨ Enhancements
mo.ui.chatso content stays clean (#7066)sqlalchemysupabase connector (#7068)🐛 Bug fixes
cell_id(#7072)📚 Documentation
Contributors
Thanks to all our community and contributors who made this release possible: @akshayka, @bjoaquinc, @bmerkle, @dmadisetti, @koaning, @Light2Dark, @mscolnick, @SamarJyoti496
And especially to our new contributors:
Full Changelog: marimo-team/marimo@0.17.6...0.17.7
v0.17.6Compare Source
We've temporarily disabled the SQL linter as it causes freezing in the browser.
What's Changed
Full Changelog: marimo-team/marimo@0.17.5...0.17.6
v0.17.5Compare Source
We made a few more changes to our markdown parsing.
You may have a bit more code-drift at first, but this change aims to prevent common merge-conflicts, ruff formatting conflict, and edge-cases with various markdown syntax.
What's Changed
Full Changelog: marimo-team/marimo@0.17.4...0.17.5
v0.17.4Compare Source
Important bug fixes for markdown cells.
What's Changed
Full Changelog: marimo-team/marimo@0.17.3...0.17.4
v0.17.3Compare Source
What's Changed
This release adds support for OpenAI's Codex agent in the AI chat sidebar, improves Altair chart interactivity, and includes important bug fixes and performance improvements.
Codex Agent Support
Use OpenAI's Codex agent in the AI chat sidebar by selecting "Codex" from the agent dropdown. The agent can help with code editing, debugging, and notebook modifications.
Altair and Vega-Lite Enhancements
Marimo now uses Vega-Lite 6. Charts support legend-based selection in composite charts (layered, vconcat, hconcat), binned data selection, and images in tooltips. Table charts are now faster and handle string columns with up to 20k rows.
✨ Enhancements
AppMetaand make it public (#6939)mo.ui.altair_chart(#6986)natural_sortby 120% (#6975)🐛 Bug fixes
chart.to_dict()and don't mutate charts (#6972)📚 Documentation
📝 Other changes
0adb3b2)Contributors
Thanks to all our community and contributors who made this release possible: @bjoaquinc, @dmadisetti, @koaning, @kyrre, @Light2Dark, @macota, @misrasaurabh1, @mscolnick, @SamarJyoti496
And especially to our new contributors:
Full Changelog: marimo-team/marimo@0.17.2...0.17.3
v0.17.2Compare Source
Important bug fix for plotly charts
What's Changed
Full Changelog: marimo-team/marimo@0.17.1...0.17.2
v0.17.1Compare Source
What's Changed
Important: Embedded JavaScript in markdown will now be stripped - this is a feature, not a bug! Users who need to render custom HTML/JS should use
mo.Html()ormo.iframe()instead ofmo.md().Break: markdown output (
mo.md) is always sanitized by default. This is so application builders don't need to worry about sanitizing their own input when interpolating in markdown and inputs, e.g.mo.md(f"Hello {user_input.value}")own.
Break: All outputs are sanitized before any cell is run. This is to prevent accidental running of JavaScript when opening a notebook.
Experimental Agent Mode - New experimental agent mode in the AI chat sidebar with tools to edit cells, run cells, and read their outputs.
✨ Enhancements
marimo envoptional deps (#6826)🐛 Bug fixes
commentLinesas readonly in SQLMetadata (#6846)📚 Documentation
uvsection less confusing (… (#6813)🔬 Preview features
📝 Other changes
b2f7e9b)a107e81)74b3602)4ea8cf3)Contributors
Thanks to all our community and contributors who made this release possible: @akshayka, @arjunguha, @bjoaquinc, @dmadisetti, @koaning, @Light2Dark, @manzt, @minsun-ss, @mscolnick, @olad5, @prosoitos, @sebkur, @sshtomar
And especially to our new contributors:
Full Changelog: marimo-team/marimo@0.17.0...TODO_CURRENT_VERSION
v0.17.0Compare Source
This release delivers improvements to the AI user experience and adds support for Python 3.14.
AI autofix for cells
When AI generates code suggestions for fixing Python and SQL cells, you can now accept and run the suggested code with a single click of "Fix with AI":
Model Context Protocol (MCP) enhancements
marimo now exposes its AI tools through an MCP server endpoint, allowing external AI applications like Claude Code, Cursor, and VS Code to interact with your notebooks.
See the MCP documentation to learn more. Special thanks our Resident MCP/AI Engineer @bjoaquinc for driving the implementation and improvements!
Python 3.14 support
marimo now officially supports Python 3.14, released this month. Official support for Python 3.9 has been dropped as it approaches end-of-life in October 2025, though it remains functional for the time being.
✨ Enhancements
msgspec_mfork (#6774)mo.ui.dataframeto narwhals; support duckdb, ibis, pandas, polars (#6772)ai.chat(#6668)9b58a93)🐛 Bug fixes
--watch(#6701)msgspecPython 3.14 compatibility (#6749)📚 Documentation
42f6183)📝 Other changes
mo.ui.plotlytests (#6757)07b6cbc)Contributors
Thanks to all our community and contributors who made this release possible: @akshayka, @bjoaquinc, @dmadisetti, @eamonburns, @jschfflr, @Light2Dark, @lucharo, @manzt, @mscolnick, @olad5, @Prince213, @rgasper, @schlich, @yairchu
And especially to our new contributors:
Full Changelog: marimo-team/marimo@0.16.5...0.17.0
v0.16.5Compare Source
What's Changed
Full Changelog: marimo-team/marimo@0.16.4...0.16.5
v0.16.4: and 0.16.3Compare Source
0.16.4
Important Upgrade
This release includes an important fix for Security Release - CWE-441 - Unauthenticated Proxy.
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.