leofilo commited on
Commit
ea2e25a
verified
1 Parent(s): 9d21c96

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -16
requirements.txt CHANGED
@@ -1,22 +1,12 @@
1
  # Dependencias esenciales para producci贸n Railway
2
-
3
-
4
- python-dotenv==1.0.0
5
- langchain-core>=0.3.0
6
- langchain-openai>=0.2.8
7
  langgraph==1.0.9
8
- langgraph-prebuilt
9
- langgraph-sdk
10
-
11
-
12
-
13
- langgraph-checkpoint-postgres
14
 
15
  trustcall==0.0.39
16
- pydantic==2.9.2
17
- httpx==0.27.2
18
- typing-extensions==4.12.2
19
- psycopg[binary]
20
 
21
- gradio>=4.44.0
22
  huggingface_hub>=0.24.0
 
1
  # Dependencias esenciales para producci贸n Railway
2
+ python-dotenv==1.1.1
3
+ langchain-core==1.2.16
4
+ langchain-openai==0.3.35
 
 
5
  langgraph==1.0.9
 
 
 
 
 
 
6
 
7
  trustcall==0.0.39
8
+ pydantic==2.12.5
9
+ psycopg==3.2.10
 
 
10
 
11
+ gradio==5.23.1
12
  huggingface_hub>=0.24.0