Skip to content

chore(deps): bump langchain from 0.2.10 to 0.3.31 in the minor-updates group#6

Merged
github-actions[bot] merged 1 commit intomasterfrom
3ecbdependabot/npm_and_yarn/master/minor-updates-9409c59175
Aug 25, 2025
Merged

chore(deps): bump langchain from 0.2.10 to 0.3.31 in the minor-updates group#6
github-actions[bot] merged 1 commit intomasterfrom
3ecbdependabot/npm_and_yarn/master/minor-updates-9409c59175

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the minor-updates group with 1 update: langchain.

Updates langchain from 0.2.10 to 0.3.31

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
Maintainer changes

This version was pushed to npm by hntrl, a new releaser for langchain since your current version.


Dependabot compatibility score

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-updates group with 1 update: [langchain](https://github.com/langchain-ai/langchainjs).


Updates `langchain` from 0.2.10 to 0.3.31
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

---
updated-dependencies:
- dependency-name: langchain
  dependency-version: 0.3.31
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 25, 2025
@github-actions github-actions bot merged commit 7217373 into master Aug 25, 2025
3 checks passed
@dependabot dependabot bot deleted the 3ecbdependabot/npm_and_yarn/master/minor-updates-9409c59175 branch August 25, 2025 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants