We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37abb75 commit 3290d95Copy full SHA for 3290d95
backend/requirements.txt
@@ -30,7 +30,7 @@ nltk==3.9.1
30
openai==1.55.1
31
opencv-python==4.10.0.84
32
psutil==6.1.0
33
-pydantic==2.9.0
+pydantic==2.9.2
34
python-dotenv==1.0.1
35
python-magic==0.4.27
36
PyPDF2==3.0.1
@@ -39,9 +39,9 @@ starlette==0.41.3
39
sse-starlette==2.1.3
40
starlette-session==0.4.3
41
tqdm==4.67.1
42
-unstructured[all-docs]==0.16.6
43
-unstructured==0.16.6
44
-unstructured-client==0.26.2
+unstructured[all-docs]
+unstructured==0.16.11
+unstructured-client==0.28.1
45
unstructured-inference==0.8.1
46
urllib3==2.2.2
47
uvicorn==0.32.1
0 commit comments