Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency langgraph to v0.2.53 #707

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
langgraph 0.2.45 -> 0.2.53 age adoption passing confidence

Release Notes

langchain-ai/langgraph (langgraph)

v0.2.53

Compare Source

Changes since 0.2.52

  • 0.2.53
  • Lint
  • lib: For subgraphs / stream modes call stream.put as a callback in the original event loop

v0.2.52

Compare Source

Changes since 0.2.51

  • 0.2.52
  • Copy configurable in ensure_config

v0.2.51

Compare Source

Changes since 0.2.50

  • 0.2.51
  • Add missing property
  • Merge pull request #​2437 from langchain-ai/nc/16nov/speed-up-find-subgraph
  • Merge pull request #​2434 from langchain-ai/nc/15nov/update-state-copy-parent
  • checkpoint: Add option to use persistent dict for in-memory checkpointer (#​2439)
  • lib: find_subgraph doesn't need to look in both func and afunc
  • Separate
  • Fix missing writes
  • Fix
  • Add distinct source
  • lib: When copying checkpoint, make it a child of the parent

v0.2.50

Compare Source

Changes since 0.2.49

  • 0.2.50

v0.2.49

Compare Source

Changes since 0.2.48

  • 0.2.49
  • Lint
  • lib: Restore prev behavior for update_state(None)
  • Merge pull request #​2417 from langchain-ai/vb/fix-debug-async
  • lint
  • langgraph: add debug to AsyncPregelLoop

v0.2.48

Compare Source

Changes since 0.2.47

  • 0.2.48
  • sdk-py: Add command arg for creating runs

v0.2.47

Compare Source

Changes since 0.2.46

  • 0.2.47
  • Merge pull request #​2346 from langchain-ai/nc/4nov/send-eager
  • Lint
  • format
  • Make Command a dataclass
  • Add resumeable/ns properties to Interrupt
  • Make Command accept generic arg for destinations
  • Undo
  • Disable in py 3.10 or below for async
  • Remove print
  • Remove print
  • Undo
  • Remove prints
  • Add sync test
  • lib: Add interrupt() function
  • Add feature flag (default off) so we can merge this before releasing
  • Lint
  • Lin t
  • Update
  • Execute Sends in same super step that triggered them

v0.2.46

Compare Source

Changes since 0.2.45

  • [Checkpointers] MemorySaver: refrain from overwriting writes (#​2399)
  • Lint
  • Lint
  • lib: Rename Control to GraphCommand
  • Lint
  • lib: update_state(values=None) should clear all tasks
  • lib: Rename args in Control object
  • langgraph: add add_sequence to StateGraph (#​2352)
  • Move code
  • lib: Split out _match_writes util in PregelLoop
  • lib: For cached tasks, emit output events after task events
  • Fix
  • fix(graph): invalid graph representation if RunnablePassthrough is used
  • lib: Make Control object serializable
  • Ignore unknown tasks
  • Add todo
  • Merge pull request #​2342 from langchain-ai/nc/5nov/send-test-interrupt-before
  • Add one more test for send-react-interrupt flow with replacing tool call
  • api: Add one more test case for send + interrupt before
  • Lint
  • lib: Enforce write application order in apply_writes
  • Lint
  • lib: When updating state from latest, apply pending writes first
  • lib: When getting latest state, alst make next reflect pending writes
  • Merge pull request #​2330 from langchain-ai/nc/4nov/test-react-send
  • [Docs] Clarify checkpointer options (#​2328)
  • lib: Add test for react architecture using Send + interrupt_before
  • Add one more assertion
  • Lint
  • lib: In calls to get_state apply pending writes
  • Add async versions
  • Lint
  • lib: Add two more tests for Send

Configuration

📅 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.


  • 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/langgraph-0.x-lockfile branch from c44c868 to 239d0e4 Compare October 31, 2024 04:27
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.40 fix(deps): update dependency langgraph to v0.2.41 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch 2 times, most recently from 9b984f9 to 88699e9 Compare October 31, 2024 15:37
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.41 fix(deps): update dependency langgraph to v0.2.42 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch from 88699e9 to 712bcb7 Compare October 31, 2024 22:57
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.42 fix(deps): update dependency langgraph to v0.2.43 Oct 31, 2024
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.43 fix(deps): update dependency langgraph to v0.2.44 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch 2 times, most recently from 67585db to 15e2d69 Compare November 4, 2024 21:22
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.44 fix(deps): update dependency langgraph to v0.2.45 Nov 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.45 fix(deps): update dependency langgraph to v0.2.45 - autoclosed Nov 7, 2024
@renovate renovate bot closed this Nov 7, 2024
@renovate renovate bot deleted the renovate/langgraph-0.x-lockfile branch November 7, 2024 00:36
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.45 - autoclosed fix(deps): update dependency langgraph to v0.2.45 Nov 13, 2024
@renovate renovate bot reopened this Nov 13, 2024
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch from b77479f to 15e2d69 Compare November 13, 2024 02:48
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.45 fix(deps): update dependency langgraph to v0.2.46 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch from 15e2d69 to 2f05cc8 Compare November 13, 2024 03:57
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.46 fix(deps): update dependency langgraph to v0.2.47 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch 2 times, most recently from af901e4 to 5cc9712 Compare November 14, 2024 04:02
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.47 fix(deps): update dependency langgraph to v0.2.48 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch from 5cc9712 to e402c7a Compare November 16, 2024 00:54
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.48 fix(deps): update dependency langgraph to v0.2.50 Nov 16, 2024
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.50 fix(deps): update dependency langgraph to v0.2.51 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch 2 times, most recently from 4c3cb16 to 88865df Compare November 19, 2024 03:36
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.51 fix(deps): update dependency langgraph to v0.2.52 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/langgraph-0.x-lockfile branch from 88865df to 8453783 Compare November 21, 2024 01:51
@renovate renovate bot changed the title fix(deps): update dependency langgraph to v0.2.52 fix(deps): update dependency langgraph to v0.2.53 Nov 21, 2024
@kyaukyuai kyaukyuai merged commit bee719f into main Dec 2, 2024
4 checks passed
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.

1 participant