jesusvilela commited on
Commit
6b555d4
·
verified ·
1 Parent(s): 2b1cebd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -6,7 +6,7 @@ langchain
6
  langchain-core # LangGraph often has tight deps on langchain-core
7
  langgraph # CRITICAL: This should fix 'CompiledGraph' import error
8
  typing_extensions # Crucial for LangGraph state
9
-
10
  # --- LLM Providers & Related ---
11
  langchain-google-genai
12
  google-genai
 
6
  langchain-core # LangGraph often has tight deps on langchain-core
7
  langgraph # CRITICAL: This should fix 'CompiledGraph' import error
8
  typing_extensions # Crucial for LangGraph state
9
+ langgraph==0.0.28
10
  # --- LLM Providers & Related ---
11
  langchain-google-genai
12
  google-genai