Skip to content

Commit 96e646d

Browse files
authored
fix(common): set upper bound limit for sqlite version to fix ci build failures (#4884)
1 parent 8576d44 commit 96e646d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/common/amplify_db_common_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
drift: ">=2.14.0 <2.15.0"
1616
meta: ^1.7.0
1717
path: ">=1.8.0 <2.0.0"
18-
sqlite3: ^2.0.0
18+
sqlite3: ">=2.0.0 <2.4.3"
1919

2020
dev_dependencies:
2121
amplify_lints: ">=3.1.0 <3.2.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
oauth2: ^2.0.2
4040
package_info_plus: ^6.0.0
4141
pigeon: ^11.0.0
42-
sqlite3: ^2.0.0
42+
sqlite3: ">=2.0.0 <2.4.3"
4343
source_gen: ^1.3.2
4444
stack_trace: ^1.10.0
4545
uuid: ">=3.0.6 <5.0.0"

0 commit comments

Comments
 (0)