diff options
| author | Taylor Mullen <[email protected]> | 2025-05-07 16:31:43 -0700 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-05-07 16:38:06 -0700 |
| commit | 43c707b4e8232c32cd663c3d570704fbeaf6492b (patch) | |
| tree | 84d57f72475bb35cec86e52c863a5f8b142cd446 /packages/server/package.json | |
| parent | 95ab38e8d6dfe6487879e2b036bbaaea2ecea037 (diff) | |
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
Diffstat (limited to 'packages/server/package.json')
| -rw-r--r-- | packages/server/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
