From a9e9f340aea9e5636cbc6c76a2c0d581b13490ea Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 1 Dec 2025 11:28:15 -0800 Subject: [PATCH] Update serious_python to version 0.9.5 Replaces the previous git dependency for serious_python with the published version 0.9.5 in pubspec.yaml. This change simplifies dependency management and ensures compatibility with the latest release. --- {{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 bd0e295..99ac87c 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -29,13 +29,13 @@ dependency_overrides: ref: main url: https://github.com/flet-dev/flet.git - # serious_python: 0.9.4 + serious_python: 0.9.5 - serious_python: - git: - url: https://github.com/flet-dev/serious-python.git - ref: ios-bundle-id-fix - path: src/serious_python + # serious_python: + # git: + # url: https://github.com/flet-dev/serious-python.git + # ref: ios-bundle-id-fix + # path: src/serious_python wakelock_plus: ^1.2.10 web: ^1.0.0