langgraph: remove support for thread_ts (old alias for checkpoint_id) (#5295)

* remove support for thread_ts

* docs and tests
This commit is contained in:
Sydney Runkle
2025-07-01 13:42:25 -04:00
committed by GitHub
parent c16e42e6d5
commit c989f1c898
9 changed files with 10 additions and 22 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class TestSqliteSaver:
"configurable": {
"thread_id": "thread-1",
# for backwards compatibility testing
"thread_ts": "1",
"checkpoint_id": "1",
"checkpoint_ns": "",
}
}