From af4cceb3ec5cb366e5fc9b140887d3134fe65be7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:00:25 +0000 Subject: [PATCH] Bump langchain from 0.0.226 to 0.3.0 in /microservices/llm_service Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.226 to 0.3.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.226...langchain==0.3.0) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- microservices/llm_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices/llm_service/requirements.txt b/microservices/llm_service/requirements.txt index 3457ad2ea..a7f0a486d 100644 --- a/microservices/llm_service/requirements.txt +++ b/microservices/llm_service/requirements.txt @@ -5,7 +5,7 @@ google-cloud-storage==2.10.0 google-cloud-resource-manager==1.9.1 uvicorn==0.19.0 protobuf==4.23.3 -langchain==0.0.226 +langchain==0.3.0 openai==0.27.8 invoke==2.0.0 packaging==21.3