Skip to content

Releases: langchain-ai/langgraph

cli==0.1.51

22 Aug 22:40
Compare
Choose a tag to compare

Changes since cli==0.1.50

  • cli0.1.51
  • cli: Add redis container to langgraph up
  • lib0.2.9
  • cli: Fix ready signal

checkpoint==1.0.4

22 Aug 19:49
Compare
Choose a tag to compare

Changes since checkpoint==1.0.3

  • checkpoint1.0.4
  • Remove current_tasks from checkpoint interface (#1440)
  • Fix semantics of put_writes/list (#1436)
  • checkpoint-*: In put_writes clear any previously saved writes for this task_id
  • Checkpoint errors in pending_writes, expose under StateSnapshot.tasks

0.2.10

21 Aug 23:40
Compare
Choose a tag to compare

Changes since 0.2.9

  • lib0.2.10
  • Remove error
  • Add interrupts and errors to debug stream mode

0.2.9

21 Aug 21:38
Compare
Choose a tag to compare

Changes since 0.2.7

  • lib0.2.9
  • Fix pending run when interrupt exception is used
  • Remove graph arg to PregelLoop
  • Combine channel and managed values manager
  • lib0.2.8
  • Interrupts shouldn't be retried (#1413)

0.2.7

21 Aug 18:39
Compare
Choose a tag to compare

Changes since 0.2.6

  • lib0.2.7
  • Use batched async kv inside loop
  • Split out async batch to sep file
  • Remove warning on write to managed channel
  • Add ScopedValue

0.2.6

21 Aug 16:28
Compare
Choose a tag to compare

Changes since 0.2.5

  • lib0.2.6
  • Enable raising Interrupt from inside a node, add list of current interrupts to get_state (#1354)

sdk==0.1.28

21 Aug 21:17
1907646
Compare
Choose a tag to compare

Changes since sdk==0.1.27

  • sdk-py: release 0.1.28 (#1417)
  • sdk-py: allow passing custom headers (#1416)
  • Various small changes (#1268)

0.2.5

21 Aug 00:07
Compare
Choose a tag to compare

Changes since 0.2.4

  • 0.2.5
  • Add xray test
  • Checkpoint errors in pending_writes, expose under StateSnapshot.tasks

0.2.4

15 Aug 22:58
Compare
Choose a tag to compare

Changes since 0.2.3

  • lib0.2.4
  • Use exc_info
  • Include exception traceback in run_with_retry logging
  • Add missing attributes to checkpoint event in debug output
  • [docs]: purge message graph (#1330)
  • Passthrough checkpoint in config even when current sub-graph didn't choose to use it
  • Skip initializing Context channels when calling get_state/get_state_history
  • build(deps-dev): bump aiohttp from 3.9.5 to 3.10.2 in /libs/langgraph
  • Clarify send API docstring (#1280)

checkpoint==1.0.3

15 Aug 17:23
855139d
Compare
Choose a tag to compare

Changes since checkpoint==1.0.2

  • checkpoint1.0.3
  • checkpoint: Ignore serialized values when constructor no longer available
  • Add pathlib.Path and re.Pattern
  • Add Decimal
  • checkpoint: Add support for serializing more python types
  • checkpoint: update docstrings for checkpoint libraries (#1277)