Skip to content

Releases: langchain-ai/langgraph

langgraph-sdk==0.3.4

06 Feb 00:44
0c0a159

Choose a tag to compare

Changes since sdk==0.3.3

  • chore: release python sdk (#6754)
  • feat(sdk-py): add update method for crons client (#6742)
  • feat(sdk-py): add support for enabling/disabling crons (#6740)
  • chore(deps-dev): bump ruff from 0.14.7 to 0.14.11 in /libs/sdk-py (#6673)
  • chore(deps): upgrade dependencies with uv lock --upgrade (#6671)
  • docs: clarify cron job schedule interpretation in UTC (#6692)
  • chore: update twitter URLs (#6683)

langgraph-checkpoint-postgres==3.0.4

31 Jan 00:46
193e128

Choose a tag to compare

Changes since checkpointpostgres==3.0.3

  • chore: Omit lock when using connection pool (#6734)
  • chore(deps): upgrade dependencies with uv lock --upgrade (#6671)
  • chore: update twitter URLs (#6683)

langgraph-cli==0.4.12

23 Jan 13:34
2c6f99c

Choose a tag to compare

Changes since cli==0.4.11

  • release(cli): 0.4.12 (#6716)
  • chore(deps): upgrade dependencies with uv lock --upgrade (#6671)
  • chore: update twitter URLs (#6683)

langgraph==1.0.7

22 Jan 16:57
7b9ff61

Choose a tag to compare

Changes since 1.0.6

  • release: langgraph and prebuilt 1.0.7 (#6712)
  • fix: aiosqlite's breaking change (#6699)
  • chore(deps): upgrade dependencies with uv lock --upgrade (#6671)
  • chore: update twitter URLs (#6683)

langgraph-prebuilt==1.0.7

22 Jan 16:45
7b9ff61

Choose a tag to compare

Changes since prebuilt==1.0.6

  • release: langgraph and prebuilt 1.0.7 (#6712)
  • feat: support dynamic tool calling via tool override in wrap_model_call (#6711)
  • fix: aiosqlite's breaking change (#6699)
  • chore(deps): upgrade dependencies with uv lock --upgrade (#6671)
  • chore: update twitter URLs (#6683)

langgraph-checkpoint-sqlite==3.0.3

19 Jan 00:38
30355a7

Choose a tag to compare

Changes since checkpointsqlite==3.0.2

  • fix: aiosqlite's breaking change (#6699)
  • chore(deps): upgrade dependencies with uv lock --upgrade (#6671)
  • chore: update twitter URLs (#6683)

langgraph-sdk==0.3.3

13 Jan 00:30
e820097

Choose a tag to compare

Changes since sdk==0.3.2

  • chore: Better error messages (#6681)
  • feat(sdk-py): add end-time to crons client (#6674)

langgraph==1.0.6

12 Jan 20:33
f91d79d

Choose a tag to compare

Changes since 1.0.5

  • fix: flip default on base cache (#6677)
  • fix: change default recursion limit (#6676)
  • fix: sanitize namespace for deeply nested graph jumps (#6665)
  • fix: typo: saved the world "BaseMessge" to "BaseMessage" (#6639)
  • release(cli): relax api bounds (#6606)
  • feat(checkpoint): Validate checkpointer type at compile time (#6586)

langgraph-prebuilt==1.0.6

12 Jan 20:32
f91d79d

Choose a tag to compare

Changes since prebuilt==1.0.5

  • fix: flip default on base cache (#6677)
  • fix(prebuilt): support generic type arguments for ToolRuntime injection (#6509)
  • fix: add state attribute to ToolCallRequest overrides (#6668)
  • fix: suppress unintended deprecation warning (#6669)
  • docs: x-refs and explainer in tool node docs (#6653)
  • docs: ToolNode nit (#6652)
  • feat(checkpoint): Validate checkpointer type at compile time (#6586)
  • release(langgraph): bump to 1.0.5 (#6582)
  • release(checkpoint-postgres): 3.0.1 (#6568)
  • release(checkpoint-sqlite): 3.0.1 (#6566)
  • feat: custom encryption at rest (#6482)
  • chore: Bump lockfile (#6537)
  • feat: Include pagination in assistants search response (#6526)
  • release(langgraph): 1.0.4 (#6502)
  • chore(sdk-py): Add more type checking. (#6479)
  • fix: interrupt stream mode values (#6475)

langgraph-checkpoint-sqlite==3.0.2

12 Jan 20:32
f91d79d

Choose a tag to compare

Changes since checkpointsqlite==3.0.1

  • fix: flip default on base cache (#6677)
  • docs: storage nits (#6651)