aglinxinyuan commented on code in PR #5816:
URL: https://github.com/apache/texera/pull/5816#discussion_r3445047740


##########
agent-service/package.json:
##########
@@ -15,7 +15,7 @@
     "format:check": "prettier --check \"src/**/*.{ts,tsx,json}\""
   },
   "dependencies": {
-    "@ai-sdk/openai": "2.0.79",
+    "@ai-sdk/openai": "3.0.73",

Review Comment:
   Good catch — addressed in a3292576b1. Regenerated `bun.lock` and refreshed 
`agent-service/LICENSE-binary` to match.
   
   One extra wrinkle worth flagging: `@ai-sdk/openai@3` implements the v3 
provider spec (`LanguageModelV3`), which `[email protected]` can't consume — `tsc` 
fails with `Type 'LanguageModelV3' is not assignable to type 
'LanguageModelV2'`. So the lockfile alone wasn't enough; I also bumped `ai` 
5.0.108 → 6.0.208 to move the whole AI SDK stack to the v3 provider line 
together. No source changes were needed — typecheck, prettier, and all 93 unit 
tests pass locally.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to