Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions backend/requirements-min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ argon2-cffi==25.1.0
PyJWT[crypto]==2.11.0
authlib==1.6.9

requests==2.32.5
aiohttp==3.13.2 # do not update to 3.13.3 - broken
requests==2.33.0
aiohttp==3.13.3 # do not update to 3.13.3 - broken
aiohttp-socks==0.10.1
async-timeout
aiocache
aiofiles
starlette-compress==1.7.0
Brotli==1.1.0
Brotli==1.2.0
httpx[socks,http2,zstd,cli,brotli]==0.28.1
starsessions[redis]==2.2.1

Expand Down Expand Up @@ -51,7 +51,7 @@ langchain-text-splitters==1.1.1
fake-useragent==2.2.0

chromadb==1.5.2
black==26.1.0
black==26.3.1
pydub
chardet==5.2.0
beautifulsoup4
18 changes: 9 additions & 9 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ itsdangerous==2.2.0

python-socketio==5.16.1
python-jose==3.5.0
cryptography==46.0.5
cryptography==46.0.6
bcrypt==5.0.0
argon2-cffi==25.1.0
PyJWT[crypto]==2.11.0
authlib==1.6.9

requests==2.32.5
aiohttp==3.13.2 # do not update to 3.13.3 - broken
requests==2.33.0
aiohttp==3.13.3 # do not update to 3.13.3 - broken
aiohttp-socks==0.10.1
async-timeout==5.0.1
aiocache==0.12.3
aiofiles==25.1.0
starlette-compress==1.7.0
Brotli==1.1.0
Brotli==1.2.0
httpx[socks,http2,zstd,cli,brotli]==0.28.1
starsessions[redis]==2.2.1
python-mimeparse==2.0.0
Expand Down Expand Up @@ -57,23 +57,23 @@ chromadb==1.5.2
weaviate-client==4.20.3
opensearch-py==3.1.0

transformers==5.3.0
transformers==5.4.0
sentence-transformers==5.2.3
accelerate==1.13.0
pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897
einops==0.8.2

ftfy==6.3.1
chardet==5.2.0
pypdf==6.7.5
pypdf==6.9.2
fpdf2==2.8.7
pymdown-extensions==10.21
docx2txt==0.9
python-pptx==1.0.2
msoffcrypto-tool==6.0.0
unstructured==0.18.31
unstructured==0.18.32

nltk==3.9.3
nltk==3.9.4
Markdown==3.10.2
beautifulsoup4==4.14.3
pypandoc==1.16.2
Expand All @@ -94,7 +94,7 @@ rank-bm25==0.2.2
onnxruntime==1.24.3
faster-whisper==1.2.1

black==26.1.0
black==26.3.1
youtube-transcript-api==1.2.4
pytube==15.0.0

Expand Down
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ dependencies = [

"python-socketio==5.16.1",
"python-jose==3.5.0",
"cryptography==46.0.5",
"cryptography==46.0.6",
"bcrypt==5.0.0",
"argon2-cffi==25.1.0",
"PyJWT[crypto]==2.11.0",
"authlib==1.6.9",

"requests==2.32.5",
"aiohttp==3.13.2", # do not update to 3.13.3 - broken
"requests==2.33.0",
"aiohttp==3.13.3", # do not update to 3.13.3 - broken
"aiohttp-socks==0.10.1",
"async-timeout==5.0.1",
"aiocache==0.12.3",
Expand Down Expand Up @@ -65,21 +65,21 @@ dependencies = [
"PyMySQL==1.1.2",
"boto3==1.42.62",

"transformers==5.3.0",
"transformers==5.4.0",
"sentence-transformers==5.2.3",
"accelerate==1.13.0",
"pyarrow==20.0.0", # fix: pin pyarrow version to 20 for rpi compatibility #15897
"einops==0.8.2",

"ftfy==6.3.1",
"chardet==5.2.0",
"pypdf==6.7.5",
"pypdf==6.9.2",
"fpdf2==2.8.7",
"pymdown-extensions==10.21",
"docx2txt==0.9",
"python-pptx==1.0.2",
"msoffcrypto-tool==6.0.0",
"nltk==3.9.3",
"nltk==3.9.4",
"Markdown==3.10.2",
"pypandoc==1.16.2",
"pandas==3.0.1",
Expand All @@ -100,7 +100,7 @@ dependencies = [
"onnxruntime==1.24.3",
"faster-whisper==1.2.1",

"black==26.1.0",
"black==26.3.1",
"youtube-transcript-api==1.2.4",
"pytube==15.0.0",

Expand Down Expand Up @@ -141,7 +141,7 @@ mariadb = [
"mariadb==1.1.14",
]
unstructured = [
"unstructured==0.18.31",
"unstructured==0.22.6",
]

all = [
Expand All @@ -166,7 +166,7 @@ all = [

"firecrawl-py==4.18.0",
"azure-search-documents==11.6.0",
"unstructured==0.18.31",
"unstructured==0.22.6",
]

[project.scripts]
Expand Down
Loading
Loading