Releases: langchain-ai/langgraph
Releases · langchain-ai/langgraph
cli==0.1.51
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
0.2.10
Changes since 0.2.9
- lib0.2.10
- Remove error
- Add interrupts and errors to debug stream mode
0.2.9
0.2.7
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
sdk==0.1.28
0.2.5
Changes since 0.2.4
- 0.2.5
- Add xray test
- Checkpoint errors in pending_writes, expose under StateSnapshot.tasks
0.2.4
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
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)