Skip to content

Commit 25c623c

Browse files
committed
Use versions less than 2.4.7 for sqlite3
1 parent 26a0b8d commit 25c623c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
sqlite_async: ^0.9.0
1414
# We only use sqlite3 as a transitive dependency,
1515
# but right now we need a minimum of v2.4.6.
16-
sqlite3: ^2.4.6
16+
sqlite3: ">=2.4.5 <2.4.7"
1717
universal_io: ^2.0.0
1818
sqlite3_flutter_libs: ^0.5.23
1919
powersync_flutter_libs: ^0.4.1

0 commit comments

Comments
 (0)