fix(deps): update dependency marimo to v0.17.0 #372
Merged
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.16.5
->==0.17.0
Release Notes
marimo-team/marimo (marimo)
v0.17.0
Compare 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_m
fork (#6774)mo.ui.dataframe
to narwhals; support duckdb, ibis, pandas, polars (#6772)ai.chat
(#6668)9b58a93
)🐛 Bug fixes
--watch
(#6701)msgspec
Python 3.14 compatibility (#6749)📚 Documentation
42f6183
)📝 Other changes
mo.ui.plotly
tests (#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
Configuration
📅 Schedule: Branch creation - "before 10am on tuesday" in timezone Asia/Dubai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.