Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
marimo >=0.14.8,<=0.14.16>=0.19.0,<=0.19.0 age confidence

Release Notes

marimo-team/marimo (marimo)

v0.19.0

Compare Source

This release introduces a refreshed UI with lighter cell styling and a new Developer Panel, along with reorganized sidebar panels and important bug fixes.

Highlights

Introducing the Developer Panel

marimo has many panels for configuring and inspecting notebooks, but mixing essential tools with advanced features can overwhelm new users. This release introduces a dedicated Developer Panel at the bottom of the editor (similar to VS Code's panel or browser DevTools) to house specialized tools like the terminal, logs, tracing, and scratchpad.

The sidebar now focuses on core panels that all users need, while power users can open the Developer Panel when they need deeper visibility into execution or want a scratchpad for experimentation. If you prefer a different arrangement, panels can be freely moved between the sidebar and Developer Panel—just drag them where you want.

  • Toggle the Developer Panel with Cmd/Ctrl + J or via the footer
  • Drag panels between the sidebar and Developer Panel to customize your layout
Consolidated Sidebar Panels

To reduce clutter, several panels have been reorganized:

  • Minimap has moved into the Dependencies panel as a tab. The same keyboard shortcut opens it (Cmd/Ctrl+Shift+I)
  • Variables & Data Sources are now combined into a single panel with collapsible accordion sections

✨ Enhancements

  • Unify panel actions to work across sidebar and developer panel (#​7743)
  • Move minimap into "Dependencies" panel with tabbed UI (#​7742)
  • Implement wrap around feature for mo.carousel() (#​7709)
  • Add ADBC DB-API engine for SQL connections (#​7664)
  • Also allow Ctrl as modifier key on macOS (#​7608)
  • Add panel section context for orientation-aware layouts (#​7724)
  • Add cross-list drag-drop for sidebar and developer panel (#​7697)
  • Small fixes for cell shadows and hover (#​7715)
  • Shadow adjustments (#​7700)
  • implement pydantic-ai provider for mo.ui.chat (#​7636)
  • Lighten shadows (#​7682)
  • Fix sidebar drag-and-drop requiring click before drag (#​7669)
  • Pytest fixtures (#​7654)
  • Add command history navigation with arrow keys (#​7617)
  • Add send button, and clean styles of AI buttons (#​7445)
  • Lazy backend (#​7523)
  • Add support for reactive Plotly bar chart (#​7733)
  • Feat add pivot transform to mo.ui.dataframe (#​7584)
  • Reactive Plotly heatmap (#​7546)
  • Support uv dev install (#​7372)
  • Combine "Variables" & "Data Sources" panels into "Variables & Data Sources" panel (#​7459)
  • Detect !pip and give better error message (#​7525)
  • Cell styles on sort/pagination (#​7452)
  • Consolidate developer tools into dedicated "Developer Panel" (#​7458)
  • Double click to reveal hidden markdown code (#​7495)
  • Create cell button, collapse strokes/size (#​7448)
  • Always collapse runtime settings into a single dropdown (#​7461)

🐛 Bug fixes

  • Remove width param for data editor (#​7741)
  • Relative path fixes for home mode (#​7722)
  • Fix duplicate HTML5 backend error in file explorer (#​7723)
  • refresh table on cell styles change (#​7705)
  • Fix path resolution for .resolve() and .absolute() for correctness and security (#​7703)
  • Disallow file access outside directory where 'marimo edit <folder' is run (#​7701)
  • Ipynb export matplotlib (#​7696)
  • Windows path validation, convert to longpath (#​7691)
  • Specific handling for lazy requests (#​7698)
  • Fix Ctrl+Click to select cell type on Windows/Linux (#​7580)
  • Fix escape logic for selections and multiple cursors in a cell (#​7434)
  • Fix request type (#​7601)
  • Fix dataframe flaky test (#​7589)
  • Fix example code in UIElement.form docstring (#​7578)
  • Fix for pasting images in markdown (#​7536)

📚 Documentation

  • Add "using claude code" section (#​7687)
  • Add pydantic-ai to chatbot docs (#​7706)
  • Add Codex agent support to agents guide and update AI completion reference (#​7658)
  • Correct spelling of 'sqlalchemy' in SQL docs (#​7509)
  • Fix new stat docs (#​7503)
  • Use update cell code to not wait for cell editor (#​7520)

📝 Other changes

  • Split out docker ci to be manually run (#​7740)
  • Add repository to package.json (#​7725)
  • Single release.yml with switch (#​7719)
  • Address windows flakiness by reducing introspection calls (#​7678)
  • Turn off auto install for micropip (#​7680)
  • Update all storybook dependencies to ^10.1.11 (#​7610)
  • Path validation test and public asset logic (#​7688)
  • Home page lazy loading (#​7689)
  • interpolate globals into sql query using string formatting for validate_sql (#​7562)
  • Fix cross-view interactions (e.g., brush selections) breaking in concatenated Altair charts when using mo.ui.altair_chart. (#​7673)
  • Preserve symlinks in path validation check (#​7671)
  • Better parsing for pep dependencies in pyodide (#​7670)
  • Point selection for altair heat maps (#​7675)
  • Respect include_code setting for code downloads in run mode, and show "Download as .py" (#​7642)
  • Add accept & reject buttons for setup cell (#​7667)
  • Cgroup-aware machine stats (#​7488)
  • Add marimo as a dependency if it isn't already (#​7656)
  • Add cell prefix to setup cell registration (#​7648)
  • Invalid error thrown when undefined setup variables (#​7649)
  • Wider duckdb support, wider types check (#​7644)
  • Remove some duplication in pyproject.toml (#​7646)
  • Use dependency-groups in pyproject.toml (#​7325)
  • Better minimum resolutions (#​7639)
  • Allow saving notebooks on /tmp_mnt paths (#​7641)
  • Do not use shared memory in run case (#​7637)
  • Quarto specific code block (#​7623)
  • Cleanup app-router (#​7628)
  • Move find-free port so _plugins don't depend on _server (#​7633)
  • Improve clarity in Traditional Chinese README (#​7635)
  • Set only partial updates for config changes (#​7634)
  • Use Command instead of Request in put_control_request (#​7632)
  • Send only partials of updated config data (#​7553)
  • Update min starlette for fixed httpx compat (#​7630)
  • Don't trigger browser auth popup for API requests (#​7629)
  • Typesafe app-state (#​7627)
  • Move session files (#​7626)
  • Migrate to pydantic-ai for google & anthropic providers (#​7425)
  • Run auto-instaniate on the backend for run mode (#​7603)
  • Dataframe plugin - move columns logic to the backend (#​7611)
  • Cleanup markdown serializers (#​7569)
  • Lint fixes (#​7622)
  • Improve column legibility (#​7614)
  • Fix flakey sys.stderr test (#​7613)
  • Show up to h6 for Outline (#​7609)
  • Fixes for fe-tests (#​7607)
  • Fullscreen icon, collapse icon, focus ring (#​7571)
  • Unparsable cell is not idempotent (#​7583)
  • More session extensions (#​7602)
  • Change copyright to 2026 including scripts (#​7606)
  • Missing endpoint test coverage (#​7598)
  • Pull out variable logic from notification schemas (#​7596)
  • Test extensions (#​7600)
  • Update build tools (#​7594)
  • Revamp Ollama models list (#​7595)
  • Rename kernel Requests to Command (#​7593)
  • Change open api schema diff tool (#​7592)
  • Rename Op to Notification (#​7590)
  • Split up ws monolith (#​7587)
  • Generate notification schema (#​7586)
  • Pull out notification utils (#​7585)
  • SessionConsumer as a SessionExtension (#​7570)
  • Update testing dependencies (#​7577)
  • Session extensions (#​7542)
  • CLI flag to configure whether a notebook is trusted (#​7556)
  • Fix flaky hypothesis test for pandas GROUP_BY transforms (#​7563)
  • Change/cleanup transport logic for different backens (ws, pyodide, static) (#​7552)
  • Re-enable sql linter (#​7561)
  • Internal api for template rendering (#​7555)
  • Update dependency storybook to v10.1.10 [security] (#​7550)
  • Traverse previous directories even if directory is not located in home (#​7551)
  • Skip watching test on windows (#​7541)
  • DRY up endpoints that proxy directly to the kernel (#​7540)
  • Reduce fields exposed on the Session object (#​7537)
  • Convert edges class to util functions, remove unused siblings (#​7533)
  • Split up SessionManager (#​7534)
  • Config cell_output prefault "below" (#​7535)
  • Provide toplevel/ NameError explanations for private variables (#​7524)
  • Split up DirectedGraph into smaller components (#​7527)
  • Break down session.py into smaller bits (#​7532)
  • Outline deployment with skypilot (#​7400)
  • Suppress signature help for external edits (#​7528)
  • Contextual docs hint for local variables on NameError (#​7522)
  • More edge cases in codeblock stripping (#​7511)
  • Handle ImportErro and ModuleNotFoundError in output formatting (#​7482)
  • Dataframe download encoding (#​7385)
  • marimo edit local static notebooks (#​7474)
  • Additional hyprlinks (#​7512)
  • App.embed(defs={'mine': value}) (#​7146)
  • Add signature docstring, and remove list of autocompletion after empty paren & commas (#​7331)
  • Focus on editors and buttons after layout shift from hidden code (#​7489)
  • Strip first and last chunks for backtick checking (#​7510)
  • Add lazy argument to ui.dataframe (#​7476)
  • Fix OSError when running marimo with uv projects on Windows (#​7502)
  • Copy as markdown in the dataframe table (#​7507)
  • When formatting structures, don't flatten formattable structures (#​7492)
  • Focus cells when undeleted (#​7491)
  • Correct imports to actual file instead of accidental exports (#​7490)
  • Fix tutorial access from UI (#​7465)
  • Revert removal of useEffect, fix table search focus (#​7486)
  • Enable reactive reference highlighting by default (#​7483)
  • Remove unneeded options in notebook menu (#​7480)
  • Parse urls and install commands from console outputs (#​7479)
  • Simplify cell menu (#​7481)
  • Fix OSError when displaying Polars DataFrames with old timestamps on Windows (#​7477)
  • Stderr (#​7478)
  • Add wait step for PyPI package availability in Docker release workflow (#​7466)
  • add error banner for acp to save the notebook (#​7470)
  • Clean up organization (#​7464)
  • Enhance GitHub Copilot integration with advanced configuration options (#​7457)
  • Fix breaks to polars upgrades (#​7454)
  • Clarify ancestor code is still important for cache invalidation (#​7473)
  • Do not style stderr as red (#​7472)
  • Fetch index.html from --asset-url as a fallback (#​7453)
  • Handle comprehension shadowing when parsing required references for variables (#​7446)
  • Add dynamic model selection for ACP agents (#​7432)

Contributors

Thanks to all our community and contributors who made this release possible: @​akshayka, @​andrewsoonqn, @​corleyma, @​dmadisetti, @​koaning, @​Light2Dark, @​m-rgba, @​majiayu000, @​manzt, @​mscolnick, @​nojaf, @​prateek, @​thliang01

And especially to our new contributors:

Full Changelog: marimo-team/marimo@0.18.4...0.19.0

v0.18.4

Compare Source

What's Changed

Full Changelog: marimo-team/marimo@0.18.3...0.18.4

v0.18.3

Compare Source

What's Changed

✨ Enhancements

  • handle nans and infs in table filter (#​7402)
  • Improve scroll position handling when toggling between edit and app mode (#​7406)
  • Enhance lazy df utilities and ensure dataframe type preservation in transformations (#​7401)
  • Add file limit, warning, and more performant file detection (#​7368)
  • Detect and warn about duplicate shortcuts (#​7412)

🐛 Bug fixes

  • Update NavigationMenu for correct popover positioning (#​7403)
  • Line parsing for debugpy (#​7415)
  • Bump max version altair (#​7414)
  • Handle decimal in column hist (#​7413)
  • Hide pylsp error on the home page (#​7416)
  • Lazy import psutil for windows (#​7411)
  • Deserialization of user config in pyodide (#​7405)

Contributors

Thanks to all our community and contributors who made this release possible: @​dmadisetti, @​Light2Dark, @​mscolnick

Full Changelog: marimo-team/marimo@0.18.2...0.18.3

v0.18.2

Compare Source

What's Changed

✨ Enhancements

  • Inline relative images inside pyodide (#​7324)
  • add context menu for copy, copy selected and filter for table cells (#​7351)
  • merge Agents and chat into 1 sidebar panel (#​7332)
  • allow dict() and .items() on CLIArgs (#​7335)

🐛 Bug fixes

  • Prevent SQL cells from auto-converting when mo.sql() is in conditional expressions (#​7390)
  • Edge-case for dependent top-level defs (#​7392)
  • fix search for tables for pandas (#​7387)
  • Remove NaN from number plugin (#​7364)
  • Keep colors in console outputs with ansi colors (#​7367)
  • prevent form rerendering infinitely due to NaNs (#​7363)
  • ui.dataframe: use polars codegen for lazyframe (#​7314)

📚 Documentation

  • Deployment on slurm (#​7376)
  • add rules and max tokens to llm docs (#​7358)

📝 Other changes

  • Support cmd+g to cycle through next (simialr to browsers) (#​7393)
  • Honor preventDefault in editor hotkeys (#​7394)
  • Make the install/uninstall API endpoints non-blocking (#​7375)
  • [pre-commit.ci] pre-commit autoupdate (#​7145) (f2558fa)
  • Handle categorical and enum types in narwhals table search (#​7389)
  • Add mapping for 'sky' to 'skypilot' (#​7383)
  • Prevent debugger button from showing in scratchpad (#​7381)
  • Use python code when renaming variables (#​7380)
  • add opencode agent and cleanup dropdown (#​7374)
  • Parentheses for Ibis filter in python code output of marimo.ui.dataframe (#​7373)
  • Bump express from 5.1.0 to 5.2.1 (#​7369)
  • Revert "enforcing labels in PR before merge" (#​7366)
  • add error boundary for tables (#​7362)
  • Recommeneded extensions and settings (#​7323)
  • Update all storybook dependencies to v10 (major) (#​7328)
  • Update dependency @​typescript/native-preview to v7.0.0-dev.20251128.1 (#​7346)
  • fix dates rendering in table (#​7361)
  • Add noreferrer to external markdown links to prevent 403 errors (#​7360)
  • Handle out-of-bounds tool call index in AI streaming (#​7330) (#​7356) (29a5ae2)
  • Unfold code in traceback errors (#​7321)
  • Update all npm non-major dependencies (#​7348)
  • Forward status of copilot to footer icon (#​7312)
  • Vegafusion background for mo.ui.altair_chart() (#​7357)
  • Upgrade biome (#​7355)
  • convert decimals to string (#​7341)
  • simplify model card and align with ai provider tab (#​7336)
  • add tiny invisible width to end of numeric charts for tooltip (#​7337)
  • more duckdb data types, use sets instead (#​7326)
  • Another duckdb type - null (#​7320)
  • Explicit aggregation column selection in dataframe Group By (#​7261)
  • handle vertical tab and backspace escape characters (#​7313)

Contributors

Thanks to all our community and contributors who made this release possible: @​app/dependabot, @​app/renovate, @​cosmo-grant, @​dmadisetti, @​hodlen, @​koaning, @​Light2Dark, @​mscolnick, @​szst11

New Contributors

Full Changelog: marimo-team/marimo@0.18.1...0.18.2

v0.18.1

Compare Source

What's Changed
✨ Enhancements
  • Include mo.sidebar() when using Grid layout (#​7308)
  • load marimo claude.md rules from source (with a fallback to docs.marimo.io) (#​7279)
  • Add more github models, pass default headers (#​7306)
  • Implement delta-based streaming and configurable streaming for AI chat models (#​7259)
  • Add back missing outline panel (#​7302)
  • add markdown rendering for tables in popout (#​7299)
  • polars to_dicts() instead of to_json for nan handling (#​7297)
  • Altair embed options to remove actions (#​7277)
  • Add Claude 4.5 Opus model to models.yml (#​7289)
  • pandas change to to_dict instead of to_json and fix rich elems (#​7223)
  • Add Gemini v3 (#​7282)
  • Fallback to --no-cache for uv installations that fail (#​7256)
  • support diff dialects in sql formatter (#​7270)
  • Add precision option to mo.ui.datetime (#​7251)
  • Add redirect_console_to_browser to marimo.create_asgi_app (#​7249)
  • minimal cell create buttons (#​7235)
  • Enhance cell log handling to include tracebacks (#​7248)
  • Module watcher perf improvements (#​7218)
  • fix popout columns logic for long strings (#​7201)
  • Remove gap and border-radius for cell (#​7237)
  • Poetry package list support for v2 (#​7144)
🐛 Bug fixes
  • Anthropic reasoning models for temperature fixes (#​7310)
  • Json parsing with inf/nan (#​7309)
  • 'marimo edit' for absolute directory (#​7291)
  • columns.tsx LocaleNumber to use maximumFractionalDigits (#​7263)
  • Splitting when installing multiple packages (#​7307)
  • remove create cell button background on hover (#​7298)
  • Still allow codegen even if there are duplicate defs (#​7280)
  • Handle tab control character in notebook output (#​7275)
  • prevent layout shift from new cell buttons (#​7276)
  • downgrade vega-lite to 6.3.1 to fix numeric tooltips (#​7271)
  • Ensure datetime exports include millisecond precision in CSV output (#​7244)
  • simplify edit notebook tool and add google tool schema cleanup (#​7228)
  • fix css selector for border-radius cell (#​7245)
📚 Documentation
  • lint rule: check for branching expressions (#​7287)
📝 Other changes
Contributors

Thanks to all our community and contributors who made this release possible: @​adamwdraper, @​app/renovate, @​cosmo-grant, @​dmadisetti, @​koaning, @​Light2Dark, @​manzt, @​mscolnick, @​patyork, @​robd518

New Contributors

Full Changelog: marimo-team/marimo@0.18.0...0.18.1

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 ([#​701

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 renovate bot force-pushed the renovate/marimo-0.x branch from 985fca5 to 894565c Compare September 15, 2025 03:30
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.15.2,<=0.15.2 fix(deps): update dependency marimo to >=0.15.3,<=0.15.3 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 894565c to 114138a Compare September 17, 2025 23:32
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.15.3,<=0.15.3 fix(deps): update dependency marimo to >=0.15.5,<=0.15.5 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 114138a to f49229e Compare September 19, 2025 07:57
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.15.5,<=0.15.5 fix(deps): update dependency marimo to >=0.16.0,<=0.16.0 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from f49229e to 5da45c3 Compare September 24, 2025 07:43
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.16.0,<=0.16.0 fix(deps): update dependency marimo to >=0.16.1,<=0.16.1 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 5da45c3 to 7117739 Compare September 25, 2025 08:01
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.16.1,<=0.16.1 fix(deps): update dependency marimo to >=0.16.2,<=0.16.2 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 7117739 to 61543f9 Compare September 30, 2025 11:50
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.16.2,<=0.16.2 fix(deps): update dependency marimo to >=0.16.3,<=0.16.3 Sep 30, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 61543f9 to 0389899 Compare October 1, 2025 23:02
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.16.3,<=0.16.3 fix(deps): update dependency marimo to >=0.16.4,<=0.16.4 Oct 1, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 0389899 to d97a846 Compare October 2, 2025 23:44
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.16.4,<=0.16.4 fix(deps): update dependency marimo to >=0.16.5,<=0.16.5 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from d97a846 to 9cd1148 Compare October 3, 2025 11:12
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 9cd1148 to f27c620 Compare October 16, 2025 03:59
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.16.5,<=0.16.5 fix(deps): update dependency marimo to >=0.17.0,<=0.17.0 Oct 16, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch 2 times, most recently from 622dfcd to 4df25a9 Compare October 26, 2025 00:13
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.17.0,<=0.17.0 fix(deps): update dependency marimo to >=0.17.2,<=0.17.2 Oct 26, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 4df25a9 to a213a4d Compare November 2, 2025 07:38
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.17.2,<=0.17.2 fix(deps): update dependency marimo to >=0.17.6,<=0.17.6 Nov 2, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from a213a4d to 542c1c5 Compare November 8, 2025 15:49
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.17.6,<=0.17.6 fix(deps): update dependency marimo to >=0.17.7,<=0.17.7 Nov 8, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 8, 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: uv.lock
Command failed: uv lock --upgrade-package marimo
Using CPython 3.14.2 interpreter at: /opt/containerbase/tools/python/3.14.2/bin/python3
  × No solution found when resolving dependencies for split (markers:
  │ python_full_version == '3.9.*'):
  ╰─▶ Because the requested Python version (>=3.9) does not satisfy
      Python>=3.10 and marimo==0.19.0 depends on Python>=3.10, we can conclude
      that marimo==0.19.0 cannot be used.
      And because only marimo<=0.19.0 is available and your project depends
      on marimo==0.19.0, we can conclude that your project's requirements
      are unsatisfiable.

      hint: The `requires-python` value (>=3.9) includes Python versions
      that are not supported by your dependencies (e.g., marimo==0.19.0 only
      supports >=3.10). Consider using a more restrictive `requires-python`
      value (like >=3.10).

      hint: While the active Python version is 3.14, the resolution failed for
      other Python versions supported by your project. Consider limiting your
      project's supported Python versions using `requires-python`.

@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 542c1c5 to c2ca927 Compare November 16, 2025 16:03
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.17.7,<=0.17.7 fix(deps): update dependency marimo to >=0.17.8,<=0.17.8 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from c2ca927 to 1f7617b Compare November 19, 2025 20:06
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 1f7617b to 8e3ff7d Compare November 22, 2025 04:14
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.17.8,<=0.17.8 fix(deps): update dependency marimo to >=0.18.0,<=0.18.0 Nov 22, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch 2 times, most recently from e960d42 to a309d22 Compare November 26, 2025 11:33
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.18.0,<=0.18.0 fix(deps): update dependency marimo to >=0.18.1,<=0.18.1 Nov 26, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch 2 times, most recently from 3b7df6d to 47ab08d Compare December 4, 2025 19:45
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.18.1,<=0.18.1 fix(deps): update dependency marimo to >=0.18.2,<=0.18.2 Dec 4, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 47ab08d to e3db3e1 Compare December 5, 2025 23:39
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.18.2,<=0.18.2 fix(deps): update dependency marimo to >=0.18.3,<=0.18.3 Dec 5, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from e3db3e1 to 3740666 Compare December 11, 2025 16:13
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.18.3,<=0.18.3 fix(deps): update dependency marimo to >=0.18.4,<=0.18.4 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 3740666 to ec06d4e Compare January 1, 2026 01:11
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from ec06d4e to 7331067 Compare January 9, 2026 07:07
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.18.4,<=0.18.4 fix(deps): update dependency marimo to >=0.19.0,<=0.19.0 Jan 9, 2026
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