Skip to content

chore(deps): bump langsmith, @langchain/community, @langchain/core and langchain in /packages/api-langchain-js#182

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/api-langchain-js/multi-9c8b10c90a
Open

chore(deps): bump langsmith, @langchain/community, @langchain/core and langchain in /packages/api-langchain-js#182
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/api-langchain-js/multi-9c8b10c90a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

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

Updates langsmith from 0.3.74 to 0.5.0

Release notes

Sourced from langsmith's releases.

v0.5.0

What's Changed

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

v0.4.60

What's Changed

New Contributors

Full Changelog: langchain-ai/langsmith-sdk@v0.4.59...v0.4.60

v0.4.59

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.4.58...v0.4.59

v0.4.58

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.4.57...v0.4.58

... (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.


Updates @langchain/community from 1.0.0 to 1.1.12

Release notes

Sourced from @​langchain/community's releases.

@​langchain/community@​1.1.12

Patch Changes

@​langchain/community@​1.1.11

Patch Changes

@​langchain/community@​1.1.10

Patch Changes

  • #9883 ea00005 Thanks @​FilipZmijewski! - support aborting for Model Gateway and WatsonxLLM for IBM

  • #9896 70f329a Thanks @​Axadali! - Add score normalization feature to PGVectorStore allowing users to choose between returning raw distances or normalized similarity scores. This makes PGVectorStore consistent with other vector stores in the LangChain ecosystem where higher scores indicate greater similarity. Maintains full backward compatibility by defaulting to distance mode.

  • #9874 a995a3f Thanks @​phong-phuong! - fix jira failing to fetch issues

  • Updated dependencies [1fa865b, 28efb57, 4e42452, a9b5059, a9b5059]:

    • @​langchain/openai@​1.2.4
    • @​langchain/classic@​1.0.13

@​langchain/community@​1.1.9

Patch Changes

  • Updated dependencies [1d58bf2]:
    • @​langchain/classic@​1.0.12

@​langchain/community@​1.1.8

Patch Changes

  • #9759 82c51e4 Thanks @​ejscribner! - Fix(couchbase): Add Couchbase peer dependency and add CouchbaseQueryVectorStore and CouchbaseSearchVectorStore to tsdown bundle

  • Updated dependencies [a496cc0]:

    • @​langchain/classic@​1.0.11

@​langchain/community@​1.1.6

Patch Changes

... (truncated)

Commits
  • 999497a chore: version packages (#9933)
  • cf46089 feat(openai): update openai SDK to ^6.18.0 (#9934)
  • 8f0757f fix(langchain): resolve className collision in MODEL_PROVIDER_CONFIG (#9763)
  • 4f7f9c7 feat(anthropic): update for Feb 5th api changes (#9932)
  • 0870ca0 fix(openai): include encrypted reasoning in ZDR responses input (#9743)
  • b5a1abf chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates (#...
  • 9381b92 chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates
  • 0f3f8d4 chore: version packages (#9910)
  • 3516592 feat(langchain): add withConfig() method to ReactAgent (#9916)
  • 41bfea5 fix(classic/community/core): avoid long lived abort signals (#9905)
  • 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 1.0.3 to 1.1.19

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.1.19

Patch Changes

@​langchain/core@​1.1.18

Patch Changes

  • #9900 a9b5059 Thanks @​hntrl! - fix(core): update method signatures to use Partial<CallOptions> for options parameters

    Updated invoke, stream, generate, and generatePrompt method signatures across Runnable, BaseChatModel, and BaseLLM to correctly accept Partial<CallOptions> instead of full CallOptions. This aligns the implementation with the RunnableInterface specification and allows users to pass partial options (e.g., { signal: abortedSignal }) without TypeScript errors.

  • #9900 a9b5059 Thanks @​hntrl! - Improved abort signal handling for chat models:

    • Added ModelAbortError class in @langchain/core/errors that contains partial output when a model invocation is aborted mid-stream
    • invoke() now throws ModelAbortError with accumulated partialOutput when aborted during streaming (when using streaming callback handlers)
    • stream() throws a regular AbortError when aborted (since chunks are already yielded to the caller)
    • All provider implementations now properly check and propagate abort signals in both _generate() and _streamResponseChunks() methods
    • Added standard tests for abort signal behavior

@​langchain/core@​1.1.16

Patch Changes

@​langchain/core@​1.1.15

Patch Changes

@​langchain/core@​1.1.13

Patch Changes

Commits
  • 0f3f8d4 chore: version packages (#9910)
  • 3516592 feat(langchain): add withConfig() method to ReactAgent (#9916)
  • 41bfea5 fix(classic/community/core): avoid long lived abort signals (#9905)
  • 4113f61 chore: version packages (#9909)
  • 6c3cafe feat(redis): Advanced pre-filter for document metadata (#9240)
  • be5d9dc fix(langchain): typo taks -> task (#9860)
  • a13f0fd chore: version packages (#9899)
  • 9179794 chore: fix changeset (#9903)
  • a9b5059 fix(core,providers): add proper abort signal handling for invoke and stream o...
  • 1fa865b fix(openai): allow file_url and file_id without filename metadata in Response...
  • 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/core since your current version.


Updates langchain from 1.0.1 to 1.2.18

Release notes

Sourced from langchain's releases.

langchain@1.2.18

Patch Changes

  • #9763 8f0757f Thanks @​AdamParker19! - fix(langchain): resolve className collision in MODEL_PROVIDER_CONFIG

    Refactored getChatModelByClassName to accept an optional modelProvider parameter for direct lookup, avoiding the className collision issue where multiple providers share the same className (e.g., google-vertexai and google-vertexai-web both use "ChatVertexAI"). When modelProvider is provided, the function uses direct config lookup instead of searching by className. Backward compatibility is maintained for existing callers that only pass className. This eliminates the duplicated import logic that was previously in _initChatModelHelper.

langchain@1.2.17

Patch Changes

  • #9916 3516592 Thanks @​hntrl! - feat(langchain): add withConfig() method to ReactAgent

    Adds a withConfig() method to ReactAgent following the same pattern as LangGraph's Pregel.withConfig(). This allows setting default configuration values (like recursionLimit, tags, or configurable) that get merged with invocation-time config.

  • Updated dependencies [41bfea5]:

    • @​langchain/core@​1.1.19

langchain@1.2.16

Patch Changes

langchain@1.2.15

Patch Changes

langchain@1.2.14

Patch Changes

  • #9870 070b4d1 Thanks @​maahir30! - fix(langchain): StateSchema handling in AgentNode middleware
    • Added toPartialZodObject helper that correctly handles both Zod objects and LangGraph's StateSchema when parsing middleware state in AgentNode .

langchain@1.2.12

Patch Changes

langchain@1.2.11

Patch Changes

langchain@1.2.10

... (truncated)

Commits
  • 999497a chore: version packages (#9933)
  • cf46089 feat(openai): update openai SDK to ^6.18.0 (#9934)
  • 8f0757f fix(langchain): resolve className collision in MODEL_PROVIDER_CONFIG (#9763)
  • 4f7f9c7 feat(anthropic): update for Feb 5th api changes (#9932)
  • 0870ca0 fix(openai): include encrypted reasoning in ZDR responses input (#9743)
  • b5a1abf chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates (#...
  • 9381b92 chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates
  • 0f3f8d4 chore: version packages (#9910)
  • 3516592 feat(langchain): add withConfig() method to ReactAgent (#9916)
  • 41bfea5 fix(classic/community/core): avoid long lived abort signals (#9905)
  • 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 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.

…d langchain

Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) to 0.5.0 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) and [langchain](https://github.com/langchain-ai/langchainjs). These dependencies need to be updated together.


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

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

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

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

---
updated-dependencies:
- dependency-name: langsmith
  dependency-version: 0.5.0
  dependency-type: indirect
- dependency-name: "@langchain/community"
  dependency-version: 1.1.12
  dependency-type: direct:production
- dependency-name: "@langchain/core"
  dependency-version: 1.1.19
  dependency-type: direct:production
- dependency-name: langchain
  dependency-version: 1.2.18
  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 Feb 9, 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