Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- 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
|