From ad29d7e2b9aa52da4a47884d72ab2c800f82353b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 19:56:11 +0000 Subject: [PATCH] Bump setuptools in /examples/ui/gradio/gradio-rag-milvus-vllm-openai Bumps [setuptools](https://github.com/pypa/setuptools) from 69.1.1 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.1.1...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../ui/gradio/gradio-rag-milvus-vllm-openai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ui/gradio/gradio-rag-milvus-vllm-openai/requirements.txt b/examples/ui/gradio/gradio-rag-milvus-vllm-openai/requirements.txt index 6637ce4..f208ee8 100644 --- a/examples/ui/gradio/gradio-rag-milvus-vllm-openai/requirements.txt +++ b/examples/ui/gradio/gradio-rag-milvus-vllm-openai/requirements.txt @@ -101,7 +101,7 @@ scikit-learn==1.4.1.post1; python_version >= '3.9' scipy==1.12.0; python_version >= '3.9' semantic-version==2.10.0; python_version >= '2.7' sentence-transformers==2.4.0; python_full_version >= '3.8.0' -setuptools==69.1.1; python_version >= '3.8' +setuptools==78.1.1; python_version >= '3.8' shellingham==1.5.4 six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sniffio==1.3.1; python_version >= '3.7'