From 47e5eb5531764c5c9f38c3f017805de210297f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 22:24:20 +0000 Subject: [PATCH] Bump langchain from 0.0.324 to 0.0.329 Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.324 to 0.0.329. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.324...v0.0.329) --- 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 5e3d0e4..5dfe4fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ 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.329 semantic-kernel