Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updates the requirements on marimo to permit the latest version.

Release notes

Sourced from marimo's releases.

0.17.0

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.

marimo edit notebook.py --mcp --no-token

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

  • Switch to msgspec_m fork (#6774)
  • Create ToolGuidelines for better Agent orientation of when and how to use marimo tools (#6793)
  • Migrate mo.ui.dataframe to narwhals; support duckdb, ibis, pandas, polars (#6772)
  • Support copying raw value for console output (#6751)
  • Add prompts and ActiveNotebooks prompt to marimo mcp server (#6760)
  • Python 3.14 support (#6712)
  • Add structured errors to frontend tools (#6748)
  • Intentional sidebar ordering (#6742)
  • Add bedrock inference profiles (#6738)
  • DRY common package managers install logic (#6685)
  • Add detailed output metadata to frontend tools (#6720)
  • floating label for AI generations in a cell (#6690)
  • Support Iceberg introspection through duckdb (#6707)
  • Add multi-tool support for all providers (#6672)
  • Reset input on submit in ai.chat (#6668)
  • AI autofix mode for sql cells (#6639)
  • Expand cache api to match functools api (#6660)
  • Rig up cache api (#6662)
  • Add multi-column sorting with stack-based behavior (#6257) (9b58a93)

... (truncated)

Commits
  • 1aa5143 release: 0.17.0
  • 10e9087 Update pixi.lock (#6800)
  • 4c010f1 fix: watch for file move with watchdog and Claude Code (#6798)
  • c6c2cac Back out "Switch to msgspec_m fork (#6774)" (#6797)
  • c9cf24f fix: tutorial explanation of how to configure lazy execution (#6758)
  • 6730cde fix: preserve cursor position when updating cell code in watch mode or auto-f...
  • 76a8b49 fix empty submits and output area (#6794)
  • c0ad479 fix: jupytext convert with markdown with quotes (#6789)
  • 32c2f40 feat: create ToolGuidelines for better Agent orientation of when and how to u...
  • f93081e use thead instead of div inside table (#6785)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [marimo](https://github.com/marimo-team/marimo) to permit the latest version.
- [Release notes](https://github.com/marimo-team/marimo/releases)
- [Commits](marimo-team/marimo@0.1.0...0.17.0)

---
updated-dependencies:
- dependency-name: marimo
  dependency-version: 0.17.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 20, 2025
@coderabbitai
Copy link

coderabbitai bot commented Oct 20, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@amotl
Copy link
Member

amotl commented Oct 25, 2025

@dependabot rebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant