Skip to content

Commit 58dcc1b

Browse files
committed
refac
1 parent cb83831 commit 58dcc1b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

backend/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ itsdangerous==2.2.0
66

77
python-socketio==5.16.1
88
python-jose==3.5.0
9-
cryptography==45.0.7
9+
cryptography==46.0.5
1010
bcrypt==5.0.0
1111
argon2-cffi==25.1.0
1212
PyJWT[crypto]==2.11.0
@@ -58,7 +58,7 @@ opensearch-py==3.1.0
5858

5959
transformers==5.3.0
6060
sentence-transformers==5.2.3
61-
accelerate==1.12.0
61+
accelerate==1.13.0
6262
pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897
6363
einops==0.8.2
6464

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414

1515
"python-socketio==5.16.1",
1616
"python-jose==3.5.0",
17-
"cryptography==45.0.7",
17+
"cryptography==46.0.5",
1818
"bcrypt==5.0.0",
1919
"argon2-cffi==25.1.0",
2020
"PyJWT[crypto]==2.11.0",
@@ -66,7 +66,7 @@ dependencies = [
6666

6767
"transformers==5.3.0",
6868
"sentence-transformers==5.2.3",
69-
"accelerate==1.12.0",
69+
"accelerate==1.13.0",
7070
"pyarrow==20.0.0", # fix: pin pyarrow version to 20 for rpi compatibility #15897
7171
"einops==0.8.2",
7272

0 commit comments

Comments
 (0)