Skip to content

Commit b2cf288

Browse files
suryaiyer95claude
andcommitted
fix: pin duckdb to 1.4.4 to prevent bun runtime timeout
- Pin `duckdb` from `^1.0.0` to exact `1.4.4` in `packages/drivers` - Add `duckdb: 1.4.4` to root `package.json` for workspace resolution - Update `bun.lock` Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 997fc17 commit b2cf288

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

bun.lock

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"@opencode-ai/plugin": "workspace:*",
9191
"@opencode-ai/script": "workspace:*",
9292
"@opencode-ai/sdk": "workspace:*",
93+
"duckdb": "1.4.4",
9394
"typescript": "catalog:"
9495
},
9596
"repository": {

packages/drivers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"mysql2": "^3.0.0",
2020
"mssql": "^11.0.0",
2121
"oracledb": "^6.0.0",
22-
"duckdb": "^1.0.0",
22+
"duckdb": "1.4.4",
2323
"mongodb": "^6.0.0",
2424
"@clickhouse/client": "^1.0.0"
2525
}

0 commit comments

Comments
 (0)