Skip to content

Commit 08cd228

Browse files
build(deps): bump @langchain/core from 0.3.62 to 1.0.1
Bumps [@langchain/core](https://github.com/langchain-ai/langchainjs) from 0.3.62 to 1.0.1. - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Commits](https://github.com/langchain-ai/langchainjs/commits) --- updated-dependencies: - dependency-name: "@langchain/core" dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e850d43 commit 08cd228

File tree

25 files changed

+99
-99
lines changed

25 files changed

+99
-99
lines changed

packages/adapter-azure-openai/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
],
4848
"dependencies": {
4949
"@chatluna/v1-shared-adapter": "^1.0.15",
50-
"@langchain/core": "0.3.62",
50+
"@langchain/core": "1.0.1",
5151
"zod": "3.25.76",
5252
"zod-to-json-schema": "^3.24.6"
5353
},
@@ -60,16 +60,16 @@
6060
"koishi-plugin-chatluna": "^1.3.0-alpha.76"
6161
},
6262
"resolutions": {
63-
"@langchain/core": "0.3.62",
63+
"@langchain/core": "1.0.1",
6464
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
6565
},
6666
"overrides": {
67-
"@langchain/core": "0.3.62",
67+
"@langchain/core": "1.0.1",
6868
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
6969
},
7070
"pnpm": {
7171
"overrides": {
72-
"@langchain/core": "0.3.62",
72+
"@langchain/core": "1.0.1",
7373
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
7474
}
7575
},

packages/adapter-claude/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
"dependencies": {
5050
"@chatluna/v1-shared-adapter": "^1.0.15",
51-
"@langchain/core": "0.3.62",
51+
"@langchain/core": "1.0.1",
5252
"zod": "3.25.76",
5353
"zod-to-json-schema": "^3.24.6"
5454
},
@@ -62,16 +62,16 @@
6262
"koishi-plugin-chatluna": "^1.3.0-alpha.76"
6363
},
6464
"resolutions": {
65-
"@langchain/core": "0.3.62",
65+
"@langchain/core": "1.0.1",
6666
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
6767
},
6868
"overrides": {
69-
"@langchain/core": "0.3.62",
69+
"@langchain/core": "1.0.1",
7070
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
7171
},
7272
"pnpm": {
7373
"overrides": {
74-
"@langchain/core": "0.3.62",
74+
"@langchain/core": "1.0.1",
7575
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
7676
}
7777
},

packages/adapter-deepseek/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
"node": ">=18.0.0"
3737
},
3838
"resolutions": {
39-
"@langchain/core": "0.3.62",
39+
"@langchain/core": "1.0.1",
4040
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4141
},
4242
"overrides": {
43-
"@langchain/core": "0.3.62",
43+
"@langchain/core": "1.0.1",
4444
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4545
},
4646
"pnpm": {
4747
"overrides": {
48-
"@langchain/core": "0.3.62",
48+
"@langchain/core": "1.0.1",
4949
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
5050
}
5151
},
@@ -61,7 +61,7 @@
6161
],
6262
"dependencies": {
6363
"@chatluna/v1-shared-adapter": "^1.0.15",
64-
"@langchain/core": "0.3.62",
64+
"@langchain/core": "1.0.1",
6565
"zod": "3.25.76",
6666
"zod-to-json-schema": "^3.24.6"
6767
},

packages/adapter-dify/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
"node": ">=18.0.0"
3737
},
3838
"resolutions": {
39-
"@langchain/core": "0.3.62",
39+
"@langchain/core": "1.0.1",
4040
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4141
},
4242
"overrides": {
43-
"@langchain/core": "0.3.62",
43+
"@langchain/core": "1.0.1",
4444
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4545
},
4646
"pnpm": {
4747
"overrides": {
48-
"@langchain/core": "0.3.62",
48+
"@langchain/core": "1.0.1",
4949
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
5050
}
5151
},
@@ -60,7 +60,7 @@
6060
"adapter"
6161
],
6262
"dependencies": {
63-
"@langchain/core": "0.3.62",
63+
"@langchain/core": "1.0.1",
6464
"zod": "3.25.76",
6565
"zod-to-json-schema": "^3.24.6"
6666
},

packages/adapter-doubao/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
"node": ">=18.0.0"
3737
},
3838
"resolutions": {
39-
"@langchain/core": "0.3.62",
39+
"@langchain/core": "1.0.1",
4040
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4141
},
4242
"overrides": {
43-
"@langchain/core": "0.3.62",
43+
"@langchain/core": "1.0.1",
4444
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4545
},
4646
"pnpm": {
4747
"overrides": {
48-
"@langchain/core": "0.3.62",
48+
"@langchain/core": "1.0.1",
4949
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
5050
}
5151
},
@@ -61,7 +61,7 @@
6161
],
6262
"dependencies": {
6363
"@chatluna/v1-shared-adapter": "^1.0.15",
64-
"@langchain/core": "0.3.62",
64+
"@langchain/core": "1.0.1",
6565
"zod": "3.25.76",
6666
"zod-to-json-schema": "^3.24.6"
6767
},

