Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2025

This PR contains the following updates:

Package Type Update Change
marimo (source) feature-marimo minor >=0.13.6,<0.15 -> >=0.18,<0.19

Release Notes

marimo-team/marimo (marimo)

v0.18.0

Compare Source

What's Changed

🚨 Breaking changes

  • Remove stream argument for built-in AI models (#​7222)

✨ Enhancements

  • frontend tools to be filtered based on chat mode (#​7225)
  • Toggle hidden files file explorer (#​7192)
  • Add streaming support for chat: async generator bug and add documentation (#​7187)
  • Show duration instead of rate for slow progress (#​7209)
  • Drop 'pip install' when used in the package manager input (#​7215)
  • Preserve query parameters in nav menu (#​7207)
  • Make workspace refresh button accessible (#​7213)
  • Contextually change stat color (#​7175)
  • Convert handle uv pip install (#​7179)

🐛 Bug fixes

  • Parsing in python-314 (#​7227)
  • Remove deepcopy from save / compile path (#​7226)
  • Add fallback for reactive_tests config (#​7214)
  • Stop aggressive markdown conversion of non strings (#​7208)
  • Hide table explorers in vscode (#​7206)
  • Try to reconnect if copilot connection fails (#​7204)
  • Mermaid embedded in markdown (#​7205)
  • fixes pandas dates including time information (#​7197)
  • Add test_set_ui_element_request_manager.py (#​7180)
  • fix polars date comparison (#​7176)

📚 Documentation

  • Enhance Japanese README for clarity and consistency (#​7220)
  • iframe docs: mention same-origin in sandbox (#​7224)
  • Update convert docsting to mention -y and -g global flags. (#​7210)
  • Add Traditional Chinese (zh-TW) README translation (#​7221)
  • Vscode extension (#​7219)
  • Autorun agents (#​7217)

📝 Other changes

  • import this (#​6773) (fa4fdfc)
  • Revert "minimal create cell buttons" (#​7230)
  • Change 12px to text-xs for better compatible with vscode and other theming (#​7178)

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.8

Compare 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

  • More defensive can_narwhalify (#​7160)
  • Don't set empty cells as stale (#​7165)
  • Add !pip metadata from ipynb convert and handle ! commands (#​7141)
  • Add refresh to file browser, add warning when user is editing the notebook file (#​7150)
  • Error message for missing 'mo' name (#​7169)
  • Show spinner in mo.ui.file_browser when listing is slow (#​7155)
  • show warning with button for chart builder if >50k rows or >50 cols (#​7164)
  • Support superscript in markdown (#​7113)
  • Inline local images (virutal files) in the HTML export (#​7087)
  • Impove default DPI on matplotlib images (#​7093)
  • Render table values according to locale, also use locale in TSV (#​7092)
  • Add underscore example to multiple-defs error (#​7084)
  • Don't show uv metadata error for new scripts (#​7082)
  • Do not trigger UI element warnings for state updates (#​7102)

Bug Fixes

  • Revert "don't override auto-save by when in --watch mode" (#​7071)
  • The default rendering of ibis tables when interactive should still be lazy (#​7163)
  • Default runtime configuration for dotenv (#​7168)
  • Sidebar size on refresh (#​7159)
  • Change input type to password for ApiKey and WriteSecretModal components (#​7157)
  • Raise an error for invalid batch usage (#​7140)
  • Dispatch hashChange event manually (#​7129)
  • State resolution (#​7110)
  • Resolve decorators on parse correctly (preventing dropped decorators) (#​7119)
  • Login route trailing slash (#​7116)
  • Handle closed DuckDB connections gracefully (#​7111) (#​7114) (d500207)
  • Cleanup mcp warnings (#​7101)
  • Sandbox requirements from 'marimo edit ' (#​7104)
  • Track contents to avoid reloading on our own writes (#​7099)
  • Better virtual file matching (#​7094)
  • Ensure "async" only appears once in async function signatures (#​7091)

Documentation

  • Add YouTube links to docs (#​7156)
  • Fix typo in readme, missing quotes in recommended (#​7121)

Other changes

  • Update tests and typings to support altair v6 (#​7162)
  • Uvx hatch (#​7148)
  • Update dependency ai to v5.0.52 [security] (#​7117)
  • Update codemirror dependencies (#​7108)
  • Clean up AppFileManager to be more testable (#​7100)
  • Lint commented console statements (#​7086)
  • Better lsp logging (#​7085)

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.7

Compare Source

This release focuses on stability with several bug fixes. It also adds SQLAlchemy Supabase support and removes Python 3.9 compatibility.

✨ Enhancements
  • Use frontend markdown rendering for mo.ui.chat so content stays clean (#​7066)
  • Remove new times roman on token form (#​7067)
  • Add sqlalchemy supabase connector (#​7068)
  • Update datasource connection when manually introspecting (#​6968)
  • Clearer edit tool schema (#​7059)
  • Add line highlighting for syntax errors (#​7047)
  • Remove string charts for column header (#​7039)
  • Remove python 3.9 support (#​6866)
  • Loosen sanitization of mermaid (#​7048)
  • Support moving to new pages from row-viewer shortcuts (#​7045)
  • Safe annotation quotes (#​7028)
🐛 Bug fixes
  • Cast list of enums to string preemptively for polars (#​7058)
  • Fix sql cells referencing itself (#​7000)
  • Pass button classname instead of icon classname to fix padding (#​7006)
  • Prevent matching by cell_id (#​7072)
  • Revert "don't override auto-save by when in --watch mode" (#​7071) Fix add setup cell overwriting original cell on refresh (#​7061)
  • Fix uncapped width for datetime charts (#​7041)
  • Use searched manager instead of manager for column charts get value counts (#​7033)
  • Fix typecheck errors & update pixi lock (#​7034)
📚 Documentation
  • More anywidget examples (#​7062)
  • Add links to Prefect/Airflow videos (#​7063)
  • Add Weights & Biases as an AI provider (#​7053)
  • Fix HTML links in examples index (#​7037)
  • Fix progress bar link (#​7035)
  • Add prompts to mcp section (#​7012)
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.6

Compare 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.5

Compare 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.4

Compare Source

Important bug fixes for markdown cells.

What's Changed

Full Changelog: marimo-team/marimo@0.17.3...0.17.4

v0.17.3

Compare 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

  • Better console and cell error parsing/prompts in Agent mode (#​6961)
  • Improve performant table charts, remove feat flag (#​6892)
  • Altair legend selection for composite charts (#​6971)
  • Re-initialize LSP on reconnect (#​6967)
  • Document AppMeta and make it public (#​6939)
  • Handle nested sql statements for sql smart cells (#​6947)
  • Better error handling in type-mismatch for mo.ui.altair_chart (#​6986)
  • Support binning point selection in altair (#​6983)
  • Support images in vega/altair tooltips (#​6934)
  • Add back floating outline (#​6933)
  • Add support for Codex agent (#​6901)
  • Speed up function natural_sort by 120% (#​6975)
  • Generate different sql code based on dialect (#​6915)

🐛 Bug fixes

  • Fallback for chart.to_dict() and don't mutate charts (#​6972)
  • Chart sizing with nested hconcat in vconcat (#​6970)
  • Escape special characters in frontend altair chart builder (#​6973)
  • Cache completion item to avoid jitter (#​6946)
  • Update anchor link handling to retain query params (#​6930)
  • Fix polars test (#​6952)
  • Quote table and col names from postgres and duckdb too (#​6942)
  • Fix tests by casting enum to string for polars (#​6936)

📚 Documentation

  • Enforce markdown formatting on save (#​6969)
  • Fix file.md example (#​6966)
  • Aws bedrock regions (#​6964)
  • Include new backend and frontend tools, chat panel agent mode, and mcp server video (#​6954)
  • Correct prompts.md typo (#​6945)

📝 Other changes

  • Upgrade vega-embed in lockfile as well (#​6984)
  • Set all vega renderer to canvas except col header charts (#​6985)
  • Upgrade to vega lite 6, react-vega 8 (#​5641) (0adb3b2)
  • DRY GetActiveNotebooks tool and ActiveNotebooks prompt and improve outputs (#​6976)
  • Enable passing in token password from file (#​6974)
  • Set initial mode for islands (#​6950)
  • Add tests for nested markdown in smart cells (#​6949)
  • More edge cases for duckdb pivot (#​6944)
  • Update all storybook dependencies to ^9.1.14 (#​6943)
  • Update all storybook dependencies to ^9.1.13 (#​6935)
  • Find cell id through shadow doms (#​6929)
  • Add new backend tools to basestruct test (#​6925)

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.2

Compare Source

Important bug fix for plotly charts

What's Changed

Full Changelog: marimo-team/marimo@0.17.1...0.17.2

v0.17.1

Compare 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() or mo.iframe() instead of mo.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

  • Add google-genai dependency to recommended, tweak marimo env optional deps (#​6826)
  • Add GetCellOutputs tool and get_llm_context for all UIElement classes (#​6889)
  • Handle SSL configuration for other openai compat config. (#​6907)
  • Implement ReconnectingWebSocketTransport for improved WebSocket handling (#​6909)
  • Better tracebacks, padding, remove button for static files (#​6912)
  • Print matplotlib Figures/Axes in rich table output (#​6904)
  • add duplicate selection shortcut to hotkeys as part of editing command (#​6843)
  • Avoid full width for column faceted charts (#​6887)
  • add sample query, better tool descriptions to improve agentic mode (#​6880)
  • add data config in the UI (#​6878)
  • Fallback to available storage when localStorage is not available (#​6879)
  • add run stale cells tool, refactor out notebook actions (#​6842)
  • Auto_instantiate=false by default (#​6849)
  • Package installation autorun (#​6856)
  • Add LintNotebook tool to backend and mcp server (#​6853)
  • increase timeout to 120s for reasoning models (#​6839)
  • allow run-all for completions bar (#​6840)
  • Show better diff for ACP (#​6828)
  • Hack needed to support the NVIDIA DGX Spark (#​6822)
  • Set cursor-pointer for button (#​6775)
  • Portals in vscode (#​6803)

🐛 Bug fixes

  • Add setup cell that has been deleted (#​6916)
  • fix wrapping on long text in tables (#​6917)
  • support column edits based on index, instead of id (#​6891)
  • Disable lsp by default (#​6908)
  • Dont mutate pandas when fixing column types (#​6906)
  • Copy code block inside accordion (#​6905)
  • Respect sandbox confirmation (#​6885)
  • Merge streamed agent message chunks to prevent fragmentation (#​6835)
  • Fix typo introduced during refactoring (#​6876)
  • fix column names that are not stringed in tables (#​6873)
  • add catches for get_schemas (#​6874)
  • Sanitize markdown text (#​6848)
  • fix delay mount css (#​6864)
  • Failing cache test on python 3.10 (#​6863)
  • Better cli error when missing mcp dep (#​6859)
  • Cell style not applied correctly (#​6824)
  • Mark commentLines as readonly in SQLMetadata (#​6846)
  • Allow cache blocks to be invoked in script mode (#​6819)
  • Hide invalid options on setup cell context menu (#​6821)
  • use spinning indicator and check instead for autofix (#​6830)
  • Update markdown output to include 'contents' class (#​6804)
  • Table charts should update when underlying data updates (#​6809)

📚 Documentation

  • Security documentation updates (#​6881)
  • Fallbacks and warnings for missing features from sandboxed iframes + docs (#​6883)
  • More prescriptive remote connection docs (#​6871)
  • Update command to launch ACP in windows (#​6862)
  • Fix link to uv guide (#​6816)
  • Make getting started installation uv section less confusing (… (#​6813)
  • Dataframe docs (#​6812)
  • Improve copilot docs (#​6811)
  • Update gh actions uv setup to v7 (#​6799)

🔬 Preview features

📝 Other changes

  • Update dependency tailwindcss to ^4.1.15 (#​6902)
  • Update dependency vite to ^7.1.19 (#​6900)
  • Update dependency vite to ^7.1.18 (#​6897)
  • Update build tools (#​6890)
  • Upgrade form-data to secure version (#​6888)
  • Bump postcss from 7.0.39 to 8.5.6 (#​6884)
  • Merge commit from fork (b2f7e9b)
  • Update testing dependencies (#​6855)
  • [pre-commit.ci] pre-commit autoupdate (#​6850)
  • Merge commit from fork (a107e81)
  • Ci breakage in python 3.13.8 (#​6831)
  • Support git dependencies in sandboxed script metadata (#​5545) (#​6827) (74b3602)
  • Update use-acp to version 0.2.4 and better ACP loading state UI (#​6815)
  • Migrate out smart cell logic to its own package (#​6808)
  • Duckdb interrupt (#​6806)
  • Filter sql defs from generated return (#​6805)
  • Allow ASYNC240 (#​6703) (4ea8cf3)
  • Add tool guidelines to all backend/mcp tools (#​6801)

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.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.

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)
🐛 Bug fixes
  • Watch for file move with watchdog and Claude Code (#​6798)
  • Tutorial explanation of how to configure lazy execution (#​6758)
  • Preserve cursor position when updating cell code in watch mode or auto-formatting (#​6792)
  • Fix empty submits and output area (#​6794)
  • Jupytext convert with markdown with quotes (#​6789)
  • Use thead instead of div inside table (#​6785)
  • Use event loop factory for uvicorn >= 0.36.0 (#​6779)
  • Pytest-changed (#​6761)
  • Send function-request when static to show Static Notebook warning (#​6765)
  • Fix with ai button for all cells (#​6755)
  • Support initial selection in Plotly plots (#​6747)
  • Fix dependency panel edges (#​6753)
  • Format OpenAPI generated files after codegen in build script (#​6739)
  • Safer windows logging on PermissionErrors (#​6735)
  • Update regex in Plotly template parser to handle special characters (#​6728)
  • Ignore prune cache on windows (#​6733)
  • Use UTF-8 encoding for subprocess calls in package managers (#​6729)
  • Manually move copilot file extension from js to cjs (#​6727)
  • Datetime UI element rendering in Docker containers (#​6730)
  • Respect holoviews hv.output() settings when rendering in marimo (#​6732)
  • Allow for cache hits from external modules (#​6731)
  • Allow uv_build < 0.10.0 (#​6714)
  • Handle OSErrors when seraching for pyproject.toml (#​6726)
  • Typos ci (#​6725)
  • New query to get duckdb databases for ducklakes (#​6708)
  • Run / edit mode for docker (#​6724)
  • More aggressive file reconciliation in --watch (#​6701)
  • Ensure custom content in header (#​6709)
  • Ensure consistent checking with unparsable cells (#​6702)
  • Enable stub mechanism for caching un-pickable objects (#​6657)
  • Handle big ints better (#​6768)
  • Patch msgspec Python 3.14 compatibility (#​6749)
📚 Documentation
  • Add documentation for mcp server, client, tools, and chat panel modes (#​6744)
  • Remove duplicate phrase in SQL documentation (#​6740)
  • Add async cache support (#​6736)
  • Change READMEs to be more consistent for different languages (#​6696)
  • Add marimo editable install in pixi env, simplify docs in CONTRIBUTING.md (#​6679)
  • MCP server ui, auth, and rules (#​6659)
  • uv-suitable update instructions when using uv (#​6681)
  • Move sql linter to config instead of feat flag (#​6665)
  • Verifying fe lints and pre-commmit hooks (#​6642)
  • Update docs; resolve #​6623 (#​6693) (42f6183)
📝 Other changes
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.5

Compare Source

What's Changed

Full Changelog: marimo-team/marimo@0.16.4...0.16.5

v0.16.4: and 0.16.3

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 24, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: py-base/pixi.lock
ExecError: Command failed: pixi lock --no-progress --color=never --quiet
Error:   × failed to solve requirements of environment 'default' for platform 'linux-
  │ aarch64'
  ├─▶   × failed to solve the environment
  │   
  ╰─▶ Cannot solve the request because of: No candidates were found for marimo
      >=0.18,<0.19.
      


@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 2a9542d to 611ce6b Compare August 31, 2025 10:08
@renovate renovate bot changed the title Update dependency marimo to >=0.15,<0.16 Update dependency marimo to >=0.15.2,<0.16 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 611ce6b to f9e9036 Compare September 23, 2025 13:32
@renovate renovate bot changed the title Update dependency marimo to >=0.15.2,<0.16 Update dependency marimo to >=0.16.1,<0.17 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from f9e9036 to d8cebb4 Compare September 24, 2025 21:11
@renovate renovate bot changed the title Update dependency marimo to >=0.16.1,<0.17 Update dependency marimo to >=0.16.2,<0.17 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from d8cebb4 to ba1b72b Compare September 29, 2025 22:49
@renovate renovate bot changed the title Update dependency marimo to >=0.16.2,<0.17 Update dependency marimo to >=0.16.3,<0.17 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from ba1b72b to be26179 Compare October 2, 2025 01:05
@renovate renovate bot changed the title Update dependency marimo to >=0.16.3,<0.17 Update dependency marimo to >=0.16.4,<0.17 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from be26179 to 51a3f02 Compare October 3, 2025 01:07
@renovate renovate bot changed the title Update dependency marimo to >=0.16.4,<0.17 Update dependency marimo to >=0.16.5,<0.17 Oct 3, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 51a3f02 to 958337f Compare October 22, 2025 17:38
@renovate renovate bot changed the title Update dependency marimo to >=0.16.5,<0.17 Update dependency marimo to >=0.17,<0.18 Oct 22, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 958337f to 9849ca9 Compare October 24, 2025 23:26
@renovate renovate bot changed the title Update dependency marimo to >=0.17,<0.18 Update dependency marimo to >=0.17.2,<0.18 Oct 24, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 9849ca9 to 25d564f Compare October 30, 2025 04:02
@renovate renovate bot changed the title Update dependency marimo to >=0.17.2,<0.18 Update dependency marimo to >=0.17.3,<0.18 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 25d564f to 14b045d Compare October 30, 2025 17:42
@renovate renovate bot changed the title Update dependency marimo to >=0.17.3,<0.18 Update dependency marimo to >=0.17.4,<0.18 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 14b045d to 4392aa8 Compare October 31, 2025 01:12
@renovate renovate bot changed the title Update dependency marimo to >=0.17.4,<0.18 Update dependency marimo to >=0.17.5,<0.18 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 4392aa8 to b0e40c4 Compare October 31, 2025 23:29
@renovate renovate bot changed the title Update dependency marimo to >=0.17.5,<0.18 Update dependency marimo to >=0.17.6,<0.18 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from b0e40c4 to 06ae391 Compare November 5, 2025 01:44
@renovate renovate bot changed the title Update dependency marimo to >=0.17.6,<0.18 Update dependency marimo to >=0.17.7,<0.18 Nov 5, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 06ae391 to 470a4c0 Compare November 14, 2025 01:57
@renovate renovate bot changed the title Update dependency marimo to >=0.17.7,<0.18 Update dependency marimo to >=0.17.8,<0.18 Nov 14, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 470a4c0 to f6bd856 Compare November 21, 2025 00:47
@renovate renovate bot changed the title Update dependency marimo to >=0.17.8,<0.18 Update dependency marimo to >=0.18,<0.19 Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant