From 1d7118884f7f47b4af9219bad51ecca5dab3e167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:05:57 +0000 Subject: [PATCH] Bump langchain from 0.0.227 to 0.0.246 in /langchain-azure-openai Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.227 to 0.0.246. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/commits) --- 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..6f9c451 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.246 python-dotenv==1.0.0 tiktoken==0.2.0