Spaces:
Runtime error
Runtime error
made chnages in req
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
langchain==1.2.10
|
|
|
|
| 2 |
pydantic==2.11.7
|
| 3 |
langchain_huggingface
|
| 4 |
langchain-groq==1.1.1
|
| 5 |
fastapi==0.118.1
|
| 6 |
uvicorn
|
| 7 |
-
langmem
|
| 8 |
SQLAlchemy==2.0.41
|
| 9 |
google-auth==2.49.1
|
| 10 |
langgraph-checkpoint-postgres
|
|
|
|
| 1 |
langchain==1.2.10
|
| 2 |
+
langgraph==1.0.9
|
| 3 |
pydantic==2.11.7
|
| 4 |
langchain_huggingface
|
| 5 |
langchain-groq==1.1.1
|
| 6 |
fastapi==0.118.1
|
| 7 |
uvicorn
|
| 8 |
+
langmem==0.0.30
|
| 9 |
SQLAlchemy==2.0.41
|
| 10 |
google-auth==2.49.1
|
| 11 |
langgraph-checkpoint-postgres
|