Spaces:
No application file
No application file
needed to include these new requirements tho
Browse files- agent/requirements.txt +7 -7
agent/requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
requests
|
| 2 |
-
langchain
|
| 3 |
-
langchain-openai
|
| 4 |
-
pydantic
|
| 5 |
-
fastapi
|
| 6 |
-
uvicorn[standard]
|
| 7 |
-
langgraph
|
|
|
|
| 1 |
+
requests==2.31.0
|
| 2 |
+
langchain==0.3.7
|
| 3 |
+
langchain-openai==0.2.8
|
| 4 |
+
pydantic==2.10.3
|
| 5 |
+
fastapi==0.115.6
|
| 6 |
+
uvicorn[standard]==0.32.1
|
| 7 |
+
langgraph==0.2.45
|