From 85c1abcf33f785347444611ae441971d40ebeae5 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 29 Oct 2025 13:15:37 -0700 Subject: [PATCH] Update serious_python dependency to version 0.9.4 Replaces the git-based serious_python dependency with the published version 0.9.4. The previous git configuration is now commented out for reference. --- {{cookiecutter.out_dir}}/pubspec.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 3d346fd..221dde1 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -29,11 +29,13 @@ 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-16k - path: src/serious_python + serious_python: 0.9.4 + + # serious_python: + # git: + # url: https://github.com/flet-dev/serious-python.git + # ref: main + # path: src/serious_python wakelock_plus: ^1.2.10 web: ^1.0.0