From 561ca247a0cbc41ed6695c557a855ae0248bf9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 01:18:03 +0000 Subject: [PATCH] Bump langchain from 0.0.312 to 0.0.325 Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.312 to 0.0.325. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.312...v0.0.325) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cce41bc..eb401ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pytest # langchain dependencies, these should be optional in the future # langchain moved Embeddings from langchain.embeddings.base to langchain.schema.embeddings while azureml-rag is still referencing it. # once azureml-rag fixes, we should remove the langchain reference from this file -langchain==0.0.324 +langchain==0.0.325 semantic-kernel # inference server dependencies