Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
fastapi==0.115.7
uvicorn[standard]==0.35.0
pydantic==2.11.7
python-multipart==0.0.20
python-multipart==0.0.27

python-socketio==5.13.0
python-jose==3.4.0
passlib[bcrypt]==1.7.4
cryptography

requests==2.32.4
aiohttp==3.12.15
requests==2.33.0
aiohttp==3.14.0
async-timeout
aiocache
aiofiles
Expand Down Expand Up @@ -46,11 +46,11 @@ google-genai==1.32.0
google-generativeai==0.8.5
tiktoken

langchain==0.3.26
langchain==0.3.30
langchain-community==0.3.27

fake-useragent==2.2.0
chromadb==1.0.20
chromadb==1.5.9
pymilvus==2.5.0
qdrant-client==1.14.3
opensearch-py==2.8.0
Expand All @@ -64,18 +64,18 @@ transformers
sentence-transformers==4.1.0
accelerate
colbert-ai==0.2.21
pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897
pyarrow==23.0.1 # fix: pin pyarrow version to 20 for rpi compatibility #15897
einops==0.8.1


ftfy==6.2.3
pypdf==6.0.0
pypdf==6.12.0
fpdf2==2.8.2
pymdown-extensions==10.14.2
pymdown-extensions==10.21.3
docx2txt==0.8
python-pptx==1.0.2
unstructured==0.16.17
nltk==3.9.1
nltk==3.9.4
Markdown==3.8.2
pypandoc==1.15
pandas==2.2.3
Expand All @@ -88,7 +88,7 @@ sentencepiece
soundfile==0.13.1
azure-ai-documentintelligence==1.0.2

pillow==11.3.0
pillow==12.2.0
opencv-python-headless==4.11.0.86
rapidocr-onnxruntime==1.4.4
rank-bm25==0.2.2
Expand All @@ -98,9 +98,9 @@ onnxruntime==1.20.1
faster-whisper==1.1.1

PyJWT[crypto]==2.10.1
authlib==1.6.3
authlib==1.6.12

black==25.1.0
black==26.3.1
youtube-transcript-api==1.2.2
pytube==15.0.0

Expand All @@ -114,7 +114,7 @@ google-auth-oauthlib

## Tests
docker~=7.1.0
pytest~=8.4.1
pytest~=9.0.3
pytest-docker~=3.1.1

googleapis-common-protos==1.70.0
Expand Down