Saleh commited on
Commit ·
3ddf51b
1
Parent(s): a92da2f
Bump Gradio/Pydantic versions to fix schema parsing TypeError
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -2,8 +2,8 @@ crewai>=0.86.0
|
|
| 2 |
crewai-tools>=0.17.0
|
| 3 |
openai>=1.0.0
|
| 4 |
pdfplumber>=0.11.0
|
| 5 |
-
pydantic>=2.
|
| 6 |
-
gradio>=5.
|
| 7 |
python-dotenv>=1.0.0
|
| 8 |
requests>=2.31.0
|
| 9 |
pysqlite3-binary # Required for CrewAI/ChromaDB on Linux (HF Spaces)
|
|
|
|
| 2 |
crewai-tools>=0.17.0
|
| 3 |
openai>=1.0.0
|
| 4 |
pdfplumber>=0.11.0
|
| 5 |
+
pydantic>=2.9.0
|
| 6 |
+
gradio>=5.15.0
|
| 7 |
python-dotenv>=1.0.0
|
| 8 |
requests>=2.31.0
|
| 9 |
pysqlite3-binary # Required for CrewAI/ChromaDB on Linux (HF Spaces)
|