mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-08 02:37:52 +02:00
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:
@@ -21,7 +21,7 @@ class TestSqliteSaver:
|
||||
"configurable": {
|
||||
"thread_id": "thread-1",
|
||||
# for backwards compatibility testing
|
||||
"thread_ts": "1",
|
||||
"checkpoint_id": "1",
|
||||
"checkpoint_ns": "",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user