Releases: langchain-ai/langgraph
Releases · langchain-ai/langgraph
0.2.61
Changes since 0.2.60
- 0.2.61
- Import
TypedDict
fromtyping_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
cli==0.1.65
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
sdk==0.1.48
Changes since sdk==0.1.47
- [SDK] Add studio user object
sdk==0.1.47
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
Changes since cli==0.1.63
- [CLI] Handle dependencies js up --watch
sdk==0.1.46
Changes since sdk==0.1.45
- [SDK] Add HTTPException type
sdk==0.1.45
Changes since sdk==0.1.44
- [SDK] Add auth types
cli==0.1.63
Changes since cli==0.1.62
- [CLI] Add openapi param to config