From 03a5a514977d6ad1b6af66cb640c31eec1981a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 05:06:21 +0000 Subject: [PATCH] Bump langchain from 0.0.157 to 0.0.329 in /app/api Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.157 to 0.0.329. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.157...v0.0.329) --- 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..0e6c7aa 100644 --- a/app/api/requirements.txt +++ b/app/api/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.0.157 +langchain==0.0.329 uvicorn[standard] python-multipart psycopg2-binary