From 7f8caedfcdf44facf9fa514e92d94b6b210d5c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:35:52 +0000 Subject: [PATCH] Bump langchain-community in /functions/most_popular_repo_langchain Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.3.4 to 0.3.8. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.3.4...langchain-community==0.3.8) --- updated-dependencies: - dependency-name: langchain-community dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 3c0ce5ff..132f9986 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.4 +langchain-community==0.3.8 requests==2.32.3 PyGithub==2.5.0 boto3==1.35.53