From bb165c84325df221bc43a95f8ffef8367239cf2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:00:16 +0000 Subject: [PATCH] Bump langchain from 0.0.157 to 0.0.246 in /app/api Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.157 to 0.0.246. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/commits) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/requirements.txt b/app/api/requirements.txt index 1715fbb..5069677 100644 --- a/app/api/requirements.txt +++ b/app/api/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.0.157 +langchain==0.0.246 uvicorn[standard] python-multipart psycopg2-binary