From 367ee517ec649324752484b8754cb684180ff165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 14:27:20 +0800 Subject: [PATCH] chore(deps): bump transformers in /plugins/model/llm-ChatGLM2 (#4741) Bumps [transformers](https://github.com/huggingface/transformers) from 4.48.0 to 4.50.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.48.0...v4.50.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.50.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugins/model/llm-ChatGLM2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/model/llm-ChatGLM2/requirements.txt b/plugins/model/llm-ChatGLM2/requirements.txt index d6b9515cd..dab587fa9 100644 --- a/plugins/model/llm-ChatGLM2/requirements.txt +++ b/plugins/model/llm-ChatGLM2/requirements.txt @@ -7,5 +7,5 @@ sse_starlette==1.6.5 starlette==0.27.0 tiktoken==0.4.0 torch==2.6.0 -transformers==4.48.0 +transformers==4.50.0 uvicorn==0.23.2