chore(deps): update dependency langgraph-sdk to v0.4.2#733
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
chore(deps): update dependency langgraph-sdk to v0.4.2#733red-hat-konflux[bot] wants to merge 1 commit into
red-hat-konflux[bot] wants to merge 1 commit into
Conversation
010e92a to
e906f7f
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
e906f7f to
6ffab96
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:
==0.3.14→==0.4.2Release Notes
langchain-ai/langgraph (langgraph-sdk)
v0.4.2Compare Source
Changes since 0.4.1
v0.4.1Compare Source
langgraph 0.4.1
Summary of Changes
ENDin StateGraph edges to properly terminate graph execution #4458mergeparameter #4473TAG_NOSTREAMfrom "langsmith:nostream" to "nostream", maintaining backwards compatibility #4473push_ui_message#4467Detailed Changes
langgraph.graph.state.StateGraph
ENDconstant inget_writesand_control_staticfunctions, ensuring proper graph termination when returning toEND#4458langgraph.graph.ui
mergeparameter topush_ui_messagefunction, allowing incremental updates to UI messages #4473ui_message_reducerto support merging props from existing messages when themergeflag is set #4473push_ui_messageby removing old metadata merging which could cause unexpected behavior #4467langgraph.constants
TAG_NOSTREAMfrom "langsmith:nostream" to "nostream" #4473TAG_NOSTREAM_ALTwith the old value ("langsmith:nostream") for backward compatibility #4473langgraph.graph.schema_utils
SchemaCoercionMapper#4448langgraph.utils.pydantic
lru_cachefor better performance #4448langgraph.channels.base.BaseChannel
v0.4.0Compare Source
langgraph 0.4.0
Summary of Changes
"values"stream mode #4374Detailed Changes
langgraph.types.Interrupt
interrupt_idproperty that generates a unique ID for the interrupt based on its namespace #4406|as a separator between namespace elements for better uniqueness #4406langgraph.types.StreamMode
"values"mode emits all values including interrupts after each step #4374langgraph.types.StateSnapshot
interruptsfield to track interrupts that occurred in a step and are pending resolution #4406langgraph.types.Command
resumeparameter to support mapping interrupt IDs to resume values #4406resumeparameter #4406langgraph.pregel.Pregel
invokeandainvokemethods to properly collect and handle interrupts in streamed output #4374"values"and"updates"stream modes #4374langgraph.graph.branch.Writer
langgraph.pregel.loop.PregelLoop
langgraph.pregel.draw
add_edgeutility function to prevent duplicate edges in graph visualization #4409v0.3.15Compare Source
langgraph 0.3.15
Summary of Changes
is_available()method on all channel types #3890Detailed Changes
langgraph.channels.base.BaseChannel
is_available()method to check if a channel has values without having to catch exceptions #3890All Channel Types
MISSINGsentinel value instead of attribute errors for tracking empty state #3890is_available()implementations to:AnyValueBinaryOperatorAggregateDynamicBarrierValueEphemeralValueLastValueNamedBarrierValueTopicUntrackedValuelanggraph.graph.state.StateGraph
branch:to:{node}instead of complex channel names #3891langgraph.pregel.algo
checkpoint_null_version()and_triggers()helper functions #3893binascii.unhexlifyinstead ofUUIDparsing #3893is_available()method instead of exception handling #3890langgraph.pregel.io
return_exceptionparameter fromread_channel()as it's no longer needed with the new availability checking #3890langgraph.types
PregelExecutableTask.triggerstype fromlist[str]to more flexibleSequence[str]for better performance #3893Configuration
📅 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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.