Skip to content

chore(deps): bump langsmith, @langchain/community, @langchain/core, @langchain/mongodb, @langchain/textsplitters and langchain - #34

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-ff37f79ee7
Closed

chore(deps): bump langsmith, @langchain/community, @langchain/core, @langchain/mongodb, @langchain/textsplitters and langchain#34
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-ff37f79ee7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 10, 2026

Copy link
Copy Markdown

Bumps langsmith to 0.5.18 and updates ancestor dependencies langsmith, @langchain/community, @langchain/core, @langchain/mongodb, @langchain/textsplitters and langchain. These dependencies need to be updated together.

Updates langsmith from 0.3.74 to 0.5.18

Release notes

Sourced from langsmith's releases.

v0.5.2

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.5.1...v0.5.2

v0.5.1

What's Changed

New Contributors

Full Changelog: langchain-ai/langsmith-sdk@v0.5.0...v0.5.1

v0.5.0

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~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/community from 0.3.57 to 1.1.27

Release notes

Sourced from @​langchain/community's releases.

@​langchain/community@​1.1.27

Patch Changes

@​langchain/community@​1.1.26

Patch Changes

@​langchain/community@​1.1.25

Patch Changes

@​langchain/community@​1.1.24

Patch Changes

@​langchain/community@​1.1.23

Patch Changes

... (truncated)

