From 0267b9327c8019866e4ec19558897e8cab60e536 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 22 Dec 2025 09:45:21 -0800 Subject: [PATCH] Update serious_python to version 0.9.8 Bump serious_python dependency from 0.9.7 to 0.9.8 and comment out the git override for serious_python in pubspec.yaml. --- {{cookiecutter.out_dir}}/pubspec.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index a6f775d..e23469d 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.7 + serious_python: 0.9.8 battery_plus: ^7.0.0 connectivity_plus: ^7.0.0 @@ -40,11 +40,11 @@ dependency_overrides: ref: main url: https://github.com/flet-dev/flet.git - serious_python: - git: - url: https://github.com/flet-dev/serious-python.git - ref: android-logging-fix - path: src/serious_python + # serious_python: + # git: + # url: https://github.com/flet-dev/serious-python.git + # ref: android-logging-fix + # path: src/serious_python package_info_plus: ^9.0.0 wakelock_plus: ^1.4.0