From 6a16cf58635fdcffb6a551e8856d9d3c60b8d3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:29:17 +0000 Subject: [PATCH] Bump langchain from 0.0.226 to 0.2.10 in /microservices/llm_service Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.226 to 0.2.10. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.226...langchain==0.2.10) --- 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..1341646e3 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.2.10 openai==0.27.8 invoke==2.0.0 packaging==21.3