Skip to content

chore(deps): upgrade Flet to 0.86.1#50

Merged
jorge-huxley merged 1 commit into
masterfrom
chore/upgrade-flet-0.86
Jul 20, 2026
Merged

chore(deps): upgrade Flet to 0.86.1#50
jorge-huxley merged 1 commit into
masterfrom
chore/upgrade-flet-0.86

Conversation

@jorge-huxley

@jorge-huxley jorge-huxley commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • Upgrade flet, flet-permission-handler, and flet-secure-storage to 0.86.1, pinned together so flet build keeps the Python runtime and Flutter client on the same protocol version (fixes the packaged black-screen mismatch seen with 0.86 Python + 0.85 Flutter).
  • Cap requires-python at >=3.13,<3.14 so packaged apps bundle Python 3.13 instead of Flet 0.86’s default 3.14.
  • No GUI code changes required; existing APIs (ft.Padding, page.show_dialog, FLET_APP_STORAGE_DATA, asset loading via __file__) are already 0.86-compatible.

Test plan

  • uv run pytest — 196 tests pass
  • CI release build on an RC tag (v*-rc*) completes for Windows, macOS, and Android
  • Packaged Windows/Android builds open past the splash screen to the normal UI
  • Smoke-test Settings (secure storage), Sync tab, and About dialog on one desktop build

Pin all Flet packages to 0.86.1 so the Python runtime and Flutter client
stay in sync during flet build. Cap requires-python at 3.13 so packaged
apps bundle the same Python version as dev/CI.

Co-authored-by: Cursor <cursoragent@cursor.com>
@cursor

cursor Bot commented Jul 20, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@jorge-huxley
jorge-huxley merged commit 25ff776 into master Jul 20, 2026
5 checks passed
@jorge-huxley
jorge-huxley deleted the chore/upgrade-flet-0.86 branch July 20, 2026 10:29
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