Skip to content

Commit 2269423

Browse files
fix(deps): Update security vulnerability in transformers to v5
1 parent a8f14ba commit 2269423

2 files changed

Lines changed: 30 additions & 20 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ huggingface = [
119119
"sentencepiece>=0.2.0, <1.0.0",
120120
"torch>=2.10.0, <3.0.0; platform_system != 'Windows'",
121121
"torch>=2.10.0, <3.0.0; platform_system == 'Windows' and python_version < '3.13'",
122-
"transformers>=4.55.4, <5.0.0",
122+
"transformers>=5.2.0, <5.3.0",
123123
]
124124
local-inference = [
125125
"unstructured[all-docs]",

uv.lock

Lines changed: 29 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)