aglinxinyuan commented on code in PR #6175:
URL: https://github.com/apache/texera/pull/6175#discussion_r3525962850
##########
agent-service/package.json:
##########
@@ -15,7 +15,7 @@
"format:check": "prettier --check \"src/**/*.{ts,tsx,json}\""
},
"dependencies": {
- "@ai-sdk/openai": "3.0.73",
+ "@ai-sdk/openai": "4.0.7",
"@elysiajs/cors": "1.4.0",
"ai": "6.0.208",
"ajv": "8.18.0",
Review Comment:
Done in 9fac6fb — bumped `ai` 6.0.208 → 7.0.15 in lockstep so it matches
`@ai-sdk/openai@4` (both now resolve `@ai-sdk/[email protected]` /
`@ai-sdk/[email protected]`; the duplicate provider@3 is gone). No source
changes were needed — `bun run typecheck` (0 errors) and `bun test` (115 pass)
are green and CI now passes.
_🤖 Addressed by [Claude Code](https://claude.com/claude-code)_
##########
agent-service/package.json:
##########
@@ -15,7 +15,7 @@
"format:check": "prettier --check \"src/**/*.{ts,tsx,json}\""
},
"dependencies": {
- "@ai-sdk/openai": "3.0.73",
+ "@ai-sdk/openai": "4.0.7",
"@elysiajs/cors": "1.4.0",
Review Comment:
Done in 9fac6fb — synced `agent-service/LICENSE-binary`: bumped the ai-sdk
versions, added `@workflow/[email protected]` (Apache-2.0), and removed the
now-unused `@opentelemetry/[email protected]`. The license drift check passes in both
PR (`--ignore-transitive-version`) and strict modes.
_🤖 Addressed by [Claude Code](https://claude.com/claude-code)_
--
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]