From 1799756a594d69fdc74fc5b533edfa8620683e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:21:32 +0000 Subject: [PATCH] Bump langchain Bumps the pip group with 1 update in the /tools/sdk-ai-bots/Embeddings directory: [langchain](https://github.com/langchain-ai/langchain). Updates `langchain` from 0.2.10 to 0.3.0 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.10...langchain==0.3.0) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- tools/sdk-ai-bots/Embeddings/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sdk-ai-bots/Embeddings/requirements.txt b/tools/sdk-ai-bots/Embeddings/requirements.txt index f9a361a72..b04e9baa5 100644 --- a/tools/sdk-ai-bots/Embeddings/requirements.txt +++ b/tools/sdk-ai-bots/Embeddings/requirements.txt @@ -1,6 +1,6 @@ azure-identity==1.16.1 azure-search-documents==11.6.0b2 -langchain==0.2.10 +langchain==0.3.0 openai==0.27.8 tiktoken==0.4.0 python-dotenv==0.19.1 \ No newline at end of file