Skip to content

Commit 4b5474c

Browse files
committed
feat: update the version of dart_bridge
1 parent 07b0d2d commit 4b5474c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/serious_python/lib/src/python_versions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const dartBridgeVersionEnvironmentVariable = "DART_BRIDGE_VERSION";
1111

1212
/// python-build release the bundled runtimes come from (YYYYMMDD).
1313
const pythonReleaseDate = "20260712";
14-
const dartBridgeVersion = "1.5.1";
14+
const dartBridgeVersion = "1.7.1";
1515
const defaultPythonVersion = "3.14";
1616

1717
class PythonRelease {

src/serious_python_android/android/python_versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GENERATED by `dart run serious_python:gen_version_tables` from
22
# python-build manifest.json (release 20260712). Do not edit by hand.
33
default_python_version=3.14
4-
dart_bridge_version=1.5.1
4+
dart_bridge_version=1.7.1
55
python_build_release_date=20260712
66
3.12.full_version=3.12.13
77
3.12.android_abis=arm64-v8a,x86_64,armeabi-v7a

src/serious_python_darwin/darwin/python_versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GENERATED by `dart run serious_python:gen_version_tables` from
22
# python-build manifest.json (release 20260712). Do not edit by hand.
33
default_python_version=3.14
4-
dart_bridge_version=1.5.1
4+
dart_bridge_version=1.7.1
55
python_build_release_date=20260712
66
3.12.full_version=3.12.13
77
3.12.android_abis=arm64-v8a,x86_64,armeabi-v7a

src/serious_python_linux/linux/python_versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GENERATED by `dart run serious_python:gen_version_tables` from
22
# python-build manifest.json (release 20260712). Do not edit by hand.
33
default_python_version=3.14
4-
dart_bridge_version=1.5.1
4+
dart_bridge_version=1.7.1
55
python_build_release_date=20260712
66
3.12.full_version=3.12.13
77
3.12.android_abis=arm64-v8a,x86_64,armeabi-v7a

src/serious_python_windows/windows/python_versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GENERATED by `dart run serious_python:gen_version_tables` from
22
# python-build manifest.json (release 20260712). Do not edit by hand.
33
default_python_version=3.14
4-
dart_bridge_version=1.5.1
4+
dart_bridge_version=1.7.1
55
python_build_release_date=20260712
66
3.12.full_version=3.12.13
77
3.12.android_abis=arm64-v8a,x86_64,armeabi-v7a

0 commit comments

Comments
 (0)