ohmygaugh commited on
Commit
e02fab5
·
1 Parent(s): a0eb181

needed to include these new requirements tho

Browse files
Files changed (1) hide show
  1. 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