From 9988b7713a4c38d0815e627a03510c4d8af07464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 20:34:00 +0000 Subject: [PATCH] Bump langchain-community in /functions/most_popular_repo_langchain (#304) Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.3.1 to 0.3.4. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.3.1...langchain-community==0.3.4) --- updated-dependencies: - dependency-name: langchain-community 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> --- functions/most_popular_repo_langchain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/most_popular_repo_langchain/requirements.txt b/functions/most_popular_repo_langchain/requirements.txt index dfc15cc3..5bdf6920 100644 --- a/functions/most_popular_repo_langchain/requirements.txt +++ b/functions/most_popular_repo_langchain/requirements.txt @@ -1,5 +1,5 @@ langchain==0.3.6 -langchain-community==0.3.1 +langchain-community==0.3.4 requests==2.32.3 PyGithub==2.4.0 boto3==1.35.53