fix(deps): update dependency marimo to v0.17.2#383
Merged
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
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.17.0->==0.17.2Release Notes
marimo-team/marimo (marimo)
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
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.