mirror of
https://github.com/Kuingsmile/word-GPT-Plus.git
synced 2026-04-25 16:25:49 +03:00
[PR #137] Update dependency @langchain/core to v1.1.29 #124
Labels
No labels
bug
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/word-GPT-Plus#124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Kuingsmile/word-GPT-Plus/pull/137
Author: @renovate[bot]
Created: 1/6/2026
Status: 🔄 Open
Base:
master← Head:renovate/langchain-core-1.x-lockfile📝 Commits (1)
839f0f3Update dependency @langchain/core to v1.1.29📊 Changes
1 file changed (+30 additions, -13 deletions)
View changed files
📝
yarn.lock(+30 -13)📄 Description
This PR contains the following updates:
1.1.17→1.1.29Release Notes
langchain-ai/langchainjs (@langchain/core)
v1.1.29Compare Source
Patch Changes
#10106
9f30267Thanks @hntrl! - Add package version metadata to runnable traces. Each package now stamps its version inthis.metadata.versionsat construction time, making version info available in LangSmith trace metadata.#10154
403a99fThanks @kanweiwei! - fix(core): add usage_metadata to AIMessage lc_aliases#10169
3b1fd54Thanks @hntrl! - fix(core, langchain): bump uuid dependency from ^10.0.0 to ^11.0.0 to fix Metro bundler errorThe
uuidv10 package has ambiguousexportsin itspackage.jsonwhich causes Metro (used by Expo/React Native) to resolve the wrong entry point, resulting inCannot read properties of undefined (reading 'v1'). Theuuidv11 package fixes its exports map to work correctly with Metro's package exports resolution.#10044
77bd982Thanks @hntrl! - fix(core): remove inherited LangChainTracer handlers when tracingEnabled is falseWhen a RunTree explicitly disables tracing via
tracingEnabled: false,CallbackManager._configureSyncnow strips any inheritedLangChainTracerhandlers so child runs don't produce traces.v1.1.28Patch Changes
#10140
10a876cThanks @hntrl! - Merge content blocks by string index during streaming.#10102
b46d96aThanks @colifran! - feat: implement aynchronous generator tool calling for streaming partial tool resultsv1.1.26Compare Source
Patch Changes
ed6ea53Thanks @colifran! - fix(google): tool_calls are not preserved when concatenating AIMessageChunksv1.1.25Compare Source
Patch Changes
#10002
27186c5Thanks @aditya-gg04! - fix(core): support reasoning/thinking blocks in StringOutputParser#10077
05396f7Thanks @christian-bromann! - feat(core): add ContextOverflowError, raise in anthropic and openai#10081
5a6f26bThanks @hntrl! - feat(core): add namespace-based symbol branding for error class hierarchiesIntroduces
createNamespaceutility for hierarchical symbol-based branding of class hierarchies.All LangChain error classes now use this pattern, replacing hand-rolled duck-type
isInstancecheckswith reliable cross-realm
Symbol.for-based identity.LangChainErrorbase class that all LangChain errors extendcreateNamespace/NamespaceAPI in@langchain/core/utils/namespaceModelAbortError,ContextOverflowErrorto use namespace brandingContextOverflowError.fromError()static factory methodaddLangChainErrorFieldsin favor ofLangChainErrorsubclassesGoogleError,ConfigurationError, etc.) to namespace brandingContextOverflowError.fromError()v1.1.24Patch Changes
70a4400Thanks @christian-bromann! - fix(core): fix web_search_call and file_search_call contentBlocks for OpenAI Responses APIv1.1.22Compare Source
Patch Changes
8f166b1Thanks @kaigritun! - fix(core): skip empty text blocks in ChatOpenAI contentBlocksv1.1.21Patch Changes
#9990
d5e3db0Thanks @hntrl! - feat(core): Add SSRF protection module (@langchain/core/utils/ssrf) with utilities for validating URLs against private IPs, cloud metadata endpoints, and localhost.fix(community): Harden
RecursiveUrlLoaderagainst SSRF attacks by integratingvalidateSafeUrland replacing string-based URL comparison with origin-basedisSameOriginfrom the shared SSRF module.v1.1.20Patch Changes
9f30267,403a99f,3b1fd54,f298a9b,77bd982]:v1.1.19Compare Source
Patch Changes
41bfea5Thanks @christian-bromann! - fix(classic/community/core): avoid long lived abort signalsv1.1.18Patch Changes
#9900
a9b5059Thanks @hntrl! - fix(core): update method signatures to usePartial<CallOptions>for options parametersUpdated
invoke,stream,generate, andgeneratePromptmethod signatures acrossRunnable,BaseChatModel, andBaseLLMto correctly acceptPartial<CallOptions>instead of fullCallOptions. This aligns the implementation with theRunnableInterfacespecification and allows users to pass partial options (e.g.,{ signal: abortedSignal }) without TypeScript errors.#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()methodsConfiguration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.