From 43c707b4e8232c32cd663c3d570704fbeaf6492b Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Wed, 7 May 2025 16:31:43 -0700 Subject: Continue to work through 429/500s. - The root of this issue was actually a genai SDK bug that was fixed here: https://critique.corp.google.com/cl/753255997 - Upgrade to latest genai SDK for latest bug fixes (including the above) - Removed specific 429 handling for uncaught rejections. Fixes https://b.corp.google.com/issues/413760164 --- packages/server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/server/package.json') diff --git a/packages/server/package.json b/packages/server/package.json index f49aee0a..e20c4086 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -19,7 +19,7 @@ "dist" ], "dependencies": { - "@google/genai": "^0.10.0", + "@google/genai": "^0.13.0", "@modelcontextprotocol/sdk": "^1.11.0", "diff": "^7.0.0", "dotenv": "^16.4.7", -- cgit v1.2.3