Skip to content

Commit a48e196

Browse files
committed
Update Turso to 0.6.1 across all packages
1 parent 3a5ed2b commit a48e196

11 files changed

Lines changed: 1549 additions & 729 deletions

File tree

cli/Cargo.lock

Lines changed: 713 additions & 305 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ agentfs-sdk = { path = "../sdk/rust" }
2727
tokio = { version = "1", features = ["full"] }
2828
clap = { version = "4", features = ["derive", "env"] }
2929
anyhow = "1.0"
30-
turso = { version = "0.4.4", features = ["sync"] }
30+
turso = { version = "0.6.1", features = ["sync"] }
3131
serde = { version = "1.0", features = ["derive"] }
3232
parking_lot = "0.12.5"
3333
clap_complete = { version = "=4.5.61", features = ["unstable-dynamic"] }

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
]
2929

3030
dependencies = [
31-
"pyturso==0.4.4",
31+
"pyturso==0.6.1",
3232
]
3333

3434
[dependency-groups]

0 commit comments

Comments
 (0)