Update package.json

This commit is contained in:
2026-03-20 16:11:43 -07:00
committed by GitHub
parent 42bd4e897e
commit 62312f8995

View File

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