From 6ffbea1ad1411ace605f780a7c3c27250119d644 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 29 Oct 2025 13:13:46 -0700 Subject: [PATCH] Update serious_python dependency to version 0.9.4 Replaces the git-based override for serious_python with the published version 0.9.4 in pubspec.yaml. The previous git reference 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 a4fbde2..7126ba4 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -29,11 +29,13 @@ dependency_overrides: # ref: feodor/flet-0-27-5-fixes # url: https://github.com/flet-dev/flet.git - serious_python: - git: - url: https://github.com/flet-dev/serious-python.git - ref: main - 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