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


##########
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:
   `@ai-sdk/openai` was bumped in `package.json`, but `agent-service/bun.lock` 
(and the per-module `agent-service/LICENSE-binary` dependency list) still 
reference `@ai-sdk/[email protected]`. CI runs `bun install --frozen-lockfile`, so 
this mismatch will fail installs and the license-manifest check. Please 
regenerate/commit the updated Bun lockfile (and refresh LICENSE-binary 
accordingly).



-- 
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