zyratlo commented on code in PR #5260:
URL: https://github.com/apache/texera/pull/5260#discussion_r3567259838
##########
frontend/package.json:
##########
@@ -21,6 +21,7 @@
"private": true,
"dependencies": {
"@abacritt/angularx-social-login": "2.3.0",
+ "@ai-sdk/openai": "2.0.67",
Review Comment:
I looked into it, the reason we didn't need to change LICENSE-binary even
though we added a new dependency is because there's no consumer for this code
in main right now (we're merging the whole tool incrementally across multiple
PRs). The license checker diffs against what the production build actually
bundles, and with no consumer the migration client is tree-shaken out, so
@ai-sdk/openai never reaches the bundle. When the consumer is merged in #5273,
it'll be bundled and we'll add it to LICENSE-binary then.
--
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]