Update dependency @langchain/ollama to v1.3.0 - #161
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/langchain-ollama-1.x-lockfile
branch
from
February 18, 2026 09:59
11992f2 to
78e2e65
Compare
renovate
Bot
force-pushed
the
renovate/langchain-ollama-1.x-lockfile
branch
2 times, most recently
from
February 26, 2026 21:06
b9c68ff to
eb3e221
Compare
renovate
Bot
force-pushed
the
renovate/langchain-ollama-1.x-lockfile
branch
from
March 4, 2026 01:09
eb3e221 to
a590483
Compare
renovate
Bot
force-pushed
the
renovate/langchain-ollama-1.x-lockfile
branch
from
April 27, 2026 18:12
a590483 to
0487d46
Compare
renovate
Bot
force-pushed
the
renovate/langchain-ollama-1.x-lockfile
branch
from
June 18, 2026 00:07
0487d46 to
15d9328
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.1→1.3.0Release Notes
langchain-ai/langchainjs (@langchain/ollama)
v1.3.0Minor Changes
#9540
ece5c09Thanks @christian-bromann! - add named text editor tool#9588
e9a7adcThanks @yu-iskw! - ExposeChatAnthropicInputtype for improved type safety and user experience.This change introduces a new exported type
ChatAnthropicInputwhich is an intersection ofAnthropicInputandBaseChatModelParams. This allows LangChain users to define and pass ChatAnthropic configuration options with full type safety and IntelliSense.Patch Changes
#9539
12305b4Thanks @christian-bromann! - feat(anthropic): support tool search tool#9614
97de9afThanks @iltenahmet! - fix(anthropic): Fix.jsimport issue inchat_models.ts#9538
4836f6cThanks @christian-bromann! - add named webfetch tool#9541
a0d2d6cThanks @christian-bromann! - add named computer use tool#9541
34547f5Thanks @christian-bromann! - add named mcp toolset toolUpdated dependencies [
005c729,ab78246,8cc81c7,f32e499,a28d83d,2e5ad70,e456c66,1cfe603]:v1.2.7Patch Changes
#9954
6939dabThanks @akintunero! - fix(openai): store response.output in response_metadata for reasoning model round-trips#9898
ad581c7Thanks @Muhammad-Kamran-Khan! - fix(openai): pass service_tier to API when using Responses APIv1.2.6Compare Source
Patch Changes
a46a249]:v1.2.5Patch Changes
817fc9a]:v1.2.4Patch Changes
#9887
1fa865bThanks @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
28efb57Thanks @hntrl! - AddreasoningEffortcall option as a convenience shorthand forreasoning.effortreasoningEfforttoBaseChatOpenAICallOptionsfor easier configuration of reasoning modelsreasoningEffortintoreasoning.effortwhen calling reasoning models (o1, o3, etc.)reasoningEffortandreasoning.effortare provided,reasoning.efforttakes precedence@deprecatedto encourage use of the fullreasoning.effortoption#9876
4e42452Thanks @sflanker! - fix(openai): pass runManager to responses._generate function in ChatOpenAI#9900
a9b5059Thanks @hntrl! - Improved abort signal handling for chat models:ModelAbortErrorclass in@langchain/core/errorsthat contains partial output when a model invocation is aborted mid-streaminvoke()now throwsModelAbortErrorwith accumulatedpartialOutputwhen aborted during streaming (when using streaming callback handlers)stream()throws a regularAbortErrorwhen aborted (since chunks are already yielded to the caller)_generate()and_streamResponseChunks()methods#9900
a9b5059Thanks @hntrl! - fix(providers): add proper abort signal handling for invoke and stream operationssignal.throwIfAborted()) at the start of_generatemethods to immediately throw when signal is already aborted_streamResponseChunksto return early when signal is aborted@langchain/standard-testsThis 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.3Compare Source
Patch Changes
#11200
08e5888Thanks @hntrl! - fix(aws): normalize and safely replay Bedrock reasoning blocksEmit standard reasoning blocks with preserved signatures, omit incomplete signature-only reasoning during replay, and retain compatibility with legacy and redacted Bedrock reasoning.
v1.2.2Compare Source
Patch Changes
#11171
82bef01Thanks @christian-bromann! - fix(core): coerce string v1 AIMessage content to text blocksPrevent
contentBlocks.push is not a functionwhen constructing anAIMessagewithresponse_metadata.output_version === "v1"and stringcontent(common in serialized LangGraph stream payloads).Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.