Skip to content

Releases: langchain-ai/langgraph

0.1.13

24 Jul 17:01
Compare
Choose a tag to compare

Changes since 0.1.12

  • lib0.1.13
  • Merge pull request #1119 from langchain-ai/nc/24jul/avoid-crash-missing-node
  • Merge pull request #1118 from langchain-ai/nc/24jul/fix-recursion-limit-thread
  • Avoid crash when a node in pending sends is removed
  • Fix
  • Merge pull request #1110 from langchain-ai/wfh/test_pending_writes_null
  • Fix recursion limit considering steps taken in previous runs on same thread
  • Merge branch 'main' into wfh/test_pending_writes_null
  • Add test
  • Fix null pending writes

0.1.12

24 Jul 14:46
d99d3e0
Compare
Choose a tag to compare

Changes since 0.1.11

  • langgraph: release 0.1.12 (#1116)
  • langgraph: bring back tool content stringify (#1114)

0.1.11

23 Jul 22:14
603a137
Compare
Choose a tag to compare

Changes since 0.1.10

  • langgraph: release 0.1.11 (#1107)
  • Fix null pending writes (#1106)
  • Merge pull request #1089 from mihaic/patch-1
  • Merge pull request #1088 from langchain-ai/vb/update-return-type
  • Fix StateGraph.add_edge end_key check
  • langgraph: add proper type annotation for StateGraph.compile

0.1.10

23 Jul 18:22
3fdd471
Compare
Choose a tag to compare

Changes since 0.1.9

  • langgraph: release 0.1.10 (#1103)
  • langgraph[patch]: InjectedState annotation (#1067)
  • [Docs] Update checkpointer docstrings (#1074)
  • Run tests in parallel
  • Don't include lambdas in eq for BinOp
  • langgraph[patch]: refactor ToolNode (#1066)
  • split out loop logic from Pregel class

cli==0.1.50

22 Jul 15:25
Compare
Choose a tag to compare

Changes since cli==0.1.49

  • cli0.1.50
  • Update exec.py
  • cli: Fix crash when subprocess has a very long stdout/stderr line

0.1.9

18 Jul 17:33
Compare
Choose a tag to compare

Changes since 0.1.8

  • lib 0.1.9
  • Enable configuring retry policy for each node of StateGraph
  • Merge pull request #1036 from langchain-ai/nc/16jul/node-state
  • Remove node output schemas
  • Add Docstrings (#1057)
  • langgraph: add incorrect tool name handling to ToolNode (#1052)
  • pregel: Support retry policy per node
  • lib: Separate out executor logic from stream methods (#1048)
  • langgraph: allow passing custom state & let message modifiers access state in create_react_agent (#1023)
  • Add node state, customizable graph input and output schemas
  • Add note to docstring (#1035)
  • langgraph[patch]: ToolNode support for tools outputting msg (#977)
  • Only render end node if there is an edge leading to it (#1022)
  • Specific error when updating state as an unknown node (#1015)
  • Support multiple interruptions after resuming execution (#1004)
  • Update snapshot tests after core release

cli==0.1.49

18 Jul 17:06
Compare
Choose a tag to compare

Changes since cli==0.1.48

  • cli 0.1.49
  • cli: Add dockerfile command to write dockerfile
  • chore(deps-dev): bump certifi in /libs/cli/examples (#967)
  • Format
  • Fix tests
  • cli: Update pip install command

sdk==0.1.26

15 Jul 17:47
fad4de7
Compare
Choose a tag to compare

Changes since sdk==0.1.25

  • sdk-py: release 0.1.26 (#1026)
  • sdk-py: add if_exists to threads.create (#1009)
  • sdk-py: remove defaults from typedef (#989)
  • sdk-py: add create_batch method (#988)
  • chore(deps): bump certifi from 2024.2.2 to 2024.7.4 in /libs/sdk-py (#934)
  • sdk-py: added Cron search functionality (#804)
  • [SDK] Cleanup docstring(#841)

0.1.8

12 Jul 00:08
Compare
Choose a tag to compare

Changes since 0.1.7

  • lib0.1.8
  • lib: Add metadata arg to add_node() (#990)
  • langgraph: update stream_mode docstring for .stream() (#994)

0.1.7

10 Jul 21:49
Compare
Choose a tag to compare

Changes since 0.1.6

  • lib 0.1.7
  • lib: Checkpoint pending writes whenever a node finishes (#976)
  • Copy core context in RunnableCallable (#973)
  • chore(deps): bump certifi from 2024.6.2 to 2024.7.4 in /libs/langgraph (#969)