Skip to content

build(deps): bump langchain from 0.3.33 to 1.5.0 in /archive/server_old#78

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/archive/server_old/langchain-1.5.0
Closed

build(deps): bump langchain from 0.3.33 to 1.5.0 in /archive/server_old#78
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/archive/server_old/langchain-1.5.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps langchain from 0.3.33 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.

langchain@1.4.2

Patch Changes

langchain@1.4.1

Patch Changes

  • #10879 eb480cb Thanks @​vignesh-gep! - fix(langchain/createAgent): throw on terminal providerStrategy parse failure instead of silently resolving with structuredResponse: undefined

    When createAgent was configured with responseFormat resolving to a providerStrategy (either passed explicitly or auto-promoted from a bare Zod / JSON schema for models whose profile reports structuredOutput: true), and the model produced a terminal response (no tool_calls) whose text could not be JSON-parsed or did not satisfy the schema, the agent silently exited with no structuredResponse, surfacing later as TypeError: Cannot read properties of undefined. The agent now throws a StructuredOutputParsingError in that case while still allowing the agent loop to continue when tool calls are present. Closes #10878.

  • #10872 a640079 Thanks @​hntrl! - chore(deps): remove redundant @​types/uuid declarations

    Remove @types/uuid from package manifests that rely on @langchain/core/utils/uuid or do not require uuid type stubs directly, and refresh the lockfile entries accordingly.

  • #10160 bba900c Thanks @​JadenKim-dev! - fix(langchain): prevent llmToolSelectorMiddleware from leaking into message stream

langchain@1.3.4

Patch Changes

... (truncated)

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

This version was pushed to npm by GitHub Actions, 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [langchain](https://github.com/langchain-ai/langchainjs) from 0.3.33 to 1.5.0.
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/langchain==0.3.33...langchain@1.5.0)

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

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 Jun 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #84.

@dependabot dependabot Bot closed this Jun 23, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/archive/server_old/langchain-1.5.0 branch June 23, 2026 20:15
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