From 455cee65b4fc018722a01cfcf029e95977a08413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:19:25 +0800 Subject: [PATCH] chore(deps): bump starlette in /plugins/model/llm-ChatGLM2 (#5300) Bumps [starlette](https://github.com/encode/starlette) from 0.27.0 to 0.47.2. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.27.0...0.47.2) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.47.2 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 ff8f21faf..1fe152848 100644 --- a/plugins/model/llm-ChatGLM2/requirements.txt +++ b/plugins/model/llm-ChatGLM2/requirements.txt @@ -4,7 +4,7 @@ pydantic==1.10.7 scikit_learn==1.2.2 sentence_transformers==2.2.2 sse_starlette==1.6.5 -starlette==0.27.0 +starlette==0.47.2 tiktoken==0.4.0 torch==2.7.1 transformers==4.52.1