Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
151 changes: 100 additions & 51 deletions pr-review/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-review/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@octokit/plugin-retry": "6.1.0",
"@octokit/plugin-throttling": "8.2.0",
"@octokit/webhooks": "13.9.1",
"@sap-ai-sdk/ai-api": "1.18.0",
"@sap-ai-sdk/ai-api": "2.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You’ve bumped @sap-ai-sdk/ai-api from 1.18.0 to 2.0.0, which is a major version upgrade and may include breaking changes. Please:

  1. Verify compatibility with the orchestration SDK and other code that imports ai-api. If necessary, update any initialization options or method signatures that changed in v2.0.0.
  2. Add a semver range (e.g., ^2.0.0) instead of pinning to 2.0.0 to allow patch updates:
"@sap-ai-sdk/ai-api": "^2.0.0",
  1. Run your integration tests (or manually smoke-test key workflows) to ensure no regressions.
  2. Don’t forget to commit the updated lockfile after installing.

"@sap-ai-sdk/orchestration": "1.18.0",
"axios": "1.12.2",
"minimatch": "10.0.3",
Expand Down
Loading
Loading