From 4d65ca2be21ea5b57c22186fed53727b868581d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:13:10 +0000 Subject: [PATCH] Bump langchain from 0.0.227 to 0.0.312 in /langchain-azure-openai Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.227 to 0.0.312. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.227...v0.0.312) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- langchain-azure-openai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain-azure-openai/requirements.txt b/langchain-azure-openai/requirements.txt index d6ed8e9..0b10c0f 100644 --- a/langchain-azure-openai/requirements.txt +++ b/langchain-azure-openai/requirements.txt @@ -1,4 +1,4 @@ openai==0.27.2 -langchain==0.0.227 +langchain==0.0.312 python-dotenv==1.0.0 tiktoken==0.2.0