Bump langchain from 0.3.28 to 0.3.29
Open
Number: #226
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
Created:
June 23, 2025 at 05:15 PM UTC
(3 months ago)
(3 months ago)
Updated:
June 24, 2025 at 06:00 AM UTC
(3 months ago)
(3 months ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps langchain from 0.3.28 to 0.3.29.
Release notes
Sourced from langchain's releases.
Release 0.3.29
Highlights
// Use in structured outputs import { z } from "zod/v4";
const model = new ChatOpenAI(...).withStructuredOutput(
z.object({
foo: z.string(),
bar: z.number(),
}),
);
// Use in tools import { tool } from "@langchain/core/tools"; import { z } from "zod/v4";
const multiply = tool(
({ a, b }) => a * b
{
name: "multiply",
description: "Multiply two numbers",
schema: z.object({
a: z.number(),
b: z.number(),
}),
}
);
import { ChatAnthropic } from "@langchain/anthropic"; const model = new ChatAnthropic({ model: "claude-3-5-sonnet-20241022", temperature: 0, }).bindTools([ { type: "web_search_20250305", name: "web_search", </tr></table>
... (truncated)
Commits
fc7b4fb
release(langchain): 0.3.29bebbbbd
release(core): 0.3.604f5115a
release(community): 0.3.4769b6b2e
release(ollama): 0.2.34ca2d2b
release(openai): 0.5.140c1b86a
release(anthropic): 0.3.23cff6b33
Fix(community): perplexity reasoning json parser error (#8395)74fe30f
chore(community/perplexity): hoist reasoning output parsersf3f1620
refactor: update Ollama import and add fetch option to models (#8396)58693a7
fix(hf): Upgrade@huggingface
dependencies (#8237)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+9
+9
Deletions:
-9
-9
Package Dependencies
Technical Details
ID: | 2080717 |
UUID: | 2612283793 |
Node ID: | PR_kwDOLpWKTc6btEmR |
Host: | GitHub |
Repository: | PromptMixerDev/prompt-mixer-langchain-tavily-search-openai-connector |
Merge State: | Unknown |