mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 22:52:29 +02:00
## Summary - Add `"keep_latest"` to `ThreadTTLConfig.strategy` to match langgraph-api support for pruning old checkpoints while retaining the thread and its latest state - Add `sweep_limit` to `ThreadTTLConfig` where the API actually reads it (was previously a no-op on `CheckpointerConfig`) - Regenerate `schema.json` / `schema.v0.json` ## Test plan - [x] `make format && make lint` passes - [x] `make test` passes (85/85) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
286 B
TOML
15 lines
286 B
TOML
[project]
|
|
name = "graph-prerelease-reqs"
|
|
version = "0.1.0"
|
|
description = "Test for prerelease stuff"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"langchain-openai==1.0.0a2",
|
|
"langchain-anthropic==1.0.0a5",
|
|
"langgraph==1.0.8"
|
|
]
|
|
|
|
[tool.uv]
|
|
prerelease = "allow"
|