We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5f524 commit 4747089Copy full SHA for 4747089
backend/requirements-ml.txt
@@ -32,7 +32,7 @@ langchain-community==0.0.10
32
python-magic==0.4.27
33
zipfile38==0.0.3
34
rarfile==4.1
35
-py7zr==0.20.5
+py7zr==1.0.0
36
pypdf==3.17.0
37
python-docx==0.8.11
38
markdown==3.5
backend/requirements.txt
@@ -41,7 +41,7 @@ python-magic==0.4.27 # For file type detection
41
aiofiles==23.2.1 # Async file operations
42
zipfile38==0.0.3 # Enhanced ZIP handling
43
rarfile==4.1 # RAR support
44
-py7zr==0.20.5 # 7zip support
+py7zr==1.0.0 # 7zip support
45
46
# === Document Processing ===
47
pypdf==3.17.0 # PDF processing
0 commit comments