Files
langgraph/libs/checkpoint-sqlite/langgraph
Nuno Campos c406aede96 Fix deadlock in SqliteStore
- If setup wasnt called separately _cursor() and setup() would deadlock
- The call to setup() in _cursor() should be outside the lock block, as setup() also acquires the lock and re-checks the setup flag
2025-06-27 08:57:35 -07:00
..
2025-05-09 12:07:59 -07:00
2025-06-27 08:57:35 -07:00