Skip to content

chore(deps): bump langsmith and @langchain/core in /apps/rag-knowledge-agent#12

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

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

Conversation

@dependabot
Copy link

@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.87 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 0.3.80 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

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

Bumped langsmith to 0.5.0 and @langchain/core to 1.1.19 in rag-knowledge-agent to keep tracing compatible and pick up stability improvements. This includes breaking changes.

  • Migration
    • Require Node.js 20+.
    • LangSmith: legacy evaluators and AI SDK exporter/wrapAIModel are removed; default ingest is multipart; raw HTTP info is no longer traced. Update any code relying on these.
    • LangChain Core: methods accept partial call options; abort behavior is stricter (invoke may throw ModelAbortError with partial output). Test tracing and streaming paths.

Written for commit e829d04. Summary will update on new commits.

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.87 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 0.3.80 to 1.1.19
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/commits/@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
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

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