@@ -31,8 +31,8 @@ dependencies = [
3131 " python-mimeparse==2.0.0" ,
3232
3333 " sqlalchemy==2.0.45" ,
34- " alembic==1.17.2 " ,
35- " peewee==3.18.3 " ,
34+ " alembic==1.18.1 " ,
35+ " peewee==3.19.0 " ,
3636 " peewee-migrate==1.14.3" ,
3737
3838 " pycrdt==0.12.44" ,
@@ -49,33 +49,33 @@ dependencies = [
4949
5050 " openai" ,
5151 " anthropic" ,
52- " google-genai==1.56 .0" ,
52+ " google-genai==1.59 .0" ,
5353
54- " langchain==1.2.0 " ,
54+ " langchain==1.2.4 " ,
5555 " langchain-community==0.4.1" ,
5656 " langchain-classic==1.0.1" ,
5757 " langchain-text-splitters==1.1.0" ,
5858
5959 " fake-useragent==2.2.0" ,
60- " chromadb==1.4.0 " ,
60+ " chromadb==1.4.1 " ,
6161 " opensearch-py==3.1.0" ,
6262 " PyMySQL==1.1.2" ,
63- " boto3==1.42.21 " ,
63+ " boto3==1.42.29 " ,
6464
65- " transformers==4.57.3 " ,
65+ " transformers==4.57.6 " ,
6666 " sentence-transformers==5.2.0" ,
6767 " accelerate" ,
6868 " pyarrow==20.0.0" , # fix: pin pyarrow version to 20 for rpi compatibility #15897
6969 " einops==0.8.1" ,
7070
7171 " ftfy==6.3.1" ,
7272 " chardet==5.2.0" ,
73- " pypdf==6.5 .0" ,
73+ " pypdf==6.6 .0" ,
7474 " fpdf2==2.8.5" ,
7575 " pymdown-extensions==10.20" ,
7676 " docx2txt==0.9" ,
7777 " python-pptx==1.0.2" ,
78- " unstructured==0.18.24 " ,
78+ " unstructured==0.18.27 " ,
7979 " msoffcrypto-tool==5.4.2" ,
8080 " nltk==3.9.2" ,
8181 " Markdown==3.10" ,
@@ -110,10 +110,10 @@ dependencies = [
110110 " google-auth-oauthlib" ,
111111
112112 " googleapis-common-protos==1.72.0" ,
113- " google-cloud-storage==3.7 .0" ,
113+ " google-cloud-storage==3.8 .0" ,
114114
115115 " azure-identity==1.25.1" ,
116- " azure-storage-blob==12.27.1 " ,
116+ " azure-storage-blob==12.28.0 " ,
117117
118118 " ldap3==2.9.1" ,
119119]
@@ -156,7 +156,7 @@ all = [
156156 " oracledb==3.4.1" ,
157157 " colbert-ai==0.2.22" ,
158158
159- " firecrawl-py==4.12 .0" ,
159+ " firecrawl-py==4.13 .0" ,
160160 " azure-search-documents==11.6.0" ,
161161]
162162
0 commit comments