Changes since 0.2.65
- langgraph: release 0.2.66 (#3128)
- docs: update readme / docs intro page (#3082)
- Enable async tests that were being skipped (#3109)
- Fix timing issue where a sync task would finish before the other one was registered in futures dict (#3110)
- Re-enable support for running sync tasks from async entrypoints (#3108)
- Fix tracing of args for @task decorated functions (#3107)
- Lint
- Fix
- Add test
- Update libs/langgraph/langgraph/utils/future.py
- Fix
- Merge branch 'main' into cc/update_readme
- add hyperlink
- Fix tracing output
- Fix test
- Lint
- Enable async tests that were being skipped
- Fix timing issue where a sync task would finish before the other one was registered in futures dict
- Lint
- Re-enable support for running sync tasks from async entrypoints
- Lint
- Fix tracing of args for @task decorated functions
- move code block
- cr
- cr
- copy changes to libs/langgraph/README.md
- update readme