Update package.json

This commit is contained in:
2026-02-18 16:25:22 -08:00
committed by GitHub
parent b6e1d2989d
commit b0a82212fb

View File

@@ -8,7 +8,7 @@
"dev": "bun --watch index.js" "dev": "bun --watch index.js"
}, },
"dependencies": { "dependencies": {
"openai": "6.1.*", "openai": "6.22.*",
"@anthropic-ai/sdk": "0.65.*" "@anthropic-ai/sdk": "0.77.*"
} }
} }