@langchain/classic 1.0.36 → 1.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @langchain/classic
2
2
 
3
+ ## 1.0.38
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`3205b35`](https://github.com/langchain-ai/langchainjs/commit/3205b35ac83037a2fff2998f16a66b5126b306f8)]:
8
+ - @langchain/openai@1.5.3
9
+
10
+ ## 1.0.37
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`05936ab`](https://github.com/langchain-ai/langchainjs/commit/05936ab45ce1bbb04b955c3ebdd03dc1451b655c), [`798cb70`](https://github.com/langchain-ai/langchainjs/commit/798cb705222f43759e94d02a790ebb706ef2f099), [`80c790b`](https://github.com/langchain-ai/langchainjs/commit/80c790b593ad19668f1101f84f06c175db114909)]:
15
+ - @langchain/openai@1.5.2
16
+
3
17
  ## 1.0.36
4
18
 
5
19
  ### Patch Changes
@@ -50,12 +50,12 @@ declare class ChatAgentOutputParser extends AgentActionOutputParser {
50
50
  * @returns An object that satisfies the AgentFinish interface or an object with the tool, toolInput, and log.
51
51
  */
52
52
  parse(text: string): Promise<{
53
- tool?: undefined;
54
- toolInput?: undefined;
55
53
  returnValues: {
56
54
  output: string;
57
55
  };
58
56
  log: string;
57
+ tool?: undefined;
58
+ toolInput?: undefined;
59
59
  } | {
60
60
  returnValues?: undefined;
61
61
  tool: any;
@@ -50,12 +50,12 @@ declare class ChatAgentOutputParser extends AgentActionOutputParser {
50
50
  * @returns An object that satisfies the AgentFinish interface or an object with the tool, toolInput, and log.
51
51
  */
52
52
  parse(text: string): Promise<{
53
+ tool?: undefined;
54
+ toolInput?: undefined;
53
55
  returnValues: {
54
56
  output: string;
55
57
  };
56
58
  log: string;
57
- tool?: undefined;
58
- toolInput?: undefined;
59
59
  } | {
60
60
  returnValues?: undefined;
61
61
  tool: any;
@@ -24,10 +24,10 @@ declare class ZeroShotAgentOutputParser extends AgentActionOutputParser {
24
24
  tool?: undefined;
25
25
  toolInput?: undefined;
26
26
  } | {
27
- returnValues?: undefined;
28
27
  tool: string;
29
28
  toolInput: string;
30
29
  log: string;
30
+ returnValues?: undefined;
31
31
  }>;
32
32
  /**
33
33
  * Returns the format instructions for parsing the output of an agent
@@ -24,10 +24,10 @@ declare class ZeroShotAgentOutputParser extends AgentActionOutputParser {
24
24
  tool?: undefined;
25
25
  toolInput?: undefined;
26
26
  } | {
27
+ returnValues?: undefined;
27
28
  tool: string;
28
29
  toolInput: string;
29
30
  log: string;
30
- returnValues?: undefined;
31
31
  }>;
32
32
  /**
33
33
  * Returns the format instructions for parsing the output of an agent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/classic",
3
- "version": "1.0.36",
3
+ "version": "1.0.38",
4
4
  "description": "Old abstractions from LangChain.js",
5
5
  "author": "LangChain",
6
6
  "license": "MIT",
@@ -166,32 +166,32 @@
166
166
  "voy-search": "0.6.3",
167
167
  "weaviate-client": "^3.13.1",
168
168
  "zod-to-json-schema": "^3.25.2",
169
- "@langchain/anthropic": "1.5.0",
170
- "@langchain/aws": "1.4.0",
169
+ "@langchain/anthropic": "1.5.1",
170
+ "@langchain/aws": "1.4.2",
171
171
  "@langchain/cloudflare": "1.1.0",
172
- "@langchain/core": "^1.2.0",
173
- "@langchain/deepseek": "1.1.1",
174
- "@langchain/fireworks": "0.2.1",
172
+ "@langchain/core": "^1.2.1",
173
+ "@langchain/deepseek": "1.1.3",
174
+ "@langchain/fireworks": "0.2.3",
175
175
  "@langchain/google-common": "2.2.0",
176
176
  "@langchain/google-genai": "2.2.0",
177
177
  "@langchain/google-vertexai": "2.2.0",
178
178
  "@langchain/google-vertexai-web": "2.2.0",
179
- "@langchain/groq": "1.3.0",
179
+ "@langchain/groq": "1.3.1",
180
180
  "@langchain/mistralai": "1.2.0",
181
181
  "@langchain/mongodb": "1.3.0",
182
182
  "@langchain/ollama": "1.3.0",
183
183
  "@langchain/redis": "1.1.3",
184
184
  "@langchain/textsplitters": "1.0.1",
185
- "@langchain/xai": "1.4.1",
185
+ "@langchain/xai": "1.4.3",
186
186
  "@langchain/tsconfig": "0.0.1",
187
- "langchain": "1.5.0",
188
- "@langchain/together-ai": "0.2.1"
187
+ "langchain": "1.5.2",
188
+ "@langchain/together-ai": "0.2.3"
189
189
  },
190
190
  "peerDependencies": {
191
191
  "cheerio": "*",
192
192
  "peggy": "^5.1.0",
193
193
  "typeorm": "*",
194
- "@langchain/core": "^1.2.0"
194
+ "@langchain/core": "^1.2.1"
195
195
  },
196
196
  "peerDependenciesMeta": {
197
197
  "cheerio": {
@@ -211,7 +211,7 @@
211
211
  "openapi-types": "^12.1.3",
212
212
  "yaml": "^2.9.0",
213
213
  "zod": "^3.25.76 || ^4",
214
- "@langchain/openai": "1.5.1",
214
+ "@langchain/openai": "1.5.3",
215
215
  "@langchain/textsplitters": "1.0.1"
216
216
  },
217
217
  "optionalDependencies": {