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)