From 1ac7ed7dd227bd4df4076c1c5f7673f48eb7e42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:29:19 +0000 Subject: [PATCH] Bump langchain from 0.0.157 to 0.0.308 in /app/api Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.157 to 0.0.308. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.157...v0.0.308) --- 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..ad85890 100644 --- a/app/api/requirements.txt +++ b/app/api/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.0.157 +langchain==0.0.308 uvicorn[standard] python-multipart psycopg2-binary