From f9c0dd969c76bc3087a32b0eabdfc625e28ad3ea Mon Sep 17 00:00:00 2001 From: Omar Alva Date: Tue, 3 Sep 2024 23:59:15 +0200 Subject: [PATCH] Fixing ImportError: cannot import name 'WRITES_IDX_MAP' This import comes in version 1.0.4 as per Nuno Campos https://github.com/langchain-ai/langgraph/issues/1570 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7bc7d6f..a485fd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ langgraph==0.2.0 langchain-community==0.2.11 -langgraph-checkpoint==1.0.1 +langgraph-checkpoint==1.0.4 langchain-openai langchain-anthropic langgraph-checkpoint-sqlite selenium unstructured duckduckgo-search -python-dotenv \ No newline at end of file +python-dotenv