From c6260c7fc854c8f0aadc7405e24875f73912b842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 10:34:06 +0000 Subject: [PATCH] Update langchain requirement from ~=0.3.4 to ~=0.3.8 in /code/backend Updates the requirements on [langchain](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.4...langchain==0.3.8) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/backend/requirements.txt b/code/backend/requirements.txt index 7906f55..b386b73 100644 --- a/code/backend/requirements.txt +++ b/code/backend/requirements.txt @@ -5,6 +5,6 @@ httpx~=0.27.2 moviepy~=1.0.3 pydantic-settings~=2.6.0 pydantic~=2.9.2 -langchain~=0.3.4 +langchain~=0.3.8 langchain-openai~=0.2.3 aiohttp