Skip to content

Commit bb1bdbb

Browse files
authored
Merge branch 'main' into fix/smoke-test-app
2 parents 8dd18ce + fff3c97 commit bb1bdbb

File tree

6 files changed

+221
-205
lines changed

6 files changed

+221
-205
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"nock": "^14.0.10",
5959
"orval": "^7.17.0",
6060
"prettier": "^3.6.2",
61-
"ts-jest": "^29.4.5",
61+
"ts-jest": "^29.4.6",
6262
"ts-node": "^10.9.2",
6363
"tsx": "^4.21.0",
6464
"typescript": "^5.9.3",

packages/langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint:fix": "eslint \"**/*.ts\" --fix && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -w --log-level error"
3232
},
3333
"dependencies": {
34-
"@langchain/core": "^1.1.0",
34+
"@langchain/core": "^1.1.1",
3535
"@sap-ai-sdk/ai-api": "workspace:^",
3636
"@sap-ai-sdk/core": "workspace:^",
3737
"@sap-ai-sdk/foundation-models": "workspace:^",

0 commit comments

Comments
 (0)