Skip to content

Commit c33c325

Browse files
committed
fix: upgrade transformers to 4.53.0 to address security vulnerabilities
Addresses 9 Dependabot security alerts (CVEs) related to ReDoS and input validation vulnerabilities in the transformers package.
1 parent 667435a commit c33c325

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### **Changed**
1313

14+
- update transformers to 4.53.0 to address security vulnerabilities
15+
1416
## v3.2.1
1517

1618
### **Added**
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
transformers[accelerate]==4.50.0
1+
transformers[accelerate]==4.53.0
22
torch>=2.0.0
33
peft==0.4.0
44
bitsandbytes==0.40.2

0 commit comments

Comments
 (0)