Commits
  • 6b914bc chore: version packages (#10553)
  • 7ed93b8 fix(langchain): allow dynamic tools in wrapModelCall with wrapToolCall (#10543)
  • 9270c48 fix(openai): preserve reasoning_content in ChatOpenAICompletions (#10551)
  • f548053 fix(langchain): bump langgraph dep (#10555)
  • 11a295f fix(langchain): add support for dynamic structured output (#10554)
  • 589ab9b fix(langchain): accept cross-version runnable models in createAgent (#10552)
  • cd86fea fix: implement tool choice required on anthropic (#10519)
  • b57760c chore: version packages (#10516)
  • 6e2d29e tests(@​langchain/google): Lyria 3 (#10522)
  • 68e0a19 fix(langchain): revert zod import in utils.ts to fix v3/v4 interop (#10545)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​langchain/community since your current version.


Updates @langchain/core from 0.3.80 to 1.1.39

Release notes

Sourced from @​langchain/core's releases.

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

@​langchain/core@​1.1.36

Patch Changes

  • #10512 bbbfea1 Thanks @​hntrl! - fix(core): fix streaming chunk merge for providers without index on tool call deltas

    _mergeLists now falls back to id-based matching when items don't have an index field. Previously, providers routing through the OpenAI-compatible API without index on streaming tool call deltas (e.g. Anthropic models via ChatOpenAI) would accumulate hundreds of individual raw deltas in tool_call_chunks and additional_kwargs.tool_calls instead of merging them into a single entry per tool call. In a real trace with 3 concurrent subagents, this caused a single AI message to balloon from ~4KB to 146KB -- with 826 uncollapsed streaming fragments carrying a few bytes each.

    Also fixes SystemMessage.concat() which used ...this to spread all instance properties (including lc_kwargs) into the new constructor, causing each chained concat() call to nest one level deeper. After 7 middleware concat() calls (typical in deepagents), a 7KB system prompt would serialize to 81KB due to content being duplicated at every nesting level.

@​langchain/core@​1.1.35

Patch Changes

  • #10327 5dc11b5 Thanks @​hntrl! - fix(core): replace exported zod type references with structural duck-type interfaces to fix TypeScript OOM

    Replaces all exported Zod type references (z3.ZodType, z4.$ZodType, etc.) in @langchain/core's public API with minimal structural ("duck-type") interfaces. This prevents TypeScript from performing expensive deep structural comparisons (~3,400+ lines of mutually recursive generics) when downstream packages resolve a different Zod version than @langchain/core, which was causing OOM crashes and unresponsive language servers in monorepo setups.

  • #10433 7af0b65 Thanks @​tanushree-sharma! - feat: Add LangSmith integration metadata to createAgent and initChatModel

@​langchain/core@​1.1.34

Patch Changes

@​langchain/core@​1.1.33

Patch Changes

... (truncated)

Commits
  • daece6d chore: version packages (#10560)
  • 9781bff fix(google): align ChatGoogle mediaResolution with Gemini scalar type (#10550)
  • 3bd85c1 feat(langchain): add ChatGoogle support to initChatModel (#10654)
  • d3d0922 feat(core): support for headless tools (#10430)
  • 793bc69 feat(aws): impute file name for document content blocks#963 (#10658)
  • d6bf4fc feat(openai): impute placeholder filenames for openai file inputs (#10614)
  • 0a7a729 fix(examples): update dependencies (#10651)
  • 6f8dafc Bump vitest (#10649)
  • e89cfd2 chore(deps): bump @​cloudflare/workers-types from 4.20260207.0 to 4.20260402.1...
  • 0de2c14 chore(deps): bump @​aws-sdk/client-bedrock-agent-runtime from 3.1006.0 to 3.10...
  • Additional commits viewable in compare view

Updates @langchain/mongodb from 0.1.1 to 1.1.0

Release notes

Sourced from @​langchain/mongodb's releases.

@​langchain/deepseek@​1.0.24

Patch Changes

  • Updated dependencies [2301260]:
    • @​langchain/openai@​1.4.4

@​langchain/openrouter@​0.2.2

Patch Changes

  • Updated dependencies [2301260]:
    • @​langchain/openai@​1.4.4

@​langchain/together-ai@​0.1.2

Patch Changes

  • Updated dependencies [2301260]:
    • @​langchain/openai@​1.4.4

@​langchain/fireworks@​0.1.2

Patch Changes

  • Updated dependencies [2301260]:
    • @​langchain/openai@​1.4.4

@​langchain/classic@​1.0.30

Patch Changes

  • Updated dependencies [2301260]:
    • @​langchain/openai@​1.4.4
Commits
  • 1a8162c chore: version packages (#9585)
  • 66c1822 choremcp): add missing onConnectionError changeset (#9649)
  • 86b651a fix(mistralai): add useFim option to toggle between FIM and chat APIs (#9646)
  • 454a93d fix(community): LlamaCppEmbeddings now returns embeddings instead of token ID...
  • 005c729 fix(community/core): various security fixes (#9641)
  • cc7051b feat(langchain-google-common): Add jsonSchema method support to withStructure...
  • 88bb788 fix(langchain): Prevent functions from being accidentally assignable to Agent...
  • aa8c4f8 fix(langchain): prevent summarization middleware from leaking streaming event...
  • 29a8480 fix(langchain): add missing changeset (#9648)
  • e111ff9 fix(langchain): allow to set strict tag manually in providerStrategy (#9578)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​langchain/mongodb since your current version.


Updates @langchain/textsplitters from 0.1.0 to 1.0.1

Release notes

Sourced from @​langchain/textsplitters's releases.

@​langchain/openrouter@​0.2.2

Patch Changes

  • Updated dependencies [2301260]:
    • @​langchain/openai@​1.4.4

@​langchain/together-ai@​0.1.2

Patch Changes

  • Updated dependencies [2301260]:
    • @​langchain/openai@​1.4.4

@​langchain/fireworks@​0.1.2

Patch Changes

  • Updated dependencies [2301260]:
    • @​langchain/openai@​1.4.4

@​langchain/together-ai@​0.1.1

Patch Changes

  • Updated dependencies [6b8ef6c]:
    • @​langchain/openai@​1.4.3

@​langchain/openrouter@​0.2.1

Patch Changes

  • Updated dependencies [6b8ef6c]:
    • @​langchain/openai@​1.4.3

@​langchain/fireworks@​0.1.1

Patch Changes

  • Updated dependencies [6b8ef6c]:
    • @​langchain/openai@​1.4.3
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​langchain/textsplitters since your current version.


Updates langchain from 0.3.37 to 1.3.1

Release notes

Sourced from langchain's releases.

langchain@1.3.1

Patch Changes

langchain@1.3.0

Minor Changes

Patch Changes

langchain@1.2.39

Patch Changes

langchain@1.2.38

Patch Changes

langchain@1.2.37

Patch Changes

... (truncated)

Commits

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.

…langchain/mongodb, @langchain/textsplitters and langchain

Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) to 0.5.18 and updates ancestor dependencies [langsmith](https://github.com/langchain-ai/langsmith-sdk), [@langchain/community](https://github.com/langchain-ai/langchainjs), [@langchain/core](https://github.com/langchain-ai/langchainjs), [@langchain/mongodb](https://github.com/langchain-ai/langchainjs), [@langchain/textsplitters](https://github.com/langchain-ai/langchainjs) and [langchain](https://github.com/langchain-ai/langchainjs). These dependencies need to be updated together.


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

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

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

Updates `@langchain/mongodb` from 0.1.1 to 1.1.0
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.1...@langchain/mongodb@1.1.0)

Updates `@langchain/textsplitters` from 0.1.0 to 1.0.1
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.0...@langchain/textsplitters@1.0.1)

Updates `langchain` from 0.3.37 to 1.3.1
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/commits/langchain@1.3.1)

---
updated-dependencies:
- dependency-name: langsmith
  dependency-version: 0.5.18
  dependency-type: indirect
- dependency-name: "@langchain/community"
  dependency-version: 1.1.27
  dependency-type: direct:production
- dependency-name: "@langchain/core"
  dependency-version: 1.1.39
  dependency-type: direct:production
- dependency-name: "@langchain/mongodb"
  dependency-version: 1.1.0
  dependency-type: direct:production
- dependency-name: "@langchain/textsplitters"
  dependency-version: 1.0.1
  dependency-type: direct:production
- dependency-name: langchain
  dependency-version: 1.3.1
  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 Apr 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 16, 2026

Copy link
Copy Markdown
Author

Superseded by #38.

@dependabot dependabot Bot closed this Apr 16, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/multi-ff37f79ee7 branch April 16, 2026 01:47
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