Skip to content

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/google-genai. These dependencies need to be updated together.

Updates langsmith from 0.3.82 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/google-genai from 2.0.1 to 2.1.15

Release notes

Sourced from @​langchain/google-genai's releases.

@​langchain/google-genai@​2.1.15

Patch Changes

  • Updated dependencies [41bfea5]:
    • @​langchain/core@​1.1.19

@​langchain/google-genai@​2.1.14

Patch Changes

  • #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
  • #9900 a9b5059 Thanks @​hntrl! - fix(providers): add proper abort signal handling for invoke and stream operations

    • Added early abort check (signal.throwIfAborted()) at the start of _generate methods to immediately throw when signal is already aborted
    • Added abort signal checks inside streaming loops in _streamResponseChunks to return early when signal is aborted
    • Propagated abort signals to underlying SDK calls where applicable (Google GenAI, Google Common/VertexAI, Cohere)
    • Added standard tests for abort signal behavior in @langchain/standard-tests

    This enables proper cancellation behavior for both invoke and streaming operations, and allows fallback chains to correctly proceed to the next runnable when the previous one is aborted.

  • #9875 a000b0f Thanks @​joeljohn159! - Add validation for empty strings in enum values to provide clear error messages instead of cryptic runtime errors from Gemini API

  • Updated dependencies [a9b5059, a9b5059]:

    • @​langchain/core@​1.1.18

@​langchain/google-genai@​2.1.12

Patch Changes

  • #9788 82080b5 Thanks @​SkrOYC! - fix: handle "tool_call" content blocks in ChatGoogleGenerativeAI with outputVersion: "v1"

    Previously, using outputVersion: "v1" with ChatGoogleGenerativeAI would throw an "Unknown content type tool_call" error when processing tool calls generated by LangChain's AIMessage. This fix adds a handler for the tool_call block type in the conversion utility, ensuring compatibility with standard LangChain tool call blocks.

@​langchain/google-genai@​2.1.11

Patch Changes

@​langchain/google-genai@​2.1.10

Patch Changes

  • Updated dependencies [230462d]:
    • @​langchain/core@​1.1.15

... (truncated)

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

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/google-genai](https://github.com/langchain-ai/langchainjs). These dependencies need to be updated together.


Updates `langsmith` from 0.3.82 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/google-genai` from 2.0.1 to 2.1.15
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/google-genai@2.0.1...@langchain/google-genai@2.1.15)

---
updated-dependencies:
- dependency-name: langsmith
  dependency-version: 0.5.0
  dependency-type: indirect
- dependency-name: "@langchain/google-genai"
  dependency-version: 2.1.15
  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