From 92a7f4014185f7d029900e579b7f53b1ebee4d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:04:18 +0000 Subject: [PATCH] chore(deps): Bump langchain from 0.3.1 to 0.3.2 in /examples/functions (#3755) Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.1...langchain==0.3.2) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/functions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/functions/requirements.txt b/examples/functions/requirements.txt index 952f9d62..49bfcadb 100644 --- a/examples/functions/requirements.txt +++ b/examples/functions/requirements.txt @@ -1,2 +1,2 @@ -langchain==0.3.1 +langchain==0.3.2 openai==1.50.2