Skip to content

Commit 73feca1

Browse files
fix(deps): Update security vulnerability in transformers to v5
1 parent 4a77a8c commit 73feca1

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

pyproject.toml

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

uv.lock

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

0 commit comments

Comments
 (0)