Skip to content

Update dependency @langchain/ollama to v1.3.0 - #161

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/langchain-ollama-1.x-lockfile
Open

Update dependency @langchain/ollama to v1.3.0#161
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/langchain-ollama-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jan 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@langchain/ollama (source) 1.2.11.3.0 age confidence

Release Notes

langchain-ai/langchainjs (@​langchain/ollama)

v1.3.0

Minor Changes
  • #​9540 ece5c09 Thanks @​christian-bromann! - add named text editor tool

  • #​9588 e9a7adc Thanks @​yu-iskw! - Expose ChatAnthropicInput type for improved type safety and user experience.

    This change introduces a new exported type ChatAnthropicInput which is an intersection of AnthropicInput and BaseChatModelParams. This allows LangChain users to define and pass ChatAnthropic configuration options with full type safety and IntelliSense.

Patch Changes

v1.2.7

Patch Changes

v1.2.6

Compare Source

Patch Changes

v1.2.5

Patch Changes

v1.2.4

Patch Changes
  • #​9887 1fa865b Thanks @​Muhammad-Kamran-Khan! - Fix validation to allow file_url and file_id without filename metadata in Responses API, and prevent sending filename when not allowed.

  • #​9873 28efb57 Thanks @​hntrl! - Add reasoningEffort call option as a convenience shorthand for reasoning.effort

    • Adds reasoningEffort to BaseChatOpenAICallOptions for easier configuration of reasoning models
    • Automatically coalesces reasoningEffort into reasoning.effort when calling reasoning models (o1, o3, etc.)
    • If both reasoningEffort and reasoning.effort are provided, reasoning.effort takes precedence
    • Marked as @deprecated to encourage use of the full reasoning.effort option
  • #​9876 4e42452 Thanks @​sflanker! - fix(openai): pass runManager to responses._generate function in ChatOpenAI

  • #​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.

v1.2.3

Compare Source

Patch Changes
  • #​11200 08e5888 Thanks @​hntrl! - fix(aws): normalize and safely replay Bedrock reasoning blocks

    Emit standard reasoning blocks with preserved signatures, omit incomplete signature-only reasoning during replay, and retain compatibility with legacy and redacted Bedrock reasoning.

v1.2.2

Compare Source

Patch Changes
  • #​11171 82bef01 Thanks @​christian-bromann! - fix(core): coerce string v1 AIMessage content to text blocks

    Prevent contentBlocks.push is not a function when constructing an
    AIMessage with response_metadata.output_version === "v1" and string
    content (common in serialized LangGraph stream payloads).


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/langchain-ollama-1.x-lockfile branch from 11992f2 to 78e2e65 Compare February 18, 2026 09:59
@renovate renovate Bot changed the title Update dependency @langchain/ollama to v1.2.2 Update dependency @langchain/ollama to v1.2.3 Feb 18, 2026
@renovate renovate Bot changed the title Update dependency @langchain/ollama to v1.2.3 Update dependency @langchain/ollama to v1.2.4 Feb 20, 2026
@renovate
renovate Bot force-pushed the renovate/langchain-ollama-1.x-lockfile branch 2 times, most recently from b9c68ff to eb3e221 Compare February 26, 2026 21:06
@renovate renovate Bot changed the title Update dependency @langchain/ollama to v1.2.4 Update dependency @langchain/ollama to v1.2.5 Feb 26, 2026
@renovate renovate Bot changed the title Update dependency @langchain/ollama to v1.2.5 Update dependency @langchain/ollama to v1.2.6 Mar 4, 2026
@renovate
renovate Bot force-pushed the renovate/langchain-ollama-1.x-lockfile branch from eb3e221 to a590483 Compare March 4, 2026 01:09
@renovate
renovate Bot force-pushed the renovate/langchain-ollama-1.x-lockfile branch from a590483 to 0487d46 Compare April 27, 2026 18:12
@renovate renovate Bot changed the title Update dependency @langchain/ollama to v1.2.6 Update dependency @langchain/ollama to v1.2.7 Apr 27, 2026
@renovate renovate Bot changed the title Update dependency @langchain/ollama to v1.2.7 Update dependency @langchain/ollama to v1.3.0 Jun 18, 2026
@renovate
renovate Bot force-pushed the renovate/langchain-ollama-1.x-lockfile branch from 0487d46 to 15d9328 Compare June 18, 2026 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants