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 Type Update Change Age Confidence
marimo (source) minor >=0.14.8,<=0.14.16>=0.19.7,<=0.19.7 age confidence
marimo project.dependencies minor >=0.14.8,<=0.14.16>=0.19.7,<=0.19.7 age confidence

Release Notes

marimo-team/marimo (marimo)

v0.19.7

Compare Source

⭐️ Highlights

PDF Export

marimo now supports exporting notebooks as PDFs, both from the CLI and directly from the notebook interface. Whether you're generating documentation, creating reports, or sharing your work, you can now produce professional-looking PDF outputs with full support for your notebook's visualizations and markdown content.

Export from the command line using the new marimo export pdf command, with options to control output format and include CLI arguments for parameterized notebooks. The PDF exporter runs your notebook, captures all outputs, and uses nbconvert's WebPDF exporter (powered by Chromium) for high-quality rendering. When running marimo as a notebook, you'll find a new "Export as PDF" option in the export menu.

# Export a notebook to PDF
marimo export pdf notebook.py -o notebook.pdf

# Pass CLI arguments to your notebook
marimo export pdf notebook.py -o report.pdf -- --date 2026-01-29 --region west

# Watch for changes and auto-regenerate
marimo export pdf notebook.py -o notebook.pdf --watch

Requirements: PDF export requires nbformat and nbconvert[webpdf] to be installed.

✨ Enhancements
  • apply patch for extraStyleContent (#​8043)
  • add more linking to provider page (#​8041)
  • Lsp status icon and refresh (#​8011)
  • Additional print configuration, fix race conditions in export to pdf (#​8038)
  • Include mime-type precedence and visibilty rules (#​8037)
  • add snappy parameter to speed up auto-export (#​8032)
  • fix carousel styles (#​8022)
  • add progress bar for download pdf (#​8016)
  • add placeholder images for external iframes on export to pdf (#​8003)
  • Support srcdoc screenshots (#​8001)
  • link to provider and model page directly (#​7979)
  • Dont set --compile-bytecode for uv installation (#​7985)
  • Add Minimap/Graph toggle to dependencies panel in developer panel (#​7976)
  • Downgrade dataframe in non-interactive environments (#​7940)
🐛 Bug fixes
  • No diff churn when adding requires-python to a sandboxed file (#​8054)
  • Add back LSP snippets, upgrade codemirror-languageserver (#​8052)
  • LSP reconfiguration missing cell-id (#​8050)
  • remove manual handling of local iframes, only external iframes (#​8051)
  • Ensure overflow is captured in screenshots, and ensure smooth capture (#​8046)
  • fix timing issue to apply edits after data has come in (#​8025)
  • Lsp potential race conditions (#​8012)
  • Save content when creating a new file via filename input (#​8009)
  • Ensure logs are scrollable in developer panel (#​8002)
  • Refine rendering of equations in chat pane (#​7961)
  • Add plotly scattermap/scattermapbox point selection support (#​7975)
  • prevent layout shift for auto-export ipynb (#​7965)
  • Avoid ValueError when comparing embed defs with NumPy arrays (#​7980)
  • fix setting UI config to empty for AI custom & displayed models (#​7991)
  • Plotly shapes not clearing when removed from figure (#​7974)
  • Correct input channel direction for IPC sandbox mode (#​7973)
  • support ansi characters in pdf export (#​7962)
📚 Documentation
  • Small textual corrections in Claude Code doc (#​7951)
🔬 Preview features
  • turn on server_side_export_to_pdf flag (#​8036)
📝 Other changes
  • 0.19.7 (fc88208)
  • Default to wedpdf since tex seems to have more issues (#​8055)
  • Proper fallback for mo.watch.file in wasm (#​7982)
  • toast an error if Export as png fails (#​8049)
  • Preserve _marimo_row_id when clamping table columns (#​8029) (#​8035) (83f0901)
  • Update all biome dependencies to v2.3.12 (#​8039)
  • Update pymdownx admonition smoke tests with new syntax (#​8028)
  • Consolidate watch_and_export implementations (#​8000)
  • Export notebooks as PDFs via CLI (#​7997)
  • Windows path issue (#​7978) (#​7990) (6d3a6eb)
  • Update all storybook dependencies to ^10.2.0 (#​7987)
Contributors

Thanks to all our community and contributors who made this release possible: @​akshayka, @​app/renovate, @​dmadisetti, @​faysou, @​Light2Dark, @​manzt, @​mscolnick, @​MukeshK17, @​peter-gy, @​sswatson-ap

New Contributors

Full Changelog: marimo-team/marimo@0.19.6...0.19.7

v0.19.6

Compare Source

What's Changed

🐛 Bug fixes

  • fix number component navigation (#​7957)
  • --sandbox flag should add script metadata when none exists (#​7954)
  • Include rich console outputs in PDF/ipynb export (#​7955)

📚 Documentation

  • Add screenshot and clarify ipynb snapshotting docs (#​7952)

📝 Other changes

Contributors

Thanks to all our community and contributors who made this release possible: @​akshayka, @​app/renovate, @​manzt, @​mscolnick

Full Changelog: marimo-team/marimo@0.19.5...TODO_CURRENT_VERSION

v0.19.4

Compare Source

What's Changed

Full Changelog: marimo-team/marimo@0.19.3...0.19.4

v0.19.2

Compare Source

What's Changed

This PR fixes a bug that prevented deployed notebooks from accessing request context like user authentication data, cookies, headers, etc.

New Contributors

Full Changelog: marimo-team/marimo@0.19.1...0.19.2

v0.19.1

Compare Source

What's Changed

This release includes a new API for formatting values in mo.ui.dataframe, as well as small bug fixes.

✨ Enhancements
  • Support format_mapping for dataframe as table (#​7745)
🐛 Bug fixes
  • Running sandbox link in home is broken when launched under subdir (#​7764)
  • Lower minimap z-index to stay within panel bounds (#​7766)
  • fix data editor width by setting full width on parent (#​7760)
📚 Documentation
  • Add quotes around path in TOML (#​7765)
📝 Other changes
Contributors

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

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

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](https://

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 these updates 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 --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.7 depends on Python>=3.10, we can conclude
      that marimo==0.19.7 cannot be used.
      And because only marimo<=0.19.7 is available and your project depends
      on marimo==0.19.7, we can conclude that your project's requirements
      are unsatisfiable.

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

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

@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
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 7331067 to 3d42162 Compare January 10, 2026 03:59
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.19.0,<=0.19.0 fix(deps): update dependency marimo to >=0.19.1,<=0.19.1 Jan 10, 2026
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 3d42162 to bb2a0f3 Compare January 11, 2026 04:04
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.19.1,<=0.19.1 fix(deps): update dependency marimo to >=0.19.2,<=0.19.2 Jan 11, 2026
@renovate renovate bot force-pushed the renovate/marimo-0.x branch 2 times, most recently from 84b22f5 to d7f6515 Compare January 16, 2026 20:14
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.19.2,<=0.19.2 fix(deps): update dependency marimo to >=0.19.4,<=0.19.4 Jan 16, 2026
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from d7f6515 to 65b3761 Compare January 23, 2026 16:12
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.19.4,<=0.19.4 fix(deps): update dependency marimo to >=0.19.5,<=0.19.5 Jan 23, 2026
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 65b3761 to 1dc7e66 Compare January 24, 2026 12:03
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.19.5,<=0.19.5 fix(deps): update dependency marimo to >=0.19.6,<=0.19.6 Jan 24, 2026
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 1dc7e66 to 91c3984 Compare January 30, 2026 04:14
@renovate renovate bot changed the title fix(deps): update dependency marimo to >=0.19.6,<=0.19.6 fix(deps): update dependency marimo to >=0.19.7,<=0.19.7 Jan 30, 2026
@renovate renovate bot force-pushed the renovate/marimo-0.x branch from 91c3984 to 025f0e9 Compare February 3, 2026 11:52
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.

0 participants