Skip to content

Bump langsmith, @langchain/core and @langchain/langgraph-sdk in /frontend#11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/multi-fec2f61a60
Open

Bump langsmith, @langchain/core and @langchain/langgraph-sdk in /frontend#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/multi-fec2f61a60

Conversation

@dependabot
Copy link
Copy Markdown

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

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

Updates langsmith from 0.3.25 to 0.7.0

Release notes

Sourced from langsmith's releases.

v0.7.0

What's Changed

New Contributors

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

v0.6.9

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.6.8...v0.6.9

v0.6.8

What's Changed

... (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.55 to 1.1.46

Release notes

Sourced from @​langchain/core's releases.

@​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

@​langchain/core@​1.1.41

Patch Changes

@​langchain/core@​1.1.40

Patch Changes

  • #10694 d3e0809 Thanks @​hntrl! - refactor(core): decouple tracer-only metadata defaults from runnable metadata
    • Add tracer-scoped inheritable metadata/tag options in callback manager while keeping backward-compatible aliases.
    • Move configurable-to-tracing metadata derivation into a tracer-only path and keep ensureConfig metadata mirroring limited to model.
    • Update LangChainTracer default metadata/tag handling and add regression tests for stream events metadata behavior.

@​langchain/core@​1.1.39

Patch Changes

@​langchain/core@​1.1.38

Patch Changes

@​langchain/core@​1.1.37

Patch Changes

  • #10511 6933769 Thanks @​hntrl! - cache Zod-to-JSON-Schema conversions in toJsonSchema()

  • #10541 50d5f32 Thanks @​jacoblee93! - revert: Revert "feat(core): Add all chat model/llm invocation params to metadata"

  • #10509 5552999 Thanks @​hntrl! - feat(openai): add support for phase parameter on Responses API messages

    • Extract phase from message output items and surface it on text content blocks
    • Support phase in streaming via response.output_item.added events
    • Round-trip phase through both raw provider and standard content paths
    • Move phase into extras dict in the core standard content translator
  • #10528 8331833 Thanks @​christian-bromann! - fix(core): normalize single-block content in mergeContent

... (truncated)

Commits
  • ed9925b chore: version packages (#10850)
  • fb8bfbf chore(deps): bump mem0ai from 2.4.6 to 3.0.3 (#10870)
  • 3481666 chore(deps-dev): bump hono from 4.12.14 to 4.12.18 (#10875)
  • c9cfc7d chore(deps): bump publint from 0.3.18 to 0.3.19 (#10869)
  • 4434dea chore(deps): bump @​lancedb/lancedb from 0.19.1 to 0.26.2 (#10867)
  • 225bbca chore(deps): bump the gh-actions-minor-and-patch group with 3 updates (#10852)
  • 2a5713d chore(deps): bump exa-js from 1.10.2 to 1.10.3 (#10851)
  • 7b45456 chore(deps): bump @​cloudflare/workers-types from 4.20260501.1 to 4.20260508.1...
  • c7f335a chore(deps): bump openai from 4.104.0 to 6.37.0 (#10864)
  • 3978b6f chore(deps): bump @​aws-sdk/client-bedrock-agent-runtime from 3.1034.0 to 3.10...
  • 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-sdk from 0.0.74 to 1.9.2

Release notes

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

@​langchain/langgraph-sdk@​1.9.2

Patch Changes

@​langchain/langgraph-sdk@​1.8.10

Patch Changes

@​langchain/langgraph-sdk@​1.8.9

Patch Changes

  • #2302 458d66b Thanks @​AdrianSajjan! - fix(sdk): preserve messages on interrupt values events

    Add a regression test for interrupt-only values payloads to ensure previously streamed messages are not overwritten when __interrupt__ is emitted.

@​langchain/langgraph-sdk@​1.8.8

Patch Changes

@​langchain/langgraph-sdk@​1.8.7

Patch Changes

@​langchain/langgraph-sdk@​1.8.6

Patch Changes

@​langchain/langgraph-sdk@​1.8.5

Patch Changes

@​langchain/langgraph-sdk@​1.8.4

Patch Changes

  • #2263 936b48b Thanks @​christian-bromann! - Restore deprecated snake_case aliases on human-in-the-loop interrupt payloads while preserving the newer camelCase fields so older apps can migrate to @langchain/react without breaking interrupt handling.

@​langchain/langgraph-sdk@​1.8.3

... (truncated)

Changelog

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

1.9.2

Patch Changes

1.9.1

Patch Changes

1.9.0

Minor Changes

  • #2314 085a07f Thanks @​christian-bromann! - Add the framework-agnostic event streaming SDK.

    The SDK now includes a thread-focused streaming client built around ThreadStream, SubscriptionHandle, message assembly, media assembly, typed stream extensions, and pluggable protocol transports. Applications can stream over SSE or WebSocket, provide custom agent-server adapters, subscribe to values/messages/tools/custom/lifecycle/checkpoint channels, inspect and fork state, respond to interrupts, and replay or dedupe ordered event streams.

    This release also adds the reusable stream runtime used by the React, Vue, Svelte, and Angular packages: StreamController, StreamStore, ChannelRegistry, projection factories, subagent/subgraph discovery, submission queue coordination, message metadata tracking, root message projection, media projections, and helper types for agent/deep-agent state and tool-call inference.

    The client package has been reorganized into focused modules for assistants, threads, runs, store, protocol streaming, transports, media, messages, and UI helpers. New SDK documentation covers configuration, assistants, threads, runs, store, streaming, transports, extensions, interrupts, messages, media, subagents, and subgraphs.

Patch Changes

1.8.10

Patch Changes

... (truncated)

Commits
Maintainer changes

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

Install script changes

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


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 [langsmith](https://github.com/langchain-ai/langsmith-sdk) to 0.7.0 and updates ancestor dependencies [langsmith](https://github.com/langchain-ai/langsmith-sdk), [@langchain/core](https://github.com/langchain-ai/langchainjs) and [@langchain/langgraph-sdk](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/sdk). These dependencies need to be updated together.


Updates `langsmith` from 0.3.25 to 0.7.0
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.3.25...v0.7.0)

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

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

---
updated-dependencies:
- dependency-name: langsmith
  dependency-version: 0.7.0
  dependency-type: indirect
- dependency-name: "@langchain/core"
  dependency-version: 1.1.46
  dependency-type: direct:production
- dependency-name: "@langchain/langgraph-sdk"
  dependency-version: 1.9.2
  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 13, 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