Skip to content

Releases: langchain-ai/langgraph

0.2.61

05 Jan 23:01
a486eb5
Compare
Choose a tag to compare

Changes since 0.2.60

  • 0.2.61
  • Import TypedDict from typing_extensions, add ruff rule (#2910)
  • Support multiple args in @task's
  • Update README.md
  • Bubble up stack close task (#2913)
  • Bubble up stack close task
  • Import TypedDict from typing_extensions, add ruff rule
  • Fix stream_mode=updates for cases where one node returns multiple updates for same key
  • Fix
  • Fix
  • Remove assertion of order
  • Add more tests for async cancellation
  • checkpoint postgres: add a shallow checkpointer (#2826)
  • docs: missing docstring for aupdate_state method (#2435)
  • langgraph: actually run test_large_cases_async (#2843)
  • build(deps-dev): bump tornado from 6.4.1 to 6.4.2 in /libs/langgraph (#2814)
  • fix example in docs of state_schema in create_react_agent (#2109)
  • langgraph[patch]: format messages in state (#2199)

checkpointpostgres==2.0.9

20 Dec 22:51
a3c5b8f
Compare
Choose a tag to compare

Changes since checkpointpostgres==2.0.8

  • checkpoint-postgres: release 2.0.9 (#2849)
  • checkpoint postgres: add a shallow checkpointer (#2826)
  • Add sync support for the AsyncPostgresStore (#2673)

cli==0.1.65

19 Dec 01:00
ce239c7
Compare
Choose a tag to compare

Changes since cli==0.1.64

  • Fix config cli type from Path -> str (#2771)
  • Merge branch 'main' into fix-cli-path
  • Bump version
  • [CLI] Update min bound for langgraph-api
  • Fix config cli type from Path -> str

0.2.60

18 Dec 13:59
Compare
Choose a tag to compare

Changes since 0.2.59

  • 0.2.60
  • Fix
  • lib: Fix incorrect default for Command.update
  • langgraph: relax constraints in ToolNode Command validation (#2778)
  • langgraph: relax type annotation for Command.update (#2777)
  • Fix
  • Disable for old py
  • lib: Add more tests

sdk==0.1.48

18 Dec 19:43
09a6450
Compare
Choose a tag to compare

Changes since sdk==0.1.47

  • [SDK] Add studio user object

sdk==0.1.47

17 Dec 20:13
36fa8e0
Compare
Choose a tag to compare

Changes since sdk==0.1.46

  • Update AuthContext
  • Update wording
  • Add excption docs
  • Authenticate return single type
  • [SDK] relax response typehint

cli==0.1.64

17 Dec 00:34
781d0cf
Compare
Choose a tag to compare

Changes since cli==0.1.63

  • [CLI] Handle dependencies js up --watch

sdk==0.1.46

16 Dec 19:10
d9b7aaa
Compare
Choose a tag to compare

Changes since sdk==0.1.45

  • [SDK] Add HTTPException type

sdk==0.1.45

14 Dec 00:35
9291ae8
Compare
Choose a tag to compare

Changes since sdk==0.1.44

  • [SDK] Add auth types

cli==0.1.63

14 Dec 15:35
87fba0e
Compare
Choose a tag to compare

Changes since cli==0.1.62

  • [CLI] Add openapi param to config