Skip to content

Commit c0d07bc

Browse files
committed
chore: use released serious_python 4.1.1; drop temp git override
serious_python 4.1.1 (with the x86_64 _sysconfigdata fix, PR #218) is on pub.dev. Bump the build template serious_python 4.1.0 -> 4.1.1 and remove the temporary git override from flet_test_counter (the fix branch was deleted after release, which broke 'flutter pub get' on fresh runners — the linux-arm64 legs failed with 'could not find git ref fix/android-x86_64-sysconfigdata').
1 parent 6a3398a commit c0d07bc

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

sdk/python/examples/apps/flet_test_counter/pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,3 @@ flet = "../../../packages/flet"
4444
# Dart flet = in-repo source (relative to the provisioned build/flutter dir).
4545
[tool.flet.flutter.pubspec.dependency_overrides]
4646
flet = { path = "../../../../../../../packages/flet" }
47-
# TEMPORARY: pull serious_python from the x86_64 _sysconfigdata fix branch
48-
# (flet-dev/serious-python#218) so the android x86_64 CI leg validates it.
49-
# Revert to the pub.dev release once that PR ships.
50-
serious_python_android = { git = { url = "https://github.com/flet-dev/serious-python.git", ref = "fix/android-x86_64-sysconfigdata", path = "src/serious_python_android" } }
51-
serious_python_platform_interface = { git = { url = "https://github.com/flet-dev/serious-python.git", ref = "fix/android-x86_64-sysconfigdata", path = "src/serious_python_platform_interface" } }

sdk/python/templates/build/{{cookiecutter.out_dir}}/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
flet:
1919
path: ../../../../../packages/flet
2020

21-
serious_python: 4.1.0
21+
serious_python: 4.1.1
2222

2323
# MsgPack codec used by the dart_bridge FletBackendChannel implementation
2424
# in lib/main.dart — matches the wire format flet's existing socket

0 commit comments

Comments
 (0)