From e0c876aae1dd6cc55376164ea13b5bb9a87a4d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:30:28 +0200 Subject: [PATCH] chore(deps): Bump langchain from 0.3.3 to 0.3.4 in /examples/functions (#3900) Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.3...langchain==0.3.4) --- 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 48e6a25a..2ff4cb2a 100644 --- a/examples/functions/requirements.txt +++ b/examples/functions/requirements.txt @@ -1,2 +1,2 @@ -langchain==0.3.3 +langchain==0.3.4 openai==1.51.2