packages/adapter-gemini/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
"build": "atsc -b"
3434
},
3535
"resolutions": {
36-
"@langchain/core": "0.3.62",
36+
"@langchain/core": "1.0.1",
3737
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
3838
},
3939
"overrides": {
40-
"@langchain/core": "0.3.62",
40+
"@langchain/core": "1.0.1",
4141
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4242
},
4343
"pnpm": {
4444
"overrides": {
45-
"@langchain/core": "0.3.62",
45+
"@langchain/core": "1.0.1",
4646
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4747
}
4848
},
@@ -64,7 +64,7 @@
6464
"dependencies": {
6565
"@anatine/zod-openapi": "^2.2.8",
6666
"@chatluna/v1-shared-adapter": "^1.0.15",
67-
"@langchain/core": "0.3.62",
67+
"@langchain/core": "1.0.1",
6868
"openapi3-ts": "^4.5.0",
6969
"zod": "3.25.76",
7070
"zod-to-json-schema": "^3.24.6"

packages/adapter-hunyuan/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
"build": "atsc -b"
3434
},
3535
"resolutions": {
36-
"@langchain/core": "0.3.62",
36+
"@langchain/core": "1.0.1",
3737
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
3838
},
3939
"overrides": {
40-
"@langchain/core": "0.3.62",
40+
"@langchain/core": "1.0.1",
4141
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4242
},
4343
"pnpm": {
4444
"overrides": {
45-
"@langchain/core": "0.3.62",
45+
"@langchain/core": "1.0.1",
4646
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4747
}
4848
},
@@ -61,7 +61,7 @@
6161
],
6262
"dependencies": {
6363
"@chatluna/v1-shared-adapter": "^1.0.15",
64-
"@langchain/core": "0.3.62",
64+
"@langchain/core": "1.0.1",
6565
"zod": "3.25.76",
6666
"zod-to-json-schema": "^3.24.6"
6767
},

packages/adapter-ollama/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
"dependencies": {
4848
"@chatluna/v1-shared-adapter": "^1.0.15",
49-
"@langchain/core": "0.3.62"
49+
"@langchain/core": "1.0.1"
5050
},
5151
"devDependencies": {
5252
"atsc": "^2.1.0",
@@ -57,16 +57,16 @@
5757
"koishi-plugin-chatluna": "^1.3.0-alpha.76"
5858
},
5959
"resolutions": {
60-
"@langchain/core": "0.3.62",
60+
"@langchain/core": "1.0.1",
6161
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
6262
},
6363
"overrides": {
64-
"@langchain/core": "0.3.62",
64+
"@langchain/core": "1.0.1",
6565
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
6666
},
6767
"pnpm": {
6868
"overrides": {
69-
"@langchain/core": "0.3.62",
69+
"@langchain/core": "1.0.1",
7070
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
7171
}
7272
},

packages/adapter-openai-like/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
"node": ">=18.0.0"
3737
},
3838
"resolutions": {
39-
"@langchain/core": "0.3.62",
39+
"@langchain/core": "1.0.1",
4040
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4141
},
4242
"overrides": {
43-
"@langchain/core": "0.3.62",
43+
"@langchain/core": "1.0.1",
4444
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4545
},
4646
"pnpm": {
4747
"overrides": {
48-
"@langchain/core": "0.3.62",
48+
"@langchain/core": "1.0.1",
4949
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
5050
}
5151
},
@@ -61,7 +61,7 @@
6161
],
6262
"dependencies": {
6363
"@chatluna/v1-shared-adapter": "^1.0.15",
64-
"@langchain/core": "0.3.62",
64+
"@langchain/core": "1.0.1",
6565
"zod": "3.25.76",
6666
"zod-to-json-schema": "^3.24.6"
6767
},

packages/adapter-openai/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
"node": ">=18.0.0"
3737
},
3838
"resolutions": {
39-
"@langchain/core": "0.3.62",
39+
"@langchain/core": "1.0.1",
4040
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4141
},
4242
"overrides": {
43-
"@langchain/core": "0.3.62",
43+
"@langchain/core": "1.0.1",
4444
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
4545
},
4646
"pnpm": {
4747
"overrides": {
48-
"@langchain/core": "0.3.62",
48+
"@langchain/core": "1.0.1",
4949
"js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21"
5050
}
5151
},
@@ -61,7 +61,7 @@
6161
],
6262
"dependencies": {
6363
"@chatluna/v1-shared-adapter": "^1.0.15",
64-
"@langchain/core": "0.3.62",
64+
"@langchain/core": "1.0.1",
6565
"zod": "3.25.76",
6666
"zod-to-json-schema": "^3.24.6"
6767
},

0 commit comments

Comments
 (0)