Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps nicegui from 1.4.9 to 3.3.1.

Release notes

Sourced from nicegui's releases.

v3.3.1

Enhancement

Bugfixes

Testing


Special thanks to our top sponsors Lechler GmbH, LambdaTest, and Pierre Gronlier

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

New features and enhancements

Bugfixes

Documentation

... (truncated)

Commits
  • 546802d Fix navigating ui.sub_pages in root page with remaining path (#5442)
  • f007ad3 Plotly this.last_options_set: fix wrongful re-use plotly instance on first-...
  • fc2114d Use local audio to avoid flaky test (#5441)
  • 8d69ecd Fix spurious ui.table "found list in column" warnings (#5454)
  • ce61005 introduce "ci-gate" job and try to fix "slack"
  • 93618af Introduce self._real_* for zoom and center; Run setView at end (#5453)
  • 0e63262 Do not load headwind.css if Tailwind is disabled (#5448)
  • 2d00732 trigger test workflow for pull requests
  • d67ae94 remove version and release date from CITATION.cff to simplify workflow
  • a8971ad update version
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 1.4.9 to 3.3.1.
- [Release notes](https://github.com/zauberzeug/nicegui/releases)
- [Changelog](https://github.com/zauberzeug/nicegui/blob/main/release.dockerfile)
- [Commits](zauberzeug/nicegui@v1.4.9...v3.3.1)

---
updated-dependencies:
- dependency-name: nicegui
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 17, 2025
Copy link

@llamapreview llamapreview bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Code Review by LlamaPReview

🎯 TL;DR & Recommendation

Recommendation: Approve with suggestions

This PR updates NiceGUI to version 3.3.1, but requires manual testing due to potential breaking changes, skipped CI checks, and possible rendering or performance impacts.

🌟 Strengths

  • Routine dependency update to leverage latest features and fixes.
Priority File Category Impact Summary Anchors
P2 pyproject.toml Architecture Potential breaking API changes could cause runtime failures. symbol:ui.page
P2 pyproject.toml Testing CI/CD skipped tests, no validation of UI functionality.
P2 pyproject.toml Maintainability HTML/CSS handling changes might break external resources. symbol:ui.add_head_html
P2 pyproject.toml Performance Performance changes possible, requires baseline testing.

🔍 Notable Themes

  • The NiceGUI major version upgrade introduces risks including API breaks, rendering issues, and untested functionality that necessitate comprehensive manual testing before deployment.

💡 Have feedback? We'd love to hear it in our GitHub Discussions.
✨ This review was generated by LlamaPReview Advanced, which is free for all open-source projects. Learn more.

Comment on lines 50 to 52
"asyncz==0.13.4", # Pinned
"nicegui==1.4.9", # Pinned
"nicegui==3.3.1", # Pinned
"ping3==5.1.5", # Pinned
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 | Confidence: High

  • Speculative: This major version upgrade (1.4.9 → 3.3.1) likely contains breaking API changes. The related_context shows significant NiceGUI usage in tt/frontend/main.py including ui.page decorators, ui.left_drawer context managers, ui.label, ui.video components, and ui.run_with initialization. Major NiceGUI releases typically introduce breaking changes to component APIs, event handling, and initialization patterns. The current code may be using deprecated APIs that could cause runtime failures or visual regressions.
  • The CI/CD results show that critical validation steps (test, build) were skipped, and linting failed. This dependency upgrade requires comprehensive testing of the UI components to verify compatibility. Without running the test suite, there's no validation that the NiceGUI upgrade doesn't break existing functionality. The frontend initialization in tt/frontend/main.py should be manually tested to ensure pages render correctly and all interactive elements work as expected.
  • Speculative: NiceGUI 3.x may have changed how external HTML/CSS resources are handled. The related_context shows usage of ui.add_head_html for loading external CSS and ui.add_body_html for TradingView widgets. Newer versions might have improved security around external resource loading or changed the rendering pipeline. Verify that the TradingView widget and custom styles still render correctly and don't conflict with NiceGUI's updated styling system.
  • Speculative: Major version upgrades often include performance improvements but may also introduce new dependencies or change resource loading patterns. NiceGUI 3.x might have different resource bundling, tree shaking, or lazy loading behaviors that could impact initial load times and runtime performance of the trading interface.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2025

Superseded by #2304.

@dependabot dependabot bot closed this Dec 15, 2025
@dependabot dependabot bot deleted the dependabot/pip/dev/nicegui-3.3.1 branch December 15, 2025 11:04
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 file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant