mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
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
This commit is contained in:
parent
95ab38e8d6
commit
43c707b4e8
4 changed files with 24 additions and 56 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue