Update package.json

This commit is contained in:
2026-04-24 23:11:40 -07:00
committed by GitHub
parent 0fcccb5953
commit 0a64e532ff

View File

@@ -8,7 +8,7 @@
"dev": "bun --watch index.js" "dev": "bun --watch index.js"
}, },
"dependencies": { "dependencies": {
"openai": "6.32.*", "openai": "6.34.*",
"@anthropic-ai/sdk": "0.80.*" "@anthropic-ai/sdk": "0.91.*"
} }
} }