Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +6 -16
requirements.txt
CHANGED
|
@@ -1,22 +1,12 @@
|
|
| 1 |
# Dependencias esenciales para producci贸n Railway
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 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.
|
| 17 |
-
|
| 18 |
-
typing-extensions==4.12.2
|
| 19 |
-
psycopg[binary]
|
| 20 |
|
| 21 |
-
gradio
|
| 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
|