From 15526254047d2f9feade90ac7e098882f636ba9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 05:14:34 +0000 Subject: [PATCH] Chore(deps): Bump langchain in /src/conversation-api Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.249 to 0.0.329. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.249...v0.0.329) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/conversation-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conversation-api/requirements.txt b/src/conversation-api/requirements.txt index 83868831..5eeb9449 100644 --- a/src/conversation-api/requirements.txt +++ b/src/conversation-api/requirements.txt @@ -6,7 +6,7 @@ azure-cosmos==4.4.0 azure-identity==1.13.0 azure-monitor-opentelemetry==1.0.0b14 fastapi==0.100.1 -langchain==0.0.249 +langchain==0.0.329 mmh3==4.0.1 openai==0.27.8 opentelemetry-instrumentation-fastapi==0.39b0