Skip to content

Commit

Permalink
Merge branch 'main' into feat-create-sample-cap-app
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongpinWang committed Oct 2, 2024
2 parents 02e2849 + da64a1f commit c43ef29
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@sap-ai-sdk/ai-api": "workspace:^",
"@sap-ai-sdk/core": "workspace:^",
"@sap-ai-sdk/foundation-models": "workspace:^",
"@langchain/core": "0.3.4",
"@langchain/core": "0.3.5",
"zod-to-json-schema": "^3.23.2"
}
}
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion sample-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@sap-ai-sdk/orchestration": "workspace:^",
"@sap-ai-sdk/langchain": "workspace:^",
"langchain": "0.3.2",
"@langchain/core": "0.3.4",
"@langchain/core": "0.3.5",
"@langchain/textsplitters": "0.1.0",
"@sap-cloud-sdk/util": "^3.21.0",
"@types/express": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"node": "^20"
},
"dependencies": {
"@langchain/core": "0.3.4",
"@langchain/core": "0.3.5",
"@sap-ai-sdk/ai-api": "canary",
"@sap-ai-sdk/foundation-models": "canary",
"@sap-ai-sdk/langchain": "canary",
Expand Down

0 comments on commit c43ef29

Please sign in to comment.