Skip to content

Releases: langchain-ai/langgraph

checkpointpostgres==2.0.2

24 Oct 21:11
39d9cdb
Compare
Choose a tag to compare

Changes since checkpointpostgres==2.0.1

  • checkpoint-postgres: release 2.0.2 (#2183)
  • move py.typed to submodules for namespace packages (#2177)
  • checkpoint: add DuckDB store (#2154)
  • checkpoint: add DuckDB checkpointer (#2145)
  • Update psycopg

checkpointduckdb==2.0.1

24 Oct 18:02
91ad8b8
Compare
Choose a tag to compare

Changes since checkpointduckdb==2.0.0

  • checkpoint-duckdb: release 2.0.1 (#2180)
  • move py.typed to submodules for namespace packages (#2177)

checkpoint==2.0.2

24 Oct 17:55
a0e99f7
Compare
Choose a tag to compare

Changes since checkpoint==2.0.1

  • checkpoint: release 2.0.2 (#2179)
  • move py.typed to submodules for namespace packages (#2177)
  • lib: Add result for each task in a checkpoint
  • Use AsyncBatch for postgres store (#2020)
  • checkpoint: set CheckpointNS ConfigurableFieldSpec model default to empty string (#2019)

checkpointduckdb==2.0.0

23 Oct 22:40
62a5ec5
Compare
Choose a tag to compare

Initial release

0.2.39

18 Oct 18:55
1aab758
Compare
Choose a tag to compare

Changes since 0.2.38

  • langgraph: release 0.2.39 (#2139)
  • feat: Add LangGraph error pages (#2136)
  • Update tests
  • For stream_mode=messages skip any nodes/llms with tag nostream
  • Fix
  • fix: Avoid errors from executor modifying tasks dict during exit routine

0.2.38

15 Oct 18:12
Compare
Choose a tag to compare

Changes since 0.2.37

  • langgraph 0.2.38
  • Update types for RemainingSteps, return IsLastStep to previous definition
  • langgraph: fix type for RemainingSteps

0.2.37

15 Oct 00:40
Compare
Choose a tag to compare

Changes since 0.2.36

  • langgraph 0.2.37
  • Fix
  • Fix is_last_step
  • Fix
  • Backwards compat
  • Fix IsLastStep counter for runs with checkpointers
  • One more
  • Add checkpoint_map to parent_config
  • Fix up
  • Patch config before entering map_debug_checkpoint
  • fix(debug): add failing tests

0.2.36

14 Oct 19:46
Compare
Choose a tag to compare

Changes since 0.2.35

  • langgraph 0.2.36
  • Fix
  • Lint
  • install dev sdk
  • Merge branch 'nc/11oct/checkpoint-task-result' of github.com:langchain-ai/langgraph into nc/11oct/checkpoint-task-result
  • Lint
  • lib: Add result for each task in a checkpoint
  • Merge pull request #2088 from langchain-ai/nc/11oct/stream-interrupt
  • langgraph: support copy without update in Pregel
  • lib: Add result for each task in a checkpoint
  • Lint
  • lib: Add interrupts to stream_mode=updates
  • format
  • Merge pull request #2087 from langchain-ai/nc/11oct/o-flag
  • Fix
  • fix: Work w python's O flag
  • Rename RemotePregel to RemoteGraph (#2085)
  • Implement PregelProtocol and RemotePregel class (attempt 2) (#2078)
  • Update snapshots
  • Update uvloop
  • Update psycopg
  • Upgrade pydantic
  • Update rpds-py
  • Initialise to None
  • Add async tests
  • fix(debug): address self-referencing
  • fix(debug): add failing test for self-referencing

sdk==0.1.33

14 Oct 19:38
Compare
Choose a tag to compare

Changes since sdk==0.1.32

  • sdk-py 0.1.33
  • Fix
  • sdk-py: Add Sequence[dict] type to values param type for update_state() (#2054)
  • sdk-py: Add "*" literal to interrupt_before and interrupt_after types (#2053)
  • sdk-py: Add custom stream mode to StreamMode type (#2051)
  • sdk-py: Update return type annotation for Thread.update_state() methods. (#2050)
  • [Docs] Add SDK ref docs for the Store client (#1974)

0.2.35

09 Oct 13:36
5d0afa3
Compare
Choose a tag to compare

Changes since 0.2.34

  • Bump to 0.2.35
  • Fix typo
  • Code review
  • Tests?
  • Add more nested tests for nested subgraphs
  • Fix optional types
  • Fix 3.9
  • Add async tests
  • Add tests
  • Fix tests
  • Use casting instead
  • Cleanup, move instanceof checks to an util
  • Fix lint
  • feat(debug): send tasks info
  • langgraph: add support for passing store via state_modifier (#1992)