chore: dep bump

This commit is contained in:
Timothy Jaeryang Baek 2025-09-25 11:51:04 -05:00
parent 05d7d1e562
commit 4f8f8e0e0b
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ oracledb==3.2.0
av==14.0.1 # Caution: Set due to FATAL FIPS SELFTEST FAILURE, see discussion https://github.com/open-webui/open-webui/discussions/15720
transformers
sentence-transformers==4.1.0
sentence-transformers==5.1.1
accelerate
colbert-ai==0.2.21
pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897

View file

@ -62,7 +62,7 @@ dependencies = [
"opensearch-py==2.8.0",
"transformers",
"sentence-transformers==4.1.0",
"sentence-transformers==5.1.1",
"accelerate",
"pyarrow==20.0.0",
"einops==0.8.1",