From 9f772bd6c6bf10c81b2dc7c019a1b6bcafd4181b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:46:01 +0000 Subject: [PATCH] Bump langchain-core in /examples/ui/gradio/gradio-rag-milvus-vllm-openai Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.1.27 to 0.1.53. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/commits/langchain-core==0.1.53) --- updated-dependencies: - dependency-name: langchain-core 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..6e885da 100644 --- a/examples/ui/gradio/gradio-rag-milvus-vllm-openai/requirements.txt +++ b/examples/ui/gradio/gradio-rag-milvus-vllm-openai/requirements.txt @@ -45,7 +45,7 @@ jsonschema-specifications==2023.12.1; python_version >= '3.8' kiwisolver==1.4.5; python_version >= '3.7' langchain==0.1.9; python_version < '4.0' and python_full_version >= '3.8.1' langchain-community==0.0.24; python_version < '4.0' and python_full_version >= '3.8.1' -langchain-core==0.1.27; python_version < '4.0' and python_full_version >= '3.8.1' +langchain-core==0.1.53; python_version < '4.0' and python_full_version >= '3.8.1' langsmith==0.1.10; python_version < '4.0' and python_full_version >= '3.8.1' markdown-it-py==3.0.0; python_version >= '3.8' markupsafe==2.1.5; python_version >= '3.7'