From 45ada54bfbb8dd27dd799159c099a4492cd25019 Mon Sep 17 00:00:00 2001 From: Zeroupper Date: Fri, 14 Aug 2026 13:47:44 +0200 Subject: [PATCH 1/2] chore: widen carp_serializable constraint to allow 3.x --- packages/mobility_features/CHANGELOG.md | 4 ++++ packages/mobility_features/pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/mobility_features/CHANGELOG.md b/packages/mobility_features/CHANGELOG.md index fa6fbe74e..db04a4570 100644 --- a/packages/mobility_features/CHANGELOG.md +++ b/packages/mobility_features/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.2.0 + +* widen `carp_serializable` constraint to allow 3.x + ## 6.1.0 * upgrade of stats package diff --git a/packages/mobility_features/pubspec.yaml b/packages/mobility_features/pubspec.yaml index b182df8aa..b363209b2 100644 --- a/packages/mobility_features/pubspec.yaml +++ b/packages/mobility_features/pubspec.yaml @@ -1,6 +1,6 @@ name: mobility_features description: Calculation of real-time mobility features like places, stops, and home stay -version: 6.1.0 +version: 6.2.0 homepage: https://github.com/cph-cachet/flutter-plugins/ environment: @@ -14,7 +14,7 @@ dependencies: stats: ^3.0.0 path_provider: ^2.0.2 json_annotation: ^4.8.0 - carp_serializable: ^2.0.0 + carp_serializable: '>=2.0.0 <4.0.0' dev_dependencies: flutter_test: From a755bb83f8ee0b14a9d7ee0af297974ae87d2d8b Mon Sep 17 00:00:00 2001 From: Zeroupper Date: Fri, 14 Aug 2026 14:09:49 +0200 Subject: [PATCH 2/2] chore: upgrade to carp_serializable ^3.0.0 --- packages/mobility_features/CHANGELOG.md | 2 +- packages/mobility_features/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mobility_features/CHANGELOG.md b/packages/mobility_features/CHANGELOG.md index db04a4570..5c8320c8c 100644 --- a/packages/mobility_features/CHANGELOG.md +++ b/packages/mobility_features/CHANGELOG.md @@ -1,6 +1,6 @@ ## 6.2.0 -* widen `carp_serializable` constraint to allow 3.x +* upgrade to `carp_serializable` ^3.0.0 ## 6.1.0 diff --git a/packages/mobility_features/pubspec.yaml b/packages/mobility_features/pubspec.yaml index b363209b2..b2df2b766 100644 --- a/packages/mobility_features/pubspec.yaml +++ b/packages/mobility_features/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: stats: ^3.0.0 path_provider: ^2.0.2 json_annotation: ^4.8.0 - carp_serializable: '>=2.0.0 <4.0.0' + carp_serializable: ^3.0.0 dev_dependencies: flutter_test: