fix(deps): update dependency langgraph to ^0.5.0 #186
+1
−1
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.0
->^0.5.0
Release Notes
langchain-ai/langgraph (langgraph)
v0.5.0
Compare Source
Changes since 0.4.10
MessageGraph
(#4875)"output
usage in favor ofoutput_schema
(#5095)PregelNode
's inheritance fromRunnable
(#5093)input
andoutput
in favor ofinput_schema
andoutput_schema
(#4983)pep 604
union syntax andpep 585
generic syntax (#4963)StateGraph(dict)
(#4964)retry
->retry_policy
(#4957)init
andinvoke
/stream
(#4932)state_schema
inStateGraph.__init__
(#4897)MessageGraph
(#4875)v0.4.10
Compare Source
Changes since 0.4.9
MessageGraph
(#4875)"output
usage in favor ofoutput_schema
(#5095)PregelNode
's inheritance fromRunnable
(#5093)input
andoutput
in favor ofinput_schema
andoutput_schema
(#4983)pep 604
union syntax andpep 585
generic syntax (#4963)StateGraph(dict)
(#4964)retry
->retry_policy
(#4957)init
andinvoke
/stream
(#4932)state_schema
inStateGraph.__init__
(#4897)MessageGraph
(#4875)v0.4.9
Compare Source
Changes since 0.5.0rc1
v0.4.8
Compare Source
Changes since 0.4.7
state_schema
inStateGraph.__init__
(#4897)MessageGraph
(#4875)v0.4.7
Compare Source
Changes since 0.4.6
v0.4.6
Compare Source
Changes since 0.4.5
messages
/message-tuple
stream (#4722)messages
/message-tuple
streamv0.4.5
Compare Source
Changes since 0.4.4
v0.4.4
Compare Source
Changes since 0.4.3
v0.4.3
Compare Source
Changes since 0.4.2
v0.4.2
Compare Source
Changes since 0.4.1
v0.4.1
Compare Source
langgraph 0.4.1
Summary of Changes
END
in StateGraph edges to properly terminate graph execution #4458merge
parameter #4473TAG_NOSTREAM
from "langsmith:nostream" to "nostream", maintaining backwards compatibility #4473push_ui_message
#4467Detailed Changes
langgraph.graph.state.StateGraph
END
constant inget_writes
and_control_static
functions, ensuring proper graph termination when returning toEND
#4458langgraph.graph.ui
merge
parameter topush_ui_message
function, allowing incremental updates to UI messages #4473ui_message_reducer
to support merging props from existing messages when themerge
flag is set #4473push_ui_message
by removing old metadata merging which could cause unexpected behavior #4467langgraph.constants
TAG_NOSTREAM
from "langsmith:nostream" to "nostream" #4473TAG_NOSTREAM_ALT
with the old value ("langsmith:nostream") for backward compatibility #4473langgraph.graph.schema_utils
SchemaCoercionMapper
#4448langgraph.utils.pydantic
lru_cache
for better performance #4448langgraph.channels.base.BaseChannel
v0.4.0
Compare Source
langgraph 0.4.0
Summary of Changes
"values"
stream mode #4374Detailed Changes
langgraph.types.Interrupt
interrupt_id
property 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
interrupts
field to track interrupts that occurred in a step and are pending resolution #4406langgraph.types.Command
resume
parameter to support mapping interrupt IDs to resume values #4406resume
parameter #4406langgraph.pregel.Pregel
invoke
andainvoke
methods 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_edge
utility function to prevent duplicate edges in graph visualization #4409v0.3.34
langgraph 0.3.34
Summary of Changes
Detailed Changes
langgraph.pregel.algo.prepare_single_task
langgraph.pregel.loop.PregelLoop
_output_writes
to check task path context before emitting interrupts #4389path[0] == PUSH
andpath[-1] is True
(indicating a call context), interrupts are not emitted as they'll be handled by the parentlanggraph.pregel.read.PregelNode
copy
method to properly drop cached properties when copying nodes #4389flat_writers
,node
, andinput_cache_key
cached properties to ensure proper initialization of the copied nodelanggraph.pregel.remote.sanitize_config_value
langgraph.pregel.remote.RemoteGraph
_sanitize_config
method to use the newsanitize_config_value
function #4389v0.3.32
Compare Source
langgraph 0.3.32
Summary of Changes
draw_graph
functionality (#4354)Detailed Changes
langgraph.graph.schema_utils.SchemaCoercionMapper
model_validate
instead ofmodel_construct
langgraph.graph.branch.Branch
langgraph.pregel.write.ChannelWrite
get_static_writes
method to support static analysis of what a writer might write (#4354)register_writer
to accept static declarations for writersChannelWriteTupleEntry
to declare writes for static analysis_assemble_writes
function for better code organizationlanggraph.pregel.draw
draw_graph
function that simulates execution to discover edgeslanggraph.pregel.messages.StreamMessagesHandler
_find_and_emit_messages
(#4379)langgraph.channels.dynamic_barrier_value.DynamicBarrierValue
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.