aglinxinyuan commented on code in PR #6171:
URL: https://github.com/apache/texera/pull/6171#discussion_r3525994079
##########
agent-service/package.json:
##########
@@ -17,7 +17,7 @@
"dependencies": {
"@ai-sdk/openai": "3.0.73",
"@elysiajs/cors": "1.4.0",
- "ai": "6.0.208",
+ "ai": "7.0.15",
"ajv": "8.18.0",
Review Comment:
Fixed in 8264fa9 — bumped `@ai-sdk/openai` 3.0.73 → 4.0.8 so it lines up
with `ai@7` on `@ai-sdk/[email protected]` / `@ai-sdk/[email protected]`, and
regenerated `bun.lock` (the duplicate v3/v4 provider entries collapse to one).
Also synced `agent-service/LICENSE-binary` to match.
One nuance on the "type/runtime incompatibilities" call: it actually
typechecked as-is — the macos leg was green on `ai@7` + `openai@3` — so this
was the latent-runtime side of the risk (provider-spec mismatch), not a compile
break. Verified locally after the fix: `tsc`, 115 tests, and the license check
all pass.
--
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]