From 6d3f6dd054a8fc8f4e49882768d01aa954dffc6d Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 22 Dec 2025 09:59:04 -0800 Subject: [PATCH] Update serious_python to version 0.9.8 Bumped serious_python dependency from 0.9.6 to 0.9.8 and commented out the previous git override configuration. This ensures the project uses the latest published version of serious_python. --- {{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 5d55345..ec9c81a 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter - serious_python: 0.9.6 + serious_python: 0.9.8 path: ^1.9.0 url_strategy: ^0.2.0 @@ -31,11 +31,11 @@ dependency_overrides: # serious_python: 0.9.6 - serious_python: - git: - url: https://github.com/flet-dev/serious-python.git - ref: android-crash-fix - path: src/serious_python + # serious_python: + # git: + # url: https://github.com/flet-dev/serious-python.git + # ref: android-crash-fix + # path: src/serious_python wakelock_plus: ^1.2.10 web: ^1.0.0