From 99078d35543cc245df8821334a1931b8a47adef3 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Thu, 18 Dec 2025 13:14:33 -0800 Subject: [PATCH] Update serious_python and flet dependencies Bump serious_python to version 0.9.7 and update flet dependency override to use the main branch. Also comment out the serious_python git override. --- {{cookiecutter.out_dir}}/pubspec.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 99c6a5e..69f6485 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: flutter_web_plugins: sdk: flutter - serious_python: 0.9.6 + serious_python: 0.9.7 battery_plus: ^7.0.0 connectivity_plus: ^7.0.0 @@ -37,16 +37,14 @@ dependency_overrides: flet: git: path: packages/flet - ref: routing-fix + ref: main url: https://github.com/flet-dev/flet.git - #serious_python: 0.9.6 - - serious_python: - git: - url: https://github.com/flet-dev/serious-python.git - ref: android10-fix - path: src/serious_python + # serious_python: + # git: + # url: https://github.com/flet-dev/serious-python.git + # ref: android10-fix + # path: src/serious_python package_info_plus: ^9.0.0 wakelock_plus: ^1.4.0