From 4a5e2ff2dd6405f109123212f604df173632e6cd Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 29 Oct 2025 13:14:05 -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. This simplifies dependency management and ensures compatibility with the latest release. --- {{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 b38bfab..68b1c62 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