Closed HiraveBapu closed 2 months ago
saved = await self.checkpointer.aget_tuple(config) method is not implemented in langgraph side
saved = await self.checkpointer.aget_tuple(config) method is not implemented in langgraph side
no, it's implemented on AsyncSqliteSaver
, but the bug was still there -- thanks for reporting
Should be fixed in 0.2.11, let me know if you're still running into issues
its fixed in 2.11, thank you for prompt reply !
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
Description
aget_state throws exception
System Info
python = ">=3.9,<3.13" uvicorn = "^0.30.3" pydantic = {extras = ["email"], version = "^2.7.4"} langchain-community = "^0.2.12" langchain-text-splitters = "^0.2.1" langchain-chroma = "^0.1.3" langchain-google-vertexai = "^1.0.7" distro = "^1.9.0" langchain-openai = "^0.1.22" langchain-aws = "^0.1.17" aiosqlite = "^0.20.0" watchfiles = "^0.22.0" filelock = "^3.15.4" python-multipart = "*" langchain-core = "^0.2.34" sentence-transformers = "^3.0.1" pypdf = "^4.3.1" gunicorn = "^22.0.0" langchain-groq = "^0.1.6" pydantic-settings = "^2.3.4" langchain-mistralai = "^0.1.12" langgraph-checkpoint-sqlite = "^1.0.0" grpcio = "^1.65.4" langgraph = "^0.2.10"