@langchain/classic 1.0.28 → 1.0.29

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,12 @@
1
1
  # @langchain/classic
2
2
 
3
+ ## 1.0.29
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6b8ef6c`](https://github.com/langchain-ai/langchainjs/commit/6b8ef6c95e061af47af206926598c983d878f72a)]:
8
+ - @langchain/openai@1.4.3
9
+
3
10
  ## 1.0.28
4
11
 
5
12
  ### Patch Changes
@@ -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.28",
3
+ "version": "1.0.29",
4
4
  "description": "Old abstractions from LangChain.js",
5
5
  "author": "LangChain",
6
6
  "license": "MIT",
@@ -171,8 +171,8 @@
171
171
  "@langchain/aws": "1.3.4",
172
172
  "@langchain/cloudflare": "1.0.4",
173
173
  "@langchain/core": "^1.1.39",
174
- "@langchain/deepseek": "1.0.22",
175
- "@langchain/fireworks": "0.1.0",
174
+ "@langchain/deepseek": "1.0.23",
175
+ "@langchain/fireworks": "0.1.1",
176
176
  "@langchain/google-cloud-sql-pg": "1.0.22",
177
177
  "@langchain/google-common": "2.1.26",
178
178
  "@langchain/google-genai": "2.1.26",
@@ -184,10 +184,10 @@
184
184
  "@langchain/ollama": "1.2.6",
185
185
  "@langchain/redis": "1.1.0",
186
186
  "@langchain/textsplitters": "1.0.1",
187
- "@langchain/xai": "1.3.14",
187
+ "@langchain/xai": "1.3.15",
188
188
  "@langchain/tsconfig": "0.0.1",
189
- "langchain": "1.3.0",
190
- "@langchain/together-ai": "0.1.0"
189
+ "langchain": "1.3.1",
190
+ "@langchain/together-ai": "0.1.1"
191
191
  },
192
192
  "peerDependencies": {
193
193
  "@langchain/core": "^1.0.0",
@@ -214,7 +214,7 @@
214
214
  "uuid": "^10.0.0",
215
215
  "yaml": "^2.8.3",
216
216
  "zod": "^3.25.76 || ^4",
217
- "@langchain/openai": "1.4.2",
217
+ "@langchain/openai": "1.4.3",
218
218
  "@langchain/textsplitters": "1.0.1"
219
219
  },
220
220
  "optionalDependencies": {