Skip to content

chore(deps): bump langsmith and @langchain/core#37

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-662d60abf4
Open

chore(deps): bump langsmith and @langchain/core#37
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-662d60abf4

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 dependency @langchain/core. These dependencies need to be updated together.

Updates langsmith from 0.3.79 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/core from 1.0.1 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.


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.5.0 and updates ancestor dependency [@langchain/core](https://github.com/langchain-ai/langchainjs). These dependencies need to be updated together.


Updates `langsmith` from 0.3.79 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/core` from 1.0.1 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.1...@langchain/core@1.1.19)

---
updated-dependencies:
- dependency-name: langsmith
  dependency-version: 0.5.0
  dependency-type: indirect
- dependency-name: "@langchain/core"
  dependency-version: 1.1.19
  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
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2026 20:41
@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

Development

Successfully merging this pull request may close these issues.

0 participants