Skip to content

build(deps): bump langchain from 0.3.27 to 0.3.35#56

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/langchain-0.3.35
Closed

build(deps): bump langchain from 0.3.27 to 0.3.35#56
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/langchain-0.3.35

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps langchain from 0.3.27 to 0.3.35.

Release notes

Sourced from langchain's releases.

langchain==0.3.33

What's Changed

Full Changelog: langchain-ai/langchainjs@langchain==0.3.32...langchain==0.3.33

langchain==0.3.32

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@langchain==0.3.31...langchain==0.3.32

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(),
}),
}
);
</tr></table>

... (truncated)

Commits
  • 23a92ed chore: release packages (#9069)
  • 93493ee feat(anthropic): support context management, memory tools, and sonnet-4.5 (#9...
  • 7dd3cec chore: add PR labeler (#9064)
  • 26ca2ff add embeddingColumnType and export indexes (#9009)
  • 84aee58 Fix: Add langsmith to import map to resolve Issue #9049 (#9059)
  • d6cea4a docs: Update qa_chat_history tutorial to use non-deprecated method (#9062)
  • 3c94076 fix(langchain): Bind schemas for other types of pulled hub prompts (#9057)
  • 027390f chore(deps): bump tar-fs from 2.1.3 to 2.1.4 (#9055)
  • 2f19cd5 feat: Add Perplexity support to universal chat model (#9028)
  • 68e7642 fix(openai): Fix broken OpenAI documentation link (#9043)
  • Additional commits viewable in compare view
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 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)

Bumps [langchain](https://github.com/langchain-ai/langchainjs) from 0.3.27 to 0.3.35.
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](langchain-ai/langchainjs@langchain==0.3.27...langchain==0.3.35)

---
updated-dependencies:
- dependency-name: langchain
  dependency-version: 0.3.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Oct 6, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Superseded by #60.

@dependabot dependabot bot closed this Oct 13, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/langchain-0.3.35 branch October 13, 2025 21:17
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