Update assistant package#1321
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace deprecated ft.app() with ft.run() - Add colored visual cues to Stack test for positioning verification - Add Pass/Fail buttons to all manual tests - Document future considerations: error handling, private API usage, unexposed flet layout properties with links Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add flet-desktop package and tighter restrict on flet packages.
- Add SYSTEM/LIGHT/DARK theme parameter to Assistant.__init__ and display_flet_window, applied via flet.ThemeMode on the page - Expose BackgroundFlet._loop as a public event_loop property - Minor cleanups: move Alignment import to top level, add pylint disables for private-access and unexpected-keyword-arg Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Migrate rpaframework-assistant from robocorp-flet==0.4.2.3 (fork of flet 0.4.2) to official flet>=0.82.0,<1.0.0.
Breaking changes
Core changes
ft.app() in a daemon thread, threading.Event for close detection, and signal.signal patching. Added 30-second startup timeout.
_run_on_flet_thread(), FilePicker service registration via page._services.register_service(), Dropdown on_change → on_select,
AppBar.actions null-safety.
for add_flet_icon, state cleanup between dialogs (date_inputs, _required_fields, _open_layouting, validation_errors), empty date input
returns None instead of ValueError.
Bug fixes found during testing
Tests
Docs