Skip to content

deps: bump nicegui from 3.12.0 to 3.13.0#200

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/nicegui-3.13.0
Open

deps: bump nicegui from 3.12.0 to 3.13.0#200
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/nicegui-3.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps nicegui from 3.12.0 to 3.13.0.

Release notes

Sourced from nicegui's releases.

v3.13.0

New features and enhancements

Bugfixes

  • Fix dropped app.native.window_args, app.native.settings and app.native.start_args when the spawned window process can't re-execute the main module (e.g. console-scripts, python -m, PyInstaller); unpicklable values now emit a one-time warning instead of being silently dropped (#6082, #6093 by @​VFLins, @​falkoschindler, @​evnchn)

  • Fix blank ui.aggrid when flex columns use the infinite row model; auto_size_columns becomes a tri-state bool | None defaulting to None (skip autoSizeStrategy when columns use flex) (#5087, #6080 by @​davetapley, @​evnchn, @​falkoschindler)

  • Fix Event.emitted() returning None instead of the emitted arguments, adding an opt-in expect_args parameter to Event.subscribe() (#6077, #6078 by @​falkoschindler, @​evnchn)

  • Fix the ui.sub_pages 404 sad-face persisting after client-side navigation when the page is first loaded at an unknown URL (#6069, #6071 by @​evnchn, @​falkoschindler)

    Note: Apps that relied on the styled sad-face overlay appearing on ui.sub_pages 404s now see only the inline 404: sub page X not found label inside their own chrome. The HTTP 404 status and the show_404=False escape hatch are unchanged.

  • Replace the misleading "remove the main guard" reload error for python -m <pkg> with a targeted message naming the package and the working alternatives (#181, #3769, #5280, #5939, #6066, #6068 by @​NichtJens, @​evnchn, @​falkoschindler)

  • Fix Client has been deleted warning spam on reload when scene objects are mutated after await (#6058, #6059 by @​codingpaula, @​evnchn, @​falkoschindler)

    Note: Element.update(), run_method() and get_computed_prop() now stay silent only for the disconnect/reload race; using an element after an explicit element.delete() emits a one-shot warning with a stack trace.

Documentation

Testing

Infrastructure


Special thanks to our top sponsors DiscoLike Inc. and Lechler GmbH

and all our other sponsors and contributors for supporting this project!

🙏 Want to support this project? Check out our GitHub Sponsors page to help us keep building amazing features!

v3.12.1

Bugfixes

... (truncated)

Commits
  • fbc2407 Fill llms.md gaps in element surface vs. ui.* exports (#6048) (#6051)
  • b2f387b Serve markdown for known agent UAs sending wildcard Accept (#6053)
  • b7cf82a Improve diagnostic when storing a non-JSON-serializable value (#6050)
  • 1c83d23 List ui.parallax, ui.skip_link and ui.xterm in the map
  • e53fb93 Add aria-label and child-content labels to button markdown (#6052)
  • a99f44a Fix Client has been deleted warning spam on reload (#6058) (#6059)
  • 078c41a Add ui.skip_link for keyboard-accessibility skip links (WCAG 2.4.1) (#5790)
  • 82c0ee7 Fix dropped app.native.* args in spawned window process (#6093)
  • 00dea3d Add a note about large datasets to the ui.plotly docs (#6095)
  • ebc2656 Add Plotly.extendTraces demo and run_plot_method helper (#6060)
  • Additional commits viewable in compare view

Dependabot compatibility score

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nicegui](https://github.com/zauberzeug/nicegui) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/zauberzeug/nicegui/releases)
- [Changelog](https://github.com/zauberzeug/nicegui/blob/main/release.dockerfile)
- [Commits](zauberzeug/nicegui@v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: nicegui
  dependency-version: 3.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency python Python-related changes security Security-related updates labels Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency python Python-related changes security Security-related updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants