Skip to content

chore: bump langchain from 1.4.4 to 1.5.0#6266

Merged
Pyatakov merged 1 commit into
developfrom
dependabot/npm_and_yarn/develop/langchain-1.5.0
Jun 22, 2026
Merged

chore: bump langchain from 1.4.4 to 1.5.0#6266
Pyatakov merged 1 commit into
developfrom
dependabot/npm_and_yarn/develop/langchain-1.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps langchain from 1.4.4 to 1.5.0.

Release notes

Sourced from langchain's releases.

langchain@1.5.0

Minor Changes

  • #11062 3ebd10a Thanks @​christian-bromann! - feat(langchain): surface tool-dispatched subagents on run.subagents

    Add a native subagent stream transformer to createAgent so v3 runs expose named nested agents (createAgent({ name }) invoked from tools) as typed SubagentRunStream handles with name, cause, scoped messages / toolCalls, and output. Refactors agent stream transformers into agents/transformers/ and exports only the public stream types from the package entry.

langchain@1.4.6

Patch Changes

  • #11012 4aeaa76 Thanks @​christian-bromann! - feat(langchain): add when predicate to human-in-the-loop middleware

    Add an optional when callback on InterruptOnConfig so callers can dynamically skip interrupts for specific tool calls. The predicate receives a ToolCallRequest (batch afterModel context) and returns whether to interrupt or auto-approve, matching Python HumanInTheLoopMiddleware.

  • #11080 e51478a Thanks @​aolsenjazz! - feat(aws): bedrock prompt caching middleware

    Adds bedrockPromptCachingMiddleware. The interface largely matches what was previous implemented with anthropicPromptCachingMiddleware, making a best-effort attempt at utilizing prompt caching features for supported models.

Commits
  • 0066b88 chore: version packages (#11085)
  • 80b43ec fix(openai): wrap responses stream errors (#11001)
  • 3ebd10a feat(langchain): surface tool-dispatched subagents on run.subagents (#11062)
  • c5e8962 chore: version packages (#11059)
  • e51478a feat(aws): bedrock prompt caching middleware (#11080)
  • 7d61f5f fix(groq): tighten @​langchain/core peer dependency to ^1.1.30 (#11069)
  • 2e28115 feat(deps): native streamEvents ChatModelStreamEvent protocol (#10924)
  • 6d212ef docs(tavily): fix "refering" typo in tool description (#11067)
  • a001816 chore(deps): bump esbuild from 0.28.0 to 0.28.1 in /environment_tests/test-ex...
  • 234c8bb ci(infra): pin GitHub Actions to full-length commit SHAs (#11061)
  • Additional commits viewable in compare view

@dependabot dependabot Bot requested a review from a team as a code owner June 22, 2026 14:11
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm Pull requests that update Javascript code labels Jun 22, 2026
@dependabot dependabot Bot requested review from a team as code owners June 22, 2026 14:11
@dependabot dependabot Bot requested a review from andrewb1269 June 22, 2026 14:11
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file npm Pull requests that update Javascript code labels Jun 22, 2026
@dependabot dependabot Bot requested a review from nadineloepfe June 22, 2026 14:11
Bumps [langchain](https://github.com/langchain-ai/langchainjs) from 1.4.4 to 1.5.0.
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/openai@1.4.4...langchain@1.5.0)

---
updated-dependencies:
- dependency-name: langchain
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/develop/langchain-1.5.0 branch from 9f3278f to e9e3acc Compare June 22, 2026 15:00
@Pyatakov Pyatakov merged commit 8dfed0a into develop Jun 22, 2026
16 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/develop/langchain-1.5.0 branch June 22, 2026 20:02
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 npm Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant