Fix: Update openai and wrangler versions

This commit is contained in:
2025-10-03 16:47:20 -07:00
parent 05b9e6fbaf
commit e022ab2242

View File

@@ -9,10 +9,10 @@
"start": "wrangler dev"
},
"dependencies": {
"@anthropic-ai/sdk": "0.21.*",
"openai": "5.16.*"
"@anthropic-ai/sdk": "0.65.*",
"openai": "6.1.*"
},
"devDependencies": {
"wrangler": "4.33.*"
"wrangler": "4.42.*"
}
}