Skip to content

chore(deps): bump langsmith, @langchain/core, @langchain/langgraph, @langchain/langgraph-supervisor and @langchain/openai in /ui#5

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ui/multi-997be720b3
Open

chore(deps): bump langsmith, @langchain/core, @langchain/langgraph, @langchain/langgraph-supervisor and @langchain/openai in /ui#5
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ui/multi-997be720b3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 24, 2026

Bumps langsmith to 0.7.2 and updates ancestor dependencies langsmith, @langchain/core, @langchain/langgraph, @langchain/langgraph-supervisor and @langchain/openai. These dependencies need to be updated together.

Updates langsmith from 0.3.77 to 0.7.2

Release notes

Sourced from langsmith's releases.

v0.7.2

What's Changed

New Contributors

Full Changelog: langchain-ai/langsmith-sdk@v0.7.1...v0.7.2

v0.7.1

What's Changed

New Contributors

Full Changelog: langchain-ai/langsmith-sdk@v0.7.0...v0.7.1

v0.7.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for langsmith since your current version.

Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


Updates @langchain/core from 0.3.77 to 1.1.48

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.1.48

Patch Changes

  • #10832 1b24369 Thanks @​info-arnav! - fix(core, openrouter): make CJS default re-exports callable

  • #10666 2bb55b0 Thanks @​hnustwjj! - feat(openrouter): surface reasoning content as v1 standard content blocks

    convertOpenRouterResponseToBaseMessage and convertOpenRouterDeltaToBaseMessageChunk now copy OpenRouter's reasoning (flat string) and reasoning_details (structured array) fields onto additional_kwargs.reasoning_content / additional_kwargs.reasoning_details. A new ChatOpenRouterTranslator is registered in @langchain/core under the "openrouter" provider key so AIMessage.contentBlocks emits standard {type: "reasoning"} blocks alongside text and tool calls.

    Previously, reasoning text returned by reasoning-capable models routed through OpenRouter (DeepSeek R1, Minimax M2, Claude extended thinking, o-series, etc.) was silently dropped: only the reasoning_tokens count was preserved via usage_metadata. Consumers using standard content blocks (including the frontend agent UI patterns shown in the docs) could not display the model's chain of thought.

  • #10918 3999fab Thanks @​christian-bromann! - fix(openai): stream custom tool calls through Responses API chunks

@​langchain/core@​1.1.47

Patch Changes

  • #10906 f61b345 Thanks @​hntrl! - feat(core): add uuid v6 utility support

    Add v6 UUID generation support to @langchain/core/utils/uuid by vendoring the upstream uuidjs v6 implementation and its v1ToV6 helper, exporting v6 from the UUID utils index, and adding tests for deterministic generation, buffer/offset behavior, validation/versioning, and ordering.

  • #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.

  • #10792 3682268 Thanks @​Genmin! - fix(core): apply v1 message casting after implicit streaming aggregation

  • #10901 f26fc4a Thanks @​christian-bromann! - fix(testing): share fakeModel invocation state across bindTools instances

@​langchain/core@​1.1.46

Patch Changes

  • #10847 1659e7d Thanks @​hntrl! - chore(core): reduce transitive dependency exposure and tighten release hygiene

    Remove direct runtime dependencies on ansi-styles, camelcase, and decamelize by inlining equivalent logic in core internals, and enable npm provenance in the release workflow.

  • #10790 ef78bc6 Thanks @​Genmin! - fix(core): keep different content block types separate when merging chunks

... (truncated)

