From b0a82212fbeefbbd67e58d79918ff37575d9a50c Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 18 Feb 2026 16:25:22 -0800 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 24826e1..a7968fc 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dev": "bun --watch index.js" }, "dependencies": { - "openai": "6.1.*", - "@anthropic-ai/sdk": "0.65.*" + "openai": "6.22.*", + "@anthropic-ai/sdk": "0.77.*" } }