Spaces:
Sleeping
Sleeping
Fix: Unpin all dependencies to support Python 3.13 default in Render
Browse files- backend/requirements.txt +12 -12
backend/requirements.txt
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
-
fastapi=
|
| 2 |
-
uvicorn=
|
| 3 |
-
python-dotenv=
|
| 4 |
-
pydantic=
|
| 5 |
-
requests=
|
| 6 |
-
python-multipart=
|
| 7 |
# AI / LangGraph
|
| 8 |
-
langgraph=
|
| 9 |
-
langchain-core=
|
| 10 |
-
langchain-openai=
|
| 11 |
# Media Services
|
| 12 |
-
assemblyai=
|
| 13 |
-
elevenlabs=
|
| 14 |
-
google-generativeai=
|
|
|
|
| 1 |
+
fastapi>=0.110.0
|
| 2 |
+
uvicorn>=0.30.0
|
| 3 |
+
python-dotenv>=1.0.1
|
| 4 |
+
pydantic>=2.10.0
|
| 5 |
+
requests>=2.32.0
|
| 6 |
+
python-multipart>=0.0.9
|
| 7 |
# AI / LangGraph
|
| 8 |
+
langgraph>=0.2.0
|
| 9 |
+
langchain-core>=0.3.0
|
| 10 |
+
langchain-openai>=0.2.0
|
| 11 |
# Media Services
|
| 12 |
+
assemblyai>=0.33.0
|
| 13 |
+
elevenlabs>=1.0.0
|
| 14 |
+
google-generativeai>=0.8.0
|