Commits
  • caad091 chore: version packages (#10919)
  • f4a6149 chore(deps): bump fast-uri from 3.1.0 to 3.1.2 (#10926)
  • 7b12f6d chore(deps): bump protobufjs from 7.5.6 to 7.6.0 (#10930)
  • 5c6c5fe chore(deps): bump ws from 5.2.4 to 8.20.0 (#10915)
  • a8652ce docs: fix typos, add Ollama setup, update outdated references (#10922)
  • 2bb55b0 feat(openrouter): surface reasoning as v1 standard content blocks (#10666)
  • 4ecb660 fix(langchain): set name on todoListMiddleware ToolMessages (#10706)
  • 20f27df fix(ibm): handle API errors in streaming responses (#10721)
  • 4566873 feat(ibm): add integration test to IBM implementation (#10732)
  • 6e4337f fix(aws): add claude-haiku-4 to supportedToolChoiceValuesForModel (#10743)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​langchain/core since your current version.


Updates @langchain/langgraph from 0.4.9 to 1.3.2

Release notes

Sourced from @​langchain/langgraph's releases.

@​langchain/langgraph@​1.3.2

Patch Changes

  • #2415 9d3c9dd Thanks @​christian-bromann! - Move @langchain/core from a runtime dependency back to a required peer dependency so installing the SDK alone no longer pulls in @langchain/core (and js-tiktoken, etc.). Consumers that use streaming or message coercion must install @langchain/core explicitly or via @langchain/langgraph.

  • Updated dependencies [9d3c9dd]:

    • @​langchain/langgraph-sdk@​1.9.4

@​langchain/langgraph@​1.3.1

Patch Changes

  • #2339 2b88da4 Thanks @​vigneshpatel14! - fix(langgraph): surface structuredResponse parse failures in createReactAgent

  • #2406 e54ae90 Thanks @​christian-bromann! - fix(langgraph-core): keep tool results out of v3 message streams

  • #2376 4fd1e9f Thanks @​hntrl! - fix(langgraph): prefer configurable assistant and graph IDs for runtime server info

    Update runtime serverInfo construction to read assistant_id and graph_id from config.configurable first, with fallback to config.metadata for compatibility. Also expands execution_info tests to cover configurable sourcing, precedence, and metadata fallback behavior.

  • Updated dependencies [44746b1, 4cc6491, ae8af2d, 01dd046, 2ad1aa4, 75e651b, f1d651a]:

    • @​langchain/langgraph-sdk@​1.9.3

@​langchain/langgraph-checkpoint-mongodb@​1.3.0

Minor Changes

  • #2326 36916ed Thanks @​tadjik1! - feat: add MongoDBStore for long-term memory

    New MongoDBStore class for persisting data across threads and sessions — user preferences, learned facts, agent memory, and more.

    • Store and retrieve JSON documents organized by hierarchical namespaces
    • Search with field-based filtering and comparison operators
    • Vector similarity search with manual embedding (bring your own embedding model) or auto embedding (MongoDB generates embeddings via Voyage AI)
    • Automatic document expiration via configurable TTL

@​langchain/langgraph@​1.2.9

Patch Changes

@​langchain/langgraph@​1.2.8

Patch Changes

... (truncated)

Changelog

Sourced from @​langchain/langgraph's changelog.

1.3.2

Patch Changes

  • #2415 9d3c9dd Thanks @​christian-bromann! - Move @langchain/core from a runtime dependency back to a required peer dependency so installing the SDK alone no longer pulls in @langchain/core (and js-tiktoken, etc.). Consumers that use streaming or message coercion must install @langchain/core explicitly or via @langchain/langgraph.

  • Updated dependencies [9d3c9dd]:

    • @​langchain/langgraph-sdk@​1.9.4

1.3.1

Patch Changes

  • #2339 2b88da4 Thanks @​vigneshpatel14! - fix(langgraph): surface structuredResponse parse failures in createReactAgent

  • #2406 e54ae90 Thanks @​christian-bromann! - fix(langgraph-core): keep tool results out of v3 message streams

  • #2376 4fd1e9f Thanks @​hntrl! - fix(langgraph): prefer configurable assistant and graph IDs for runtime server info

    Update runtime serverInfo construction to read assistant_id and graph_id from config.configurable first, with fallback to config.metadata for compatibility. Also expands execution_info tests to cover configurable sourcing, precedence, and metadata fallback behavior.

  • Updated dependencies [44746b1, 4cc6491, ae8af2d, 01dd046, 2ad1aa4, 75e651b, f1d651a]:

    • @​langchain/langgraph-sdk@​1.9.3

1.3.1-rc.0

Patch Changes

  • #2376 4fd1e9f Thanks @​hntrl! - fix(langgraph): prefer configurable assistant and graph IDs for runtime server info

    Update runtime serverInfo construction to read assistant_id and graph_id from config.configurable first, with fallback to config.metadata for compatibility. Also expands execution_info tests to cover configurable sourcing, precedence, and metadata fallback behavior.

  • Updated dependencies [44746b1, 4cc6491, ae8af2d, 2ad1aa4, 75e651b, f1d651a]:

    • @​langchain/langgraph-sdk@​1.9.3-rc.0

1.3.0

Minor Changes

  • #2314 085a07f Thanks @​christian-bromann! - Add the in-process event streaming runtime behind streamEvents.

    LangGraph now exposes the core primitives for event-based streaming, including StreamChannel, StreamMux, GraphRunStream, SubgraphRunStream, native stream transformers, and protocol event conversion utilities. These APIs let

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​langchain/langgraph since your current version.

Install script changes

This version adds prepublish script that runs during installation. Review the package contents before updating.


Updates @langchain/langgraph-supervisor from 0.0.20 to 1.0.3

Release notes

Sourced from @​langchain/langgraph-supervisor's releases.

@​langchain/langgraph-supervisor@​1.0.3

Patch Changes

@​langchain/langgraph-supervisor@​1.0.2

No release notes provided.

Changelog

Sourced from @​langchain/langgraph-supervisor's changelog.

1.0.3

Patch Changes

1.0.2

1.0.2-rc.0

Patch Changes

  • Updated dependencies [4fd1e9f]:
    • @​langchain/langgraph@​1.3.1-rc.0

1.0.1

Patch Changes

  • b1ed761: bump zod dependency

1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.
Commits
  • 7788dce chore: version packages (#2424)
  • 674173b chore(deps-dev): bump turbo from 2.8.15 to 2.9.14 (#2428)
  • c088c76 feat(supervisor): widen agents type to accept createAgent graphs (#2317)
  • 1b5ce0f chore: version packages (#2405)
  • 22c4541 chore: version packages (rc) (#2385)
  • 085a07f feat(core): event based streaming (#2314)
  • fe09385 chore(deps): bump the langchain group across 1 directory with 9 updates (#2358)
  • 9102d52 fix(langgraph): propagate tracer metadata defaults from configurable (#2315)
  • 271f975 chore(deps): bump the langchain group across 1 directory with 7 updates (#2270)
  • d88f29b chore(repo): migrate linting and formatting from ESLint/Prettier to oxlint/ox...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​langchain/langgraph-supervisor since your current version.

Install script changes

This version adds prepublish script that runs during installation. Review the package contents before updating.


Updates @langchain/openai from 0.5.18 to 1.4.7

Release notes

Sourced from @​langchain/openai's releases.

@​langchain/openai@​1.4.7

Patch Changes

@​langchain/openai@​1.4.6

Patch Changes

  • #10902 229a7ad Thanks @​christian-bromann! - fix(openai): preserve v1 assistant tool calls

  • #10895 36fb0ef Thanks @​BertBR! - fix(openai): guard bare JSON.parse in Responses API converter against trailing non-whitespace characters

    convertResponsesDeltaToChatGenerationChunk previously called JSON.parse(msg.text) directly when response.text.format.type === "json_schema". Some models (observed with gpt-5-mini on service_tier: "auto") intermittently emit trailing non-whitespace characters (extra tokens, control characters) after a valid JSON object, causing a SyntaxError that propagates as an unhandled exception and kills the entire streaming response mid-flight. The parse is now wrapped in a try/catch: on failure, additional_kwargs.parsed is left undefined, the stream completes normally, and the existing withStructuredOutput pipeline handles the typed failure — includeRaw: true returns { raw, parsed: null } via its withFallbacks wrapper, includeRaw: false throws a typed OutputParserException that the caller can catch and retry. Closes #10894.

@​langchain/openai@​1.4.4

Patch Changes

  • #10681 2301260 Thanks @​hntrl! - fix(openai): add index to streaming reasoning content blocks for proper chunk merging

@​langchain/openai@​1.4.3

Patch Changes

@​langchain/openai@​1.4.2

Patch Changes

Commits
  • caad091 chore: version packages (#10919)
  • f4a6149 chore(deps): bump fast-uri from 3.1.0 to 3.1.2 (#10926)
  • 7b12f6d chore(deps): bump protobufjs from 7.5.6 to 7.6.0 (#10930)
  • 5c6c5fe chore(deps): bump ws from 5.2.4 to 8.20.0 (#10915)
  • a8652ce docs: fix typos, add Ollama setup, update outdated references (#10922)
  • 2bb55b0 feat(openrouter): surface reasoning as v1 standard content blocks (#10666)
  • 4ecb660 fix(langchain): set name on todoListMiddleware ToolMessages (#10706)
  • 20f27df fix(ibm): handle API errors in streaming responses (#10721)
  • 4566873 feat(ibm): add integration test to IBM implementation (#10732)
  • 6e4337f fix(aws): add claude-haiku-4 to supportedToolChoiceValuesForModel (#10743)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​langchain/openai since your current version.


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.

Summary by cubic

Upgrade langsmith and move the UI to the v1 @langchain stack to get improved streaming/tool-call behavior and leaner installs. This also aligns peer deps and requires Node 20+.

  • Dependencies

    • langsmith: 0.7.2 → 0.7.2
    • @langchain/core: 0.3.77 → 1.1.48
    • @langchain/langgraph: 0.4.9 → 1.3.2
    • @langchain/langgraph-supervisor: 0.0.20 → 1.0.3
    • @langchain/openai: 0.5.18 → 1.4.7
  • Migration

    • Requires Node 20+ (@langchain/core, @langchain/openai, and transitive @langchain/langgraph-sdk).
    • @langchain/langgraph now lists @langchain/core as a peer; we pin @langchain/core@1.1.48 at the app level.

Written for commit cb0e1cb. Summary will update on new commits. Review in cubic

…langchain/langgraph-supervisor and @langchain/openai

Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) to 0.7.2 and updates ancestor dependencies [langsmith](https://github.com/langchain-ai/langsmith-sdk), [@langchain/core](https://github.com/langchain-ai/langchainjs), [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core), [@langchain/langgraph-supervisor](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-supervisor) and [@langchain/openai](https://github.com/langchain-ai/langchainjs). These dependencies need to be updated together.


Updates `langsmith` from 0.3.77 to 0.7.2
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/commits/v0.7.2)

Updates `@langchain/core` from 0.3.77 to 1.1.48
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/core==0.3.77...@langchain/core@1.1.48)

Updates `@langchain/langgraph` from 0.4.9 to 1.3.2
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/langgraph-core/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph@1.3.2/libs/langgraph-core)

Updates `@langchain/langgraph-supervisor` from 0.0.20 to 1.0.3
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/langgraph-supervisor/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph-supervisor@1.0.3/libs/langgraph-supervisor)

Updates `@langchain/openai` from 0.5.18 to 1.4.7
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/openai==0.5.18...@langchain/openai@1.4.7)

---
updated-dependencies:
- dependency-name: langsmith
  dependency-version: 0.7.2
  dependency-type: indirect
- dependency-name: "@langchain/core"
  dependency-version: 1.1.48
  dependency-type: direct:production
- dependency-name: "@langchain/langgraph"
  dependency-version: 1.3.2
  dependency-type: direct:production
- dependency-name: "@langchain/langgraph-supervisor"
  dependency-version: 1.0.3
  dependency-type: direct:production
- dependency-name: "@langchain/openai"
  dependency-version: 1.4.7
  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 May 24, 2